203 lines
8.9 KiB
HTML
203 lines
8.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../layui-v2.9.2/layui/css/layui.css">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/work/uploadResults/uploadResultsView.css">
|
|
<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/publicJs.js"></script>
|
|
<script type="text/javascript" src="../../../layui-v2.9.2/layui/layui.js"></script>
|
|
<script type="text/javascript" src="../../../js/work/uploadResults/uploadResultsViewAbnormal.js" defer="defer"></script>
|
|
<title>详情</title>
|
|
|
|
<style>
|
|
.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
|
|
display: none !important ;
|
|
}
|
|
.navigation{
|
|
text-indent: 15px;
|
|
cursor:pointer;
|
|
color: #333333;
|
|
padding-top: 14px;
|
|
padding-bottom: 14px
|
|
}
|
|
.navigation:hover{
|
|
color: #409EFF;
|
|
}
|
|
|
|
.navigation_click{
|
|
background: #E7F0FA;
|
|
border-right: 4px solid #409EFF;
|
|
font-weight: 600;
|
|
color: #409EFF;
|
|
}
|
|
|
|
.grey>th{
|
|
text-align: center;
|
|
}
|
|
|
|
.white>td{
|
|
text-align: center;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="height: 100%;width: 100%;display: flex">
|
|
<div style="width: 11%;background-color: #F9F9F9;border-right:1px solid #E9E9E9;padding: 20px; ">
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
|
<header style="height: 100%">
|
|
<div align="left">
|
|
<table style="width: 100%">
|
|
<tr>
|
|
<td>
|
|
<form class="form-inline" onsubmit="return false">
|
|
<div class="form-group">
|
|
<input style="height: 35px;" id="name" type="text" class="form-control" placeholder="输入姓名搜索">
|
|
<button id="searchBt" class="layui-btn layui-btn-sm"><i
|
|
class="layui-icon"></i>搜索
|
|
</button>
|
|
</div>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</header>
|
|
</div>
|
|
<div id="lineTree" style="margin-top: 3%;height: 90%;overflow: auto"></div>
|
|
</div>
|
|
<div style="width: 89%;display: flex;flex-direction: column;height: 100%;overflow: auto;">
|
|
<div style="height: 120px;width: 100%;display: flex;flex-direction: column;background-color: #FFFFFF;">
|
|
<div style="display: flex;flex-direction: row;height: 30%;margin-left: 3%;">
|
|
<div style="width: 5%;">
|
|
<img src="../../../img/user.png" height="45px">
|
|
</div>
|
|
<div style="width: 95%;">
|
|
<span id="userName" style="font-size: 18px;color: #666666;"></span>
|
|
<span id="idNumber" style="font-size: 14px;color: #898989;"></span>
|
|
</div>
|
|
</div>
|
|
<div style="display: flex;flex-direction: row;height: 70%;margin-left: 3%;">
|
|
<div style="width: 5%;text-align: center;display: flex;align-content: center;align-items: center; ">
|
|
异常描述:
|
|
</div>
|
|
<div style="width: 90%;">
|
|
<textarea id="description" style="width: 100%;height: 90%;resize: none;" maxlength="300"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style="margin-left: 2%;margin-top: 2%">
|
|
<img style="width: 21px" src="../../../img/vertical_line.png">
|
|
<span style="font-size: 14px;">农民工工资支付表</span>
|
|
</div>
|
|
|
|
<div class="widget-body no-padding" style="width: 95%; margin: 0 auto;">
|
|
<table class="layui-table" lay-skin="row" style="width: 100%; white-space: nowrap;">
|
|
<!-- 表格内容 -->
|
|
<thead id="worker">
|
|
<tr class="grey" >
|
|
<th style="width: 15%;">所在班组</th>
|
|
<th style="width: 10%;">岗位</th>
|
|
<th style="width: 10%;">出勤天数</th>
|
|
<th style="width: 10%;">应发工资</th>
|
|
<th style="width: 10%;">其中代扣/代缴</th>
|
|
<th style="width: 10%;">实发工资</th>
|
|
<th style="width: 20%;">开户银行</th>
|
|
<th style="width: 15%;">银行卡号</th>
|
|
</tr>
|
|
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
|
|
<div style="margin-left: 2%;margin-top: 2%">
|
|
<img style="width: 21px" src="../../../img/vertical_line.png">
|
|
<span style="font-size: 14px;">劳动报酬确认单</span>
|
|
</div>
|
|
|
|
<div class="widget-body no-padding" style="width: 95%; margin: 0 auto;">
|
|
<table class="layui-table" lay-skin="row" style="width: 100%; white-space: nowrap;">
|
|
<!-- 表格内容 -->
|
|
<thead id="conf">
|
|
<tr class="grey" >
|
|
<th style="width: 10%;" rowspan="2">岗位</th>
|
|
<th style="width: 10%;" colspan="3">当月发放基本工资</th>
|
|
<th style="width: 10%;" colspan="3">当月发放加班工资</th>
|
|
<th style="width: 10%;" colspan="3">当月绩效奖金</th>
|
|
<th style="width: 10%;" rowspan="2">报酬小计</th>
|
|
<th style="width: 20%;" rowspan="2">绩效奖金累计(含本月)</th>
|
|
</tr>
|
|
|
|
<tr class="grey" >
|
|
<th style="width: 15%;border-top:2px solid #ECECEC;">单价</th>
|
|
<th style="width: 10%;border-top:2px solid #ECECEC;">考勤天数</th>
|
|
<th style="width: 10%;border-top:2px solid #ECECEC;">小计</th>
|
|
<th style="width: 10%;border-top:2px solid #ECECEC;">单价</th>
|
|
<th style="width: 10%;border-top:2px solid #ECECEC;">考勤天数</th>
|
|
<th style="width: 10%;border-top:2px solid #ECECEC;">小计</th>
|
|
<th style="width: 20%;border-top:2px solid #ECECEC;">单价</th>
|
|
<th style="width: 15%;border-top:2px solid #ECECEC;">考勤天数</th>
|
|
<th style="width: 15%;border-top:2px solid #ECECEC;">小计</th>
|
|
</tr>
|
|
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
|
|
<div style="margin-left: 2%;margin-top: 2%">
|
|
<img style="width: 21px" src="../../../img/vertical_line.png">
|
|
<span style="font-size: 14px;">传盘文件</span>
|
|
</div>
|
|
|
|
<div class="widget-body no-padding" style="width: 95%; margin: 0 auto;">
|
|
<table class="layui-table" lay-skin="row" style="width: 100%; white-space: nowrap;">
|
|
<!-- 表格内容 -->
|
|
<thead id="disk">
|
|
<tr class="grey" >
|
|
<th style="width: 15%;">所在班组</th>
|
|
<th style="width: 10%;">岗位</th>
|
|
<th style="width: 10%;">出勤天数</th>
|
|
<th style="width: 10%;">应发工资</th>
|
|
<th style="width: 10%;">其中代扣/代缴</th>
|
|
<th style="width: 10%;">实发工资</th>
|
|
<th style="width: 35%;">银行卡号</th>
|
|
</tr>
|
|
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
|
|
<div style="margin-left: 2%;margin-top: 2%">
|
|
<img style="width: 21px" src="../../../img/vertical_line.png">
|
|
<span style="font-size: 14px;">系统考勤</span>
|
|
</div>
|
|
|
|
<div class="widget-body no-padding" style="width: 95%; margin: 0 auto;">
|
|
<table class="layui-table" lay-skin="row" style="width: 100%; white-space: nowrap;">
|
|
<!-- 表格内容 -->
|
|
<thead id="atten">
|
|
<tr class="grey" >
|
|
<th style="width: 10%;">工种</th>
|
|
<th style="width: 20%;">工程名称</th>
|
|
<th style="width: 20%;">分包商</th>
|
|
<th style="width: 10%;">班组</th>
|
|
<th style="width: 5%;">出勤天数</th>
|
|
<th style="width: 5%;">休息天数</th>
|
|
<th style="width: 5%;">缺勤天数</th>
|
|
<th style="width: 5%;">合同工资</th>
|
|
<th style="width: 10%;">合同绩效</th>
|
|
<th style="width: 10%;">银行卡号</th>
|
|
</tr>
|
|
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |