Browse Source

请假申请

tall-leave
xuesinan 3 years ago
parent
commit
b1f9afba23
  1. 32
      index.html

32
index.html

@ -57,12 +57,12 @@
<!-- 考勤插件 -->
<div data-root="p1539144813097783296" style="height: 100%; width: 100%;">
<div class="pb-3 flex justify-between items-center">
<div class="flex items-center border border-blue-500 rounded-sm">
<span class="px-2 py-1.5 text-sm text-white bg-blue-500 rounded-sm"
<div class="flex items-center border border-blue-500 rounded">
<span class="px-2 py-1 text-xs text-white bg-blue-500 rounded"
onclick="p1539144813097783296.showPopup()">请假申请</span>
</div>
<div class="flex items-center">-
<div class="flex items-center">
<div class="ml-2" onclick="p1539144813097783296.jumpDetails(this)">
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/right.svg" />
<!-- <span class="text-blue-500 text-xs">查看更多</span> -->
@ -70,8 +70,8 @@
</div>
</div>
<div class="border-t border-gray-200">
<div class="border-b text-center flex items-center">
<div style="border-width: 1px 0 0 0" class="border-gray-200 border-solid">
<div class="border-solid border-gray-200 text-center flex items-center" style="border-width: 0 0 1px 0">
<div class="px-1 py-2 text-sm" style="width: 20%;">姓名</div>
<div class="px-1 py-2 text-sm" style="width: 16%;">类型</div>
<div class="px-1 py-2 text-sm" style="width: 42%;">时间</div>
@ -79,7 +79,7 @@
</div>
<div class="record-wrap">
<div class="py-1.5 flex items-center text-center border-b">
<div class="py-2 flex items-center text-center border-solid border-gray-200" style="border-width: 0 0 1px 0">
<div class="px-1 text-sm" style="width: 20%;">薛思男</div>
<div class="px-1 text-sm" style="width: 16%;">请假</div>
<div class="px-1 text-sm" style="width: 42%;">5.21 9:00 - 5.21 18:00
@ -87,7 +87,7 @@
<div class="px-1 text-sm" style="width: 22%;">待审批</div>
</div>
<div class="py-1.5 flex items-center text-center border-b">
<div class="py-2 flex items-center text-center border-solid border-gray-200" style="border-width: 0 0 1px 0">
<div class="px-1 text-sm" style="width: 20%;">张三</div>
<div class="px-1 text-sm" style="width: 16%;">加班</div>
<div class="px-1 text-sm" style="width: 42%;">
@ -95,7 +95,7 @@
</div>
<div class="px-1 text-sm" style="width: 22%;">
<div
class="inline-block px-2 py-1.5 text-xs text-white bg-blue-500 rounded-sm">
class="inline-block px-2 py-1 text-xs text-white bg-blue-500 rounded">
通过</div>
</div>
</div>
@ -180,13 +180,15 @@
</div>
</div>
<div class="mt-4 flex" style="border-top: 1px solid rgba(0, 0, 0, .1);">
<div class="w-2/4 h-14 flex justify-center items-center"
style="font-size: 16px; border-right: 1px solid rgba(0, 0, 0, .1);"
onclick="p1539144813097783296.hidePopup()">取消</div>
<div class="w-2/4 h-14 flex justify-center items-center text-blue-500"
style="font-size: 16px;" onclick="p1539144813097783296.punch()">提交
</div>
<div class="mt-4 flex text-center" style="border-top: 1px solid rgba(0, 0, 0, .1);">
<div
style="font-size: 16px; width: 50%; height: 50px; line-height: 50px; border-right: 1px solid rgba(0, 0, 0, .1);"
onclick="p1539144813097783296.hidePopup()"
>取消</div>
<div class="bg-blue-500 text-white"
style="font-size: 16px; width: 50%; height: 50px; line-height: 50px;"
onclick="p1539144813097783296.punch()"
>提交</div>
</div>
</div>
</div>

Loading…
Cancel
Save