2024-07-26 18:15:22 +08:00
|
|
|
<!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/attendance/attendanceDetail.js"></script>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
body,html {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
.detail-content{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
|
}
|
|
|
|
|
.header{
|
|
|
|
|
width: 100%;
|
2024-08-16 09:20:11 +08:00
|
|
|
height: 13%;
|
2024-07-26 18:15:22 +08:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
.viewHeader>img{
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
.viewHeader>span{
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.viewContent{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
.viewContent>img{
|
|
|
|
|
width: 160px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.viewFooter{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</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 class="detail-content">
|
|
|
|
|
<div class="header">
|
|
|
|
|
<div style="width: 50%;height: 100%;display: flex;">
|
|
|
|
|
<div style="width: 55%;height: 100%;display: flex;align-items: center;justify-items: center;">
|
|
|
|
|
<div style="margin-left: 15%;">
|
|
|
|
|
<img src="../../../image/dataIcon2.png" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-column" style="margin-left: 2%;">
|
2024-08-16 09:20:11 +08:00
|
|
|
<div id="username" style="font-weight: bold;font-size: 22px;">--</div>
|
|
|
|
|
<div id="tel" style="color: darkgrey;margin-top: 10px;">--</div>
|
2024-07-26 18:15:22 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flex-column" style="width: 12%;height: 100%;margin-left: 2%;">
|
|
|
|
|
<div style="color: darkgrey;">巡护区段数量</div>
|
2024-08-16 09:20:11 +08:00
|
|
|
<div id="allMake" style="margin-top: 10px;">--</div>
|
2024-07-26 18:15:22 +08:00
|
|
|
</div>
|
|
|
|
|
<div class="flex-column" style="width: 12%;height: 100%;margin-left: 2%;">
|
|
|
|
|
<div style="color: darkgrey;">巡1次张数</div>
|
2024-08-16 09:20:11 +08:00
|
|
|
<div id="oneMake" style="margin-top: 10px;">--</div>
|
2024-07-26 18:15:22 +08:00
|
|
|
</div>
|
|
|
|
|
<div class="flex-column" style="width: 12%;height: 100%;margin-left: 2%;">
|
|
|
|
|
<div style="color: darkgrey;">巡2次张数</div>
|
2024-08-16 09:20:11 +08:00
|
|
|
<div id="twoMake" style="margin-top: 10px;">--</div>
|
2024-07-26 18:15:22 +08:00
|
|
|
</div>
|
|
|
|
|
<div class="flex-column" style="width: 12%;height: 100%;margin-left: 2%;">
|
|
|
|
|
<div style="color: darkgrey;">特巡天数</div>
|
2024-08-16 09:20:11 +08:00
|
|
|
<div id="special" style="margin-top: 10px;">--</div>
|
2024-07-26 18:15:22 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width: 30%;height: 100%;display: flex;align-items: center;justify-items: center;">
|
|
|
|
|
<div id="more">
|
2024-08-16 09:20:11 +08:00
|
|
|
<input id="makeMonth" type="text" class="layui-input" readonly placeholder="月份" style="border: none;color:#409EFF;font-weight: bold;font-size: 30px;text-align: center; ">
|
2024-07-26 18:15:22 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-08-16 09:20:11 +08:00
|
|
|
<div style="width: 100%;height: 85%;">
|
2024-07-26 18:15:22 +08:00
|
|
|
<div class="layui-tab layui-tab-brief" lay-filter="projectTab" style="height: 100%;width: 100%;display: flex;flex-direction: column;margin: 0;">
|
2024-08-16 09:20:11 +08:00
|
|
|
<!-- <ul id="projectList" class="layui-tab-title" style="width: 100%;height: 10%;background-color: #FFF;">
|
|
|
|
|
</ul> -->
|
2024-07-26 18:15:22 +08:00
|
|
|
|
|
|
|
|
<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>
|