270 lines
9.8 KiB
HTML
270 lines
9.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>护线员考勤</title>
|
||
|
|
<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">
|
||
|
|
<script src="../../../util/Interceptor.js"></script>
|
||
|
|
<!--业务js-->
|
||
|
|
<script src="../../../js/wireManager/viewResult/viewResultDetails.js"></script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
body,html {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.detail-content{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
background-color: #F9F9F9;
|
||
|
|
}
|
||
|
|
.flex-column{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: flex-start;
|
||
|
|
}
|
||
|
|
#projectInfo{
|
||
|
|
width: 95%;height: 80%;border: 1px solid #eee;margin: 20px auto;
|
||
|
|
}
|
||
|
|
#projectInfo>tbody>tr>th{
|
||
|
|
width: 45%;height: 50px;background-color: #F5F5F5;padding-left: 20px;
|
||
|
|
}
|
||
|
|
#projectInfo>tbody>tr>td{
|
||
|
|
width: 45%;height: 50px;padding-left: 20px;
|
||
|
|
}
|
||
|
|
#more{
|
||
|
|
height: 100%;
|
||
|
|
margin-right: 35px;
|
||
|
|
cursor: pointer;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width:90%;
|
||
|
|
}
|
||
|
|
.viewBox{
|
||
|
|
width: 200px;
|
||
|
|
height: 300px;
|
||
|
|
margin-left: 30px;
|
||
|
|
border-radius: 6px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
.viewHeader{
|
||
|
|
width: 100%;
|
||
|
|
height: 50px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
font-size: 24px;
|
||
|
|
color: #FFF;
|
||
|
|
border-top-left-radius: 6px;
|
||
|
|
border-top-right-radius: 6px;
|
||
|
|
background-color: #52C1F5;
|
||
|
|
}
|
||
|
|
.viewHeader>img{
|
||
|
|
width: 32px;
|
||
|
|
height: 32px;
|
||
|
|
margin-left: 15px;
|
||
|
|
}
|
||
|
|
.viewHeader>span{
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
.viewContent{
|
||
|
|
width: 100%;
|
||
|
|
height: 220px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
background-color: #FFF;
|
||
|
|
}
|
||
|
|
.viewContent>img{
|
||
|
|
width: 160px;
|
||
|
|
height: 210px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.viewFooter{
|
||
|
|
width: 100%;
|
||
|
|
height: 24px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
#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;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<script type="text/html" id="tip-bar">
|
||
|
|
<button class="layui-btn layui-btn-sm">单回路</button>
|
||
|
|
<button class="layui-btn layui-btn-sm">双回路</button>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<script type="text/html" id="opeator-bar">
|
||
|
|
<button class="layui-btn layui-btn-sm layui-btn-warm" lay-event="set">设置</button>
|
||
|
|
<button class="layui-btn layui-btn-sm layui-btn-primary" lay-event="set">取消</button>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<!-- 新增杆塔弹窗 -->
|
||
|
|
<script type="text/html" id="gmDetail">
|
||
|
|
<form class="layui-form" onsubmit="return false" style="width: 90%;height: 90%;padding: 10px;">
|
||
|
|
<div class="layui-form-item">
|
||
|
|
<div class="layui-inline" style="margin-left: 0%; ">
|
||
|
|
<label class="layui-form-label" style="width:100px;">
|
||
|
|
<i class="tip-required" style="color: red;font-size: 20px">*</i>杆塔名称:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<input type="text" name="gmName" id="gmName" class="layui-input"
|
||
|
|
lay-verify="required" maxlength="200" placeholder="请填写杆塔名称" style="width: 350px">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<div style="width: 90%;height: 60px;display: flex;align-items: center;justify-content: flex-end;margin-top: 20px;">
|
||
|
|
<button class="layui-btn layui-btn-sm layui-btn-primary" style="">取消</button>
|
||
|
|
<button class="layui-btn layui-btn-sm layui-btn-normal" style="margin-right: 20px;">确定</button>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<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">
|
||
|
|
--
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="detail-content">
|
||
|
|
<div style="width: 100%;height: 88%;">
|
||
|
|
<div class="layui-tab layui-tab-brief" lay-filter="projectTab" style="height: 100%;width: 100%;display: flex;flex-direction: column;margin: 0;">
|
||
|
|
<ul id="projectList" class="layui-tab-title" style="width: 100%;height: 10%;background-color: #FFF;">
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<div class="layui-tab-content" style="width: 100%;height: 92%;background-color: #E6E6E6;">
|
||
|
|
<div class="layui-tab-item layui-show" style="width: 100%;height: 100%;overflow-y: auto;">
|
||
|
|
<div style="width: 90%;height: 30px;font-weight: bold;">
|
||
|
|
<span style="border: 3px solid #409EFF;width: 20px;height: 10px;margin-left: 4%;margin-right: 1%;"></span>正常巡视-第一次巡视
|
||
|
|
</div>
|
||
|
|
<div id="firstViewBox" style="width: 100%;min-height: 200px;margin-bottom: 20px;display: flex;flex-wrap: wrap;">
|
||
|
|
<!-- <div class="viewBox">
|
||
|
|
<div class="viewHeader">
|
||
|
|
<img src="../../../image/dataIcon3.png" alt="">
|
||
|
|
<span>N1</span>
|
||
|
|
</div>
|
||
|
|
<div class="viewContent">
|
||
|
|
<img src="../../../image/viewImg.jpg" alt="">
|
||
|
|
</div>
|
||
|
|
<div class="viewFooter">
|
||
|
|
<i class="layui-icon"></i>
|
||
|
|
2024-03-15
|
||
|
|
</div>
|
||
|
|
</div> -->
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div style="width: 90%;height: 30px;font-weight: bold;">
|
||
|
|
<span style="border: 3px solid #409EFF;width: 20px;height: 10px;margin-left: 4%;margin-right: 1%;"></span>正常巡视-第二次巡视
|
||
|
|
</div>
|
||
|
|
<div id="secondViewBox" style="width: 100%;min-height: 200px;margin-bottom: 20px;display: flex;flex-wrap: wrap;">
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<div style="width: 90%;height: 30px;font-weight: bold;">
|
||
|
|
<span style="border: 3px solid #409EFF;width: 20px;height: 10px;margin-left: 4%;margin-right: 1%;"></span>特巡 / 值守
|
||
|
|
</div>
|
||
|
|
<div style="width: 100%;height: 150px;overflow: auto;">
|
||
|
|
<table id="isWorkList" class="layui-table" lay-skin="row" style="width:100%;"></table>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<div id="specialViewBox" style="width: 100%;min-height: 200px;margin-bottom: 20px;display: flex;flex-wrap: wrap;">
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|