hn_cloud_web/smz-web/pages/work/person/wagesManage/wagesInfoReceiptDetails.html

158 lines
7.7 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">
<style type="text/css">
.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
display: none !important ;
}
.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;
}
.divFont{
font-size: 16px;
color: #D91E50;
font-weight: 300;
margin-left: 5%;
}
.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>
<!--<div class="layui-inline" >
<div class="layui-input-inline" style="display: flex;align-items: center;">
<select id="paymentFlage" name="paymentFlage" class="form-control input-sm" lay-verify="required" lay-search="">
<option value="">请选择状态</option>
<option value="1">成功</option>
<option value="0">失败</option>
</select>
</div>
</div>-->
<button id="searchBt" style="margin-top: -0.6%" class="layui-btn layui-btn-sm"
permission="sys:wagesPayment:query"><i class="layui-icon">&#xe615;</i>搜索
</button>
</div>
</div>
<div class="layui-inline">
<div style="display: flex; justify-content: space-between;">
<div style="width: 70%;text-align: center">
<div style="font-size: 20px;margin-left: 50%;">农民工工资支付表</div>
<div style="font-size: 16px;margin-left: 50%;" id="years"></div>
</div>
<div style="width: 30%;">
<div style="position: absolute; margin-top: 35px;color: #D91E50;font-size: 16px">注:</div>
<div class="divFont">1.此单据数据为系统自动生成</div>
<div class="divFont">2.单据上数据为湖南发放失败人员名单</div>
<div class="divFont">3.请按住备注重新更新系统对应信息,全部更新后再重新提交</div>
<div class="divFont">4.提交后无法再修改已提交的数据</div>
</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="14" 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>-->
</tr>
</thead>
<tfoot>
<tr>
<th colspan="5" 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>
</tfoot>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>
<script type="text/html" id="switchTpl">
<input type="checkbox" name="close" lay-skin="switch" lay-text="ON|OFF" lay-filter="closeDemo">
</script>
<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="../../../../../public/public.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/wagesManage/wagesInfoReceiptDetails.js"></script>