2024-07-29 17:51:23 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2024-08-20 10:13:07 +08:00
|
|
|
<title>详情</title>
|
|
|
|
|
<script src="../../../plugs/jquery/jquery-3.6.0.min.js"></script>
|
|
|
|
|
<script src="../../../js/public/jq.js"></script>
|
2024-07-29 17:51:23 +08:00
|
|
|
<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/jquery/jquery-3.6.0.min.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">
|
2024-08-20 10:13:07 +08:00
|
|
|
<!-- <script src="../../../util/Interceptor.js"></script> -->
|
|
|
|
|
<script src="../../../util/time.js"></script>
|
2024-07-29 17:51:23 +08:00
|
|
|
<!--业务js-->
|
|
|
|
|
<script src="../../../js/wireManager/wagesReport/producePayrollDetails.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;
|
|
|
|
|
}
|
2024-08-20 10:13:07 +08:00
|
|
|
#title>div
|
2024-07-29 17:51:23 +08:00
|
|
|
{
|
|
|
|
|
width: 13%;
|
|
|
|
|
}
|
2024-08-20 10:13:07 +08:00
|
|
|
#title>div:nth-child(1)
|
|
|
|
|
{
|
|
|
|
|
width: 20%;
|
|
|
|
|
margin-left: 1%;
|
2024-08-20 10:42:21 +08:00
|
|
|
margin-right: 1%;
|
2024-08-20 10:13:07 +08:00
|
|
|
}
|
|
|
|
|
#title>div:nth-child(7)
|
|
|
|
|
{
|
|
|
|
|
width: 40%;
|
2024-07-29 17:51:23 +08:00
|
|
|
}
|
|
|
|
|
#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),
|
2024-08-20 10:13:07 +08:00
|
|
|
#title>div:nth-child(3)>div:nth-child(1),
|
|
|
|
|
#title>div:nth-child(4)>div:nth-child(1),
|
|
|
|
|
#title>div:nth-child(5)>div:nth-child(1),
|
|
|
|
|
#title>div:nth-child(6)>div:nth-child(1),
|
|
|
|
|
#title>div:nth-child(7)>div:nth-child(1)
|
2024-07-29 17:51:23 +08:00
|
|
|
{
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
|
|
|
|
#title>div:nth-child(2)>div:nth-child(2),
|
2024-08-20 10:13:07 +08:00
|
|
|
#title>div:nth-child(3)>div:nth-child(2),
|
|
|
|
|
#title>div:nth-child(4)>div:nth-child(2),
|
|
|
|
|
#title>div:nth-child(5)>div:nth-child(2),
|
|
|
|
|
#title>div:nth-child(6)>div:nth-child(2),
|
|
|
|
|
#title>div:nth-child(7)>div:nth-child(2){
|
2024-07-29 17:51:23 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
color: #666666;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
2024-08-20 10:13:07 +08:00
|
|
|
#title>div:nth-child(8){
|
2024-07-29 17:51:23 +08:00
|
|
|
font-size: 28px;
|
|
|
|
|
color: #409EFF;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
2024-08-20 10:13:07 +08:00
|
|
|
#month>input{
|
|
|
|
|
border: none;
|
|
|
|
|
color: #409EFF;
|
|
|
|
|
}
|
2024-07-29 17:51:23 +08:00
|
|
|
</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>
|
2024-08-20 10:13:07 +08:00
|
|
|
|
|
|
|
|
|
2024-07-29 17:51:23 +08:00
|
|
|
<div>
|
2024-08-20 10:13:07 +08:00
|
|
|
<div>合计费用</div>
|
|
|
|
|
<div id="allPriceNum">--</div>
|
2024-07-29 17:51:23 +08:00
|
|
|
</div>
|
2024-08-20 10:13:07 +08:00
|
|
|
<div>
|
|
|
|
|
<div>通讯费用</div>
|
|
|
|
|
<div id="phonePriceNum">--</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div>奖惩费用</div>
|
|
|
|
|
<div id="rewardNum">--</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div>实发工资</div>
|
|
|
|
|
<div id="wagesNum">--</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2024-07-29 17:51:23 +08:00
|
|
|
<div id="month">
|
2024-08-20 10:13:07 +08:00
|
|
|
<input type="text" class="layui-input" autocomplete="off" id="wagesMonth" name="wagesMonth" placeholder="选择月份" >
|
2024-07-29 17:51:23 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="height: 83%;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>
|
|
|
|
|
|
2024-08-20 10:13:07 +08:00
|
|
|
<button class="layui-btn layui-btn-sm layui-btn-normal" onclick="queryClick()">
|
2024-07-29 17:51:23 +08:00
|
|
|
<i class="layui-icon layui-icon-search"></i>
|
|
|
|
|
查询
|
|
|
|
|
</button>
|
2024-08-20 10:13:07 +08:00
|
|
|
<button class="layui-btn layui-btn-sm layui-btn-primary" onclick="resetClick()">
|
2024-07-29 17:51:23 +08:00
|
|
|
<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>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|