HnRealNameBmwWeb/pages/work/person/faceContrast/WorkNumberListByCurrentDay....

85 lines
4.5 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">
<style>
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
text-align: center;
}
</style>
</head>
<body>
<div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<header style="height: 100%">
<div align="left">
<table style="width: 100%">
<tr>
<td>
<form class="form-inline layui-form" onsubmit="return false">
<div class="form-group">
<div class="layui-inline" >
<div class="layui-input-inline" style="display: flex;align-items: center;margin-top: 1%">
<!-- <span>工程名称:</span>-->
<!-- <select style="display:none" id="proId" name="proId" lay-verify="required" lay-search=""></select>-->
<input type="text" style="width: 25%;" class="form-control" readonly placeholder="请选择日期" id="startTime">
<input type="text" style="width: 25%;" class="form-control" placeholder="姓名/分包/班组" id="keyWord">
<select id="att" name="att">
<option value="">状态</option>
<option value="1">计日</option>
<option value="2">计件</option>
<option value="3">停窝工</option>
<option value="4">休息</option>
<option value="5">未考勤</option>
</select>
<button id="searchBt" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>搜索</button>
<button id="exportBt" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>导出</button>
</div>
</div>
</div>
</form>
</td>
</tr>
</table>
</div>
</header>
<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>
<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>
<script type="text/javascript" src="../../../../js/select.js"></script>
<script type="text/javascript" src="../../../../js/work/person/faceContrast/WorkNumberListByCurrentDay.js"></script>