180 lines
4.9 KiB
HTML
180 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>工资上报</title>
|
|
<script src="../../../plugs/jquery/jquery-3.6.0.min.js"></script>
|
|
<script src="../../../js/public/jq.js"></script>
|
|
<script src="../../../js/public/token.js"></script>
|
|
<script src="../../../js/public/public.js"></script>
|
|
<script src="../../../js/public/public_utils.js"></script>
|
|
<script src="../../../js/public/aescbc.js"></script>
|
|
<script src="../../../plugs/layui-v2.9.2/layui/layui.js"></script>
|
|
<link href="../../../plugs/layui-v2.9.2/layui/css/layui.css" rel="stylesheet">
|
|
<!-- <script src="../../../util/Interceptor.js"></script> -->
|
|
<script src="../../../util/time.js"></script>
|
|
<!--业务js-->
|
|
<script src="../../../js/wireManager/wagesReport/producePayroll.js"></script>
|
|
|
|
<!-- css -->
|
|
<!-- <link type="text/css" media="screen" href="../../../css/dataTable.css" rel="stylesheet"> -->
|
|
|
|
<style>
|
|
body,html {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
/* 滚动槽 */
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px #e8eceb;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* 滚动条滑块 */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background: #ffffff;
|
|
-webkit-box-shadow: inset 0 0 6px #cbb7b7;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
background: #e8eceb;
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: #e8eceb;
|
|
// 颜色
|
|
}
|
|
|
|
#title{
|
|
height: 12%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: 1px #E9E9E9 solid;
|
|
}
|
|
#title>div:nth-child(1),
|
|
#title>div:nth-child(2),
|
|
#title>div:nth-child(3),
|
|
#title>div:nth-child(5)
|
|
{
|
|
width: 13%;
|
|
}
|
|
#title>div:nth-child(4){
|
|
width: 46%;
|
|
}
|
|
#title>div:nth-child(1){
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
#title>div:nth-child(1)>div>div:nth-child(1){
|
|
font-size: 16px;
|
|
font-weight: 800;
|
|
}
|
|
#title>div:nth-child(1)>div>div:nth-child(2){
|
|
color: #999999;
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
}
|
|
#title>div:nth-child(2)>div:nth-child(1),
|
|
#title>div:nth-child(3)>div:nth-child(1)
|
|
{
|
|
font-size: 14px;
|
|
color: #999999;
|
|
}
|
|
#title>div:nth-child(2)>div:nth-child(2),
|
|
#title>div:nth-child(3)>div:nth-child(2){
|
|
font-size: 14px;
|
|
color: #666666;
|
|
margin-top: 8px;
|
|
}
|
|
#title>div:nth-child(4){
|
|
margin-top: 24px;
|
|
color: #F56C6C;
|
|
text-indent: 200px;
|
|
}
|
|
#title>div:nth-child(5){
|
|
font-size: 28px;
|
|
color: #409EFF;
|
|
font-weight: 800;
|
|
}
|
|
#month>input{
|
|
border: none;
|
|
color: #409EFF;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="title">
|
|
<div style="width: 13%;">
|
|
<img src="../../../image/house.png" height="60px"/>
|
|
<div>
|
|
<div id="inspectionStation">--</div>
|
|
<div id="subComName">--</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>工程数量</div>
|
|
<div id="proNum">--</div>
|
|
</div>
|
|
<div>
|
|
<div>护线员数量</div>
|
|
<div id="lineProtector">--</div>
|
|
</div>
|
|
<div>
|
|
注意:生成工资清单后,此月份不可再更新巡视结果
|
|
</div>
|
|
<div id="month">
|
|
<input type="text" class="layui-input" autocomplete="off" id="wagesMonth" name="wagesMonth" placeholder="选择月份" readonly >
|
|
</div>
|
|
</div>
|
|
<div style="height: 74%;width: 98%;display: flex;flex-direction: column;margin: 0 auto;background-color: #FFFFFF;border-radius: 10px;padding: 10px;overflow: auto;">
|
|
<header style="height: 10%">
|
|
<form class="layui-form" onsubmit="return false">
|
|
<div class="form-group" style="margin-top: 0.5%">
|
|
<div class="layui-inline">
|
|
<div class="layui-input-inline">
|
|
<input id="username" name="username" type="text" class="layui-input" placeholder="人员姓名" >
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<div class="layui-input-inline">
|
|
<input id="proName" name="proName" type="text" class="layui-input" placeholder="工程名称">
|
|
</div>
|
|
</div>
|
|
|
|
<button class="layui-btn layui-btn-sm layui-btn-normal" onclick="queryClick()">
|
|
<i class="layui-icon layui-icon-search"></i>
|
|
查询
|
|
</button>
|
|
<button class="layui-btn layui-btn-sm layui-btn-primary" onclick="resetClick()">
|
|
<i class="layui-icon layui-icon-refresh"></i>
|
|
重置
|
|
</button>
|
|
</div>
|
|
</form>
|
|
</header>
|
|
|
|
<div>
|
|
<div class="widget-body no-padding">
|
|
<table id="table" class="layui-table" lay-skin="row" style="width:100%;white-space: nowrap;">
|
|
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="background-color: #ffffff; padding: 10px 0 10px 0; border-top: 1px solid #E9E9E9;">
|
|
<button id="closeBt" style="margin-left: 90%;" class="layui-btn layui-btn-primary layui-border-blue">取消</button>
|
|
<button id="submitBt" type="button" class="layui-btn">保存</button>
|
|
</div>
|
|
</body>
|
|
</html> |