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

139 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">
<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: 2% 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;">
<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="download" class="layui-btn layui-btn-sm" ><i class="layui-icon"></i>下载</button>
</div>
</div>
<div class="layui-inline" style=" margin-top: -2%;">
<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>
<th class="ths">银行卡号</th>
</tr>
</thead>
<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.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/wagesInfoConveyForm.js"></script>