2025-11-27 16:55:35 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>考勤照片</title>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/worker/workerAttendance/openImg.css" />
|
|
|
|
|
<script src="../../../js/core/jquery-3.6.0.js"></script>
|
|
|
|
|
<script src="../../../js/core/jedate/jedate.js" type="text/javascript"></script>
|
2025-12-09 18:44:29 +08:00
|
|
|
<script src="../../../../public/public.js"></script>
|
2025-11-27 16:55:35 +08:00
|
|
|
<script src="../../../js/core/public.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="titleDiv">
|
|
|
|
|
<input id="startTime" type="text" placeholder="只显示年月" readonly /><span id="span">~</span>
|
|
|
|
|
<input id="endTime" type="text" placeholder="只显示年月" readonly />
|
|
|
|
|
<button id="query" onclick="findImg()"></button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="imgDiv"></div>
|
|
|
|
|
<div id="noMsg" style="width: 98%;height: 90%;float: left;display: none;color: #fff;font-size: 30px;line-height: 500px;text-align: center;">暂无数据</div>
|
|
|
|
|
</body>
|
|
|
|
|
<script src="../../../js/worker/workerAttendance/openImg.js"></script>
|
|
|
|
|
</html>
|