291 lines
8.0 KiB
HTML
291 lines
8.0 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/dataStatistics/workVisa/workVisaDetails.js"></script>
|
|
|
|
<style>
|
|
body,html {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
}
|
|
.detail-content{
|
|
width: 100%;
|
|
height: 76%;
|
|
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;
|
|
}
|
|
::-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(4),
|
|
#title>div:nth-child(5),
|
|
#title>input
|
|
{
|
|
width: 10%;
|
|
}
|
|
#title>input{
|
|
margin-left: 32%;
|
|
margin-right: 4%;
|
|
}
|
|
#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),
|
|
#title>div:nth-child(4)>div:nth-child(1),
|
|
#title>div:nth-child(5)>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),
|
|
#title>div:nth-child(4)>div:nth-child(2),
|
|
#title>div:nth-child(5)>div:nth-child(2)
|
|
{
|
|
font-size: 14px;
|
|
color: #666666;
|
|
margin-top: 8px;
|
|
}
|
|
#title>input{
|
|
font-size: 28px;
|
|
color: #409EFF;
|
|
font-weight: 800;
|
|
}
|
|
#displayType{
|
|
width: 98.8%;
|
|
background-color: #E6E6E6;
|
|
padding: 10px 10px 22px 10px;
|
|
}
|
|
#displayType>div{
|
|
display: inline-block;
|
|
padding: 8px 24px;
|
|
border: 1px solid #E4E4E4;
|
|
border-radius: 5px;
|
|
color: #999999;
|
|
background-color: #ffffff;
|
|
}
|
|
#displayType>div:hover{
|
|
cursor: pointer;
|
|
color: #409EFF;
|
|
}
|
|
.displayTypeDivClick{
|
|
background-color: #409EFF !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="title">
|
|
<div style="width: 13%;">
|
|
<img src="../../../image/house.png" height="60px"/>
|
|
<div>
|
|
<div id="username">--</div>
|
|
<div id="phone">--</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>杆塔数量</div>
|
|
<div id="num">--</div>
|
|
</div>
|
|
<div>
|
|
<div>护线员数量</div>
|
|
<div id="otherNum">--</div>
|
|
</div>
|
|
<div>
|
|
<div>巡1次张数</div>
|
|
<div id="oneNum">--</div>
|
|
</div>
|
|
<div>
|
|
<div>巡2次张数</div>
|
|
<div id="twoNum">--</div>
|
|
</div>
|
|
<input type="text" class="layui-input" readonly placeholder="月份" id="month" style="border: none;">
|
|
</div>
|
|
<div id="displayType">
|
|
<div class="displayTypeDivClick">照片视图</div>
|
|
<div>列表显示</div>
|
|
<span class="layui-form" style="display: inline-block;">
|
|
<select class="layui-select" lay-filter="sortType">
|
|
<option value="" selected>按杆塔顺序</option>
|
|
<option value="1">按更新时间</option>
|
|
<option value="2">已按巡视状态</option>
|
|
<option value="3">未按巡视状态</option>
|
|
</select>
|
|
</span>
|
|
|
|
</div>
|
|
<div class="detail-content">
|
|
<div style="width: 100%;height: 87%;">
|
|
<div class="layui-tab layui-tab-brief" lay-filter="projectTab" style="background-color: #E6E6E6;height: 100%;width: 100%;display: flex;flex-direction: column;margin: 0;">
|
|
<div id="inspectionTourContent" style="width: 100%;height: 100%;overflow-y: auto;">
|
|
|
|
|
|
|
|
</div>
|
|
<div id="inspectionTourList" style="background-color: #ffffff;display: none !important;width: 99%;height: 100%;overflow-y: auto;padding: 10px;">
|
|
<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="keyword" type="text" class="layui-input" placeholder="杆塔/护线员姓名" >
|
|
</div>
|
|
</div>
|
|
<button id="queryBt" type="button" class="layui-btn layui-btn-sm" >
|
|
<i class="layui-icon layui-icon-search"></i>
|
|
查询
|
|
</button>
|
|
<button id="reset" type="button" class="layui-btn layui-btn-sm layui-btn-primary">
|
|
<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>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |