81 lines
2.8 KiB
HTML
81 lines
2.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">
|
|
<style>
|
|
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
|
|
text-align: center;
|
|
}
|
|
.layui-btn{
|
|
margin-left: 10px;
|
|
}
|
|
</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" onsubmit="return false">
|
|
<div class="form-group">
|
|
<input id="keyword" name="keyword" type="text" class="form-control" placeholder="请输入名称">
|
|
<button id="searchBt" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>搜索</button>
|
|
</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>
|
|
<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/work/person/wagesManage/uploadGeneratePayrollUpd.js"></script>
|
|
<script type="text/javascript">
|
|
</script> |