HnRealNameBmwWeb/pages/work/person/reportStatistics/personnelSalaryResumeList.html

133 lines
5.8 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">
</head>
<style>
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
text-align: center;
vertical-align: middle;
}
</style>
<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="margin-top: -0.5%;">
<input id="keyWord" type="text" class="layui-input" placeholder="请输入关键字">
</div>
</div>
<button id="searchBt" class="layui-btn layui-btn-sm" ><i class="layui-icon">&#xe615;</i>搜索</button>
</div>
</form>
</td>
</tr>
</table>
</div>
</header>
<div class="widget-body no-padding">
<table id="dt-table1" class="table table-striped table-bordered table-hover" style="width:100%">
<thead>
<P style="font-size: 18px;color: #02B0F2;margin-left: 1%;margin-top: 1%;">施工人员身份基本信息</P>
<tr>
<th>序号</th>
<th>姓名</th>
<th>身份证号</th>
<th>性别</th>
<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 class="widget-body no-padding">
<table id="dt-table2" class="table table-striped table-bordered table-hover" style="width:100%">
<thead>
<P style="font-size: 18px;color: #02B0F2;margin-left: 1%;margin-top: 3%;">工资发放记录</P>
<tr>
<th>序号</th>
<th>工资所属年份</th>
<th>工资所属月份</th>
<th>姓名</th>
<th>身份证号</th>
<th>所在班组</th>
<th >岗位</th>
<th>出勤天数</th>
<th>应发工资</th>
<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 class="widget-body no-padding">
<table id="dt-table3" class="table table-striped table-bordered table-hover" style="width:100%">
<thead>
<P style="font-size: 18px;color: #02B0F2;margin-left: 1%;margin-top: 3%;">履历记录</P>
<tr>
<th>序号</th>
<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>
</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/commonUtils.js"></script>
<script type="text/javascript" src="../../../../js/filePreview.js"></script>
<script type="text/javascript" src="../../../../js/select.js"></script>
<script type="text/javascript" src="../../../../js/work/person/reportStatistics/personnelSalaryResumeList.js"></script>
<script type="text/javascript">
</script>