Browse Source

考勤版本3

tall-check-work-3
xuesinan 3 years ago
parent
commit
81fedacae6
  1. 78
      index.html

78
index.html

@ -61,50 +61,56 @@
style="height:50px;width:100%"
>
<!-- 考勤插件 -->
<div data-root="p1485171846022434817" class="flex flex-row justify-space items-center" style="height:100%;width:100%;">
<div data-root="p1485171846022434817">
<div class="title"></div>
<div class="flex flex-1 flex-row">
<!-- 早打卡 -->
<div class="flex-1">
<button class="morningClockBtn bg-blue-500 text-xs rounded-md py-1 px-3 text-white border-none" onclick="p1485171846022434817.punch(0)">早打卡</button>
<div style="position: relative;float: left;">
<div class="morningClockText" style="display: none;font-weight: 700;"></div>
<span class="morningDot rounded-full bg-red-500" style="position: absolute;top: 0;right: -10px;width: 6px;height: 6px;display: none;"></span>
<div class="flex flex-row justify-space items-center" style="height:100%;width:100%;">
<div class="flex flex-1 flex-row">
<!-- 早打卡 -->
<div class="flex-1">
<button class="morningClockBtn bg-blue-500 text-xs rounded-md py-1 px-3 text-white border-none" onclick="p1485171846022434817.punch(0)">早打卡</button>
<div style="position: relative;float: left;">
<div class="morningClockText" style="display: none;font-weight: 700;"></div>
<span class="morningDot rounded-full bg-red-500" style="position: absolute;top: 0;right: -10px;width: 6px;height: 6px;display: none;"></span>
</div>
<div class="morningClockReject" style="text-decoration:line-through;color: #f00;font-weight: 700;display: none;"></div>
<div class="morningClockAgree" style="color: #13acc4;font-weight: 700;display: none;"></div>
</div>
<div class="morningClockReject" style="text-decoration:line-through;color: #f00;font-weight: 700;display: none;"></div>
<div class="morningClockAgree" style="color: #13acc4;font-weight: 700;display: none;"></div>
</div>
<!-- 晚打卡 -->
<div class="flex-1">
<button class="nightClockBtn bg-blue-500 text-xs rounded-md py-1 px-3 text-white border-none" onclick="p1485171846022434817.punch(1)">晚打卡</button>
<div style="position: relative;float: left;">
<span class="nightClockText" style="display: none;font-weight: 700;"></span>
<span class="nightDot rounded-full bg-red-500" style="position: absolute;top: 0;right: -10px;width: 6px;height: 6px;display: none;"></span>
<!-- 晚打卡 -->
<div class="flex-1">
<button class="nightClockBtn bg-blue-500 text-xs rounded-md py-1 px-3 text-white border-none" onclick="p1485171846022434817.punch(1)">晚打卡</button>
<div style="position: relative;float: left;">
<span class="nightClockText" style="display: none;font-weight: 700;"></span>
<span class="nightDot rounded-full bg-red-500" style="position: absolute;top: 0;right: -10px;width: 6px;height: 6px;display: none;"></span>
</div>
<span class="nightClockReject" style="text-decoration:line-through;color: #f00;font-weight: 700;display: none;"></span>
<span class="nightClockAgree" style="color: #13acc4;font-weight: 700;display: none;"></span>
</div>
<span class="nightClockReject" style="text-decoration:line-through;color: #f00;font-weight: 700;display: none;"></span>
<span class="nightClockAgree" style="color: #13acc4;font-weight: 700;display: none;"></span>
</div>
</div>
<div class="flex flex-nowrap border border-solid border-gray-200 py-1 px-3 rounded-md startBtnBox" onclick="p1485171846022434817.show()">
<div class="startBtn mr-1">审核人</div>
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/down.svg" />
</div>
<div class="startText mr-1" style="display: none;">审核人</div>
<div class="flex flex-nowrap border border-solid border-gray-200 py-1 px-3 rounded-md startBtnBox" onclick="p1485171846022434817.show()">
<div class="startBtn mr-1">审核人</div>
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/down.svg" />
</div>
<div class="startText mr-1" style="display: none;">审核人</div>
<div class="flex flex-nowrap ml-4" onclick="p1485171846022434817.jumpDetails(this)">
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/right.svg" />
</div>
<div class="w-screen h-screen fixed z-10 statusChoose bg-black bg-opacity-50" style="display:none;bottom: 0;left: 0;">
<div class="flex flex-col absolute w-full bg-white" style="bottom: 0;">
<div class="flex flex-row justify-between px-5 py-4">
<span class="text-gray-400" onclick="p1485171846022434817.hide()">取消</span>
<span class="font-bold">选择审核人</span>
<span class="text-blue-500" onclick="p1485171846022434817.choose()">确定</span>
<div class="flex flex-nowrap ml-4" onclick="p1485171846022434817.jumpDetails(this)">
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/right.svg" />
</div>
<div class="w-screen h-screen fixed z-10 statusChoose bg-black bg-opacity-50" style="display:none;bottom: 0;left: 0;">
<div class="flex flex-col absolute w-full bg-white" style="bottom: 0;">
<div class="flex flex-row justify-between px-5 py-4">
<span class="text-gray-400" onclick="p1485171846022434817.hide()">取消</span>
<span class="font-bold">选择审核人</span>
<span class="text-blue-500" onclick="p1485171846022434817.choose()">确定</span>
</div>
<div class="bg-gray-200" style="width:100%;height: 1px"></div>
<ul class="flex flex-col text-center list-none" style="padding-left: 0; height: 240px; overflow-y: auto;"></ul>
</div>
<div class="bg-gray-200" style="width:100%;height: 1px"></div>
<ul class="flex flex-col text-center list-none" style="padding-left: 0; height: 240px; overflow-y: auto;"></ul>
</div>
</div>
<div>
<button class="border border-blue-500 text-xs rounded-md py-1 px-3 text-blue-500">请假</button>
</div>
</div>
</div>

Loading…
Cancel
Save