HnRealNameBmwWeb/pages/work/person/wagesManage/wagesInfoReceiptForm.html

142 lines
6.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">
<link rel="stylesheet" type="text/css" media="screen" href="../../../../css/work/basic/basic.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../../css/work/person/templateManage/contractWitnessForm.css">
<style type="text/css">
.divs{
margin: 1% 0%;
width: 100%;
color: #0C0C0C;
font-size: 20px;
display: flex;
align-content:center;
justify-content:left;
font-family:simsun;
font-weight: bolder;
}
.divC{
margin: 1% 0%;
width: 100%;
color: #0C0C0C;
display: flex;
align-content:center;
justify-content:center;
font-family:simsun;
font-weight: bolder;
}
.ths{
text-align: center;
vertical-align: middle;
}
</style>
</head>
<body>
<div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="margin-top: 10px;">
<header style="height: 100%">
<div align="left">
<table style="width: 100%">
<tr>
<td>
<form class="form-inline layui-form" onsubmit="return false">
<div class="layui-inline">
<div class="layui-input-inline" style="display: flex;align-items: center;">
<div class="layui-input-inline">
<input id="keyWord" type="text" class="layui-input" placeholder="请输入姓名">
</div>
&nbsp;<button id="searchBt" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>查询</button>
&nbsp;<button id="enclosure" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>回执单附件上传</button>
&nbsp;<button id="addBtn" onclick="recordsBt()" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>提交</button>
<!-- &nbsp;<button id="submit" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>提交</button>-->
</div>
</div>
<div class="layui-inline" style=" margin-top: 0%;">
<div class="divC">
<div style="font-size: 20px;">财务电子传盘表</div>
</div>
<div class="divC">
<div style="font-size: 14px;" id="years"></div>
</div>
</div>
</form>
</td>
</tr>
</table>
</div>
</header>
<div class="divs" id="proName">
</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 colspan="16" style="text-align: left;" id="subName"></th>
</tr>
<tr>
<th class="ths"></th>
<th class="ths">序号</th>
<th class="ths">姓名</th>
<th class="ths">身份证</th>
<th class="ths">所在班组</th>
<th class="ths">岗位</th>
<th class="ths">出勤天数</th>
<th class="ths">应发工资</th>
<!-- <th class="ths">应发绩效</th>-->
<th class="ths">其中代扣/代缴</th>
<th class="ths">实发工资</th>
<th class="ths">开户银行(支行)</th>
<th class="ths">银行卡号</th>
<!-- <th class="ths">发放状态</th>-->
<!-- <th class="ths">备注</th>-->
</tr>
</thead>
<tfoot>
<tr>
<th class="ths"></th>
<th colspan="5" class="ths">合计</th>
<th class="ths" id="checkNums"></th>
<th class="ths" id="payNums"></th>
<th class="ths" id="withholds"></th>
<th class="ths" id="realPays"></th>
<th class="ths" ></th>
<!-- <th class="ths" ></th>-->
<th class="ths"></th>
<!-- <th class="ths"></th>-->
<!-- <th class="ths"></th>-->
</tr>
</tfoot>
<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/commonUtils.js"></script>
<!--引入下拉选js-->
<script type="text/javascript" src="../../../../js/select.js"></script>
<script type="text/javascript" src="../../../../js/work/person/wagesManage/wagesInfoReceiptForm.js"></script>