hn_cloud_web/smz-screen/page/worker/workerAttendance/openImg.html

22 lines
939 B
HTML

<!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>
<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>