HnRealNameBmwWeb/pages/work/person/faceContrast/noSignalTeamRecordsDetails....

54 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>无信号班组申请</title>
<link rel="stylesheet" type="text/css" media="screen" href="../../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../../css/dataTables.bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../../layui/css/layui.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../../css/work/basic/basic.css">
</head>
<body>
<div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div style="font-size: 16px;font-weight: 600;margin-top: 10px;" id="proName"></div>
<div style="font-size: 16px;font-weight: 600;margin-top: 10px;margin-bottom: 10px;">
补卡人次:<span style="color: red" id="attendanceNum"></span>
&nbsp;&nbsp;补卡日期:<span style="color: red" id="attendanceDate"></span>
&nbsp;&nbsp;补卡天数:<span style="color: red" id="attendanceDays"></span>
</div>
<div>
<div class="widget-body no-padding">
<table id="dt-table" class="table table-striped table-bordered table-hover" style="width:100%">
<thead>
<tr>
<th>序号</th>
<th>姓名</th>
<th>考勤日期</th>
<th>上班时长</th>
<th>加班时长</th>
<th>备注</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="../../../../js/libs/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../../js/jq.js"></script>
<script type="text/javascript" src="../../../../js/plugin/datatables/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="../../../../js/plugin/datatables/dataTables.bootstrap.min.js"></script>
<script type="text/javascript" src="../../../../js/my/permission.js"></script>
<script type="text/javascript" src="../../../../layui/layui.js"></script>
<script type="text/javascript" src="../../../../js/publicJs.js"></script>
<script type="text/javascript" src="../../../../js/dict.js"></script>
<!--引入下拉选js-->
<script type="text/javascript" src="../../../../js/select.js"></script>
<script type="text/javascript" src="../../../../js/work/person/faceContrast/noSignalTeamRecordsDetails.js"></script>
<script type="text/javascript">
</script>