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/attendanceInfo/attendanceInfo.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/core/bootstrap/bootstrap.min.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/core/bootstrap-table/bootstrap-table.css"/>
|
|
|
|
|
<script src="../../js/core/jquery-3.6.0.js"></script>
|
|
|
|
|
<script src="../../js/core/jy.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="title">施工人脸甄别</div>
|
|
|
|
|
<div id="dataDiv">
|
|
|
|
|
<form id="baseForm" method="POST" onsubmit="return false;">
|
|
|
|
|
<div id="dataTitle">
|
|
|
|
|
<input id="keyWord" type="text" placeholder="请输入关键字" style="width: 160px;" />
|
|
|
|
|
<input id="currentDay" type="text" placeholder="只显示年月" readonly />
|
|
|
|
|
<button id="query" onclick="findPhotoList(1)"></button>
|
|
|
|
|
<button id="reset" onclick="findPhotoList(2)"></button>
|
|
|
|
|
<input type='hidden' class='pageNum' name='pageNum' value='1'/>
|
|
|
|
|
<input type='hidden' class='pageSize' name='pageSize' value='21'/>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<div id="dataTable">
|
|
|
|
|
<ul id="ulData"></ul>
|
|
|
|
|
<div class='center noMsgDiv'>暂无照片上传</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<!--设置分页位置-->
|
|
|
|
|
<div id="pageing" class="pagination" style="margin-top: 5%;float: right;margin-right: -50%">
|
|
|
|
|
<ul class="pagination"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="../../js/attendanceInfo/attendanceInfo.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|