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

160 lines
6.2 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">
.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;
}
.client{
font-size: 20px;
font-family:simsun;
width: 100%;
margin: 3% 0;
}
.space{
margin: 1% 0;
display: flex;
justify-content: space-between;
}
</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;">
<input id="keyWord" type="text" class="layui-input" placeholder="请输入关键字" style="width: 10%;">
&nbsp;<button id="searchBt" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>查询</button>
&nbsp;<button id="download" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>下载</button>
</div>
</div>
<div class="layui-inline">
<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="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>
</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>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="client">
<div class="space">
<div>分包单位(章) <span id="subChapter"></span></div>
<div>施工项目部(章) </div>
</div>
<div class="space">
<div>法定代表人/授权委托人:<span id="client"></span></div>
<div>项目经理:</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="../../../../js/libs/jquery-3.6.0.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>
<!--引入下拉选js-->
<script type="text/javascript" src="../../../../js/select.js"></script>
<script type="text/javascript" src="../../../../js/work/person/wagesManage/wagesPaymentSeeForm.js"></script>