2025-10-14 18:16:49 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link rel="stylesheet" href="../../css/font.css">
|
|
|
|
|
<link rel="stylesheet" href="../../plugin/layui-v2.9.7/layui/css/layui.css">
|
|
|
|
|
<link rel="stylesheet" href="../../css/dataAnalysis/dataAnalysis.css">
|
|
|
|
|
<link rel="stylesheet" href="../../css/shuiYin/shuiYin.css">
|
2025-10-18 15:55:58 +08:00
|
|
|
<link rel="stylesheet" href="../../css/coreTable.css"/>
|
2025-10-14 18:16:49 +08:00
|
|
|
<link rel="stylesheet" href="../../css/accessMge/accessMge.css">
|
|
|
|
|
<script src="../../js/publics/4.3.0/echarts.min.js"></script>
|
|
|
|
|
<script src="../../js/publics/sm4.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../../js/publics/jquery-3.6.0.min.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../../js/publics/public.js"></script>
|
|
|
|
|
<script src="../../plugin/scroll/jquery.nicescroll.min.js"></script>
|
|
|
|
|
<script src="../../plugin/layui-v2.9.7/layui/layui.js"></script>
|
|
|
|
|
<script src="../../js/publics/aescbc.js"></script>
|
|
|
|
|
<script src="../../js/publics/sm3.js"></script>
|
|
|
|
|
<script src="../../api/commonRequest.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="../../css/newDataAnalysis/projectProgress.css">
|
|
|
|
|
<title>工程进度分析</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2025-10-18 15:55:58 +08:00
|
|
|
<div id="proQuality">
|
|
|
|
|
<div style="height: 6%;width: 100%;">
|
|
|
|
|
<form class="layui-form basic-form" onclick="return false;" onsubmit="return false;">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<div class="layui-inline" id="ID-laydate-rangeLinked">
|
|
|
|
|
<div class="layui-input-inline">
|
|
|
|
|
<input type="text" autocomplete="off" id="ID-laydate-start-date-1" readonly
|
|
|
|
|
class="layui-input" placeholder="开始日期">
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
2025-10-18 15:55:58 +08:00
|
|
|
<div class="layui-form-mid">-</div>
|
|
|
|
|
<div class="layui-input-inline">
|
|
|
|
|
<input type="text" autocomplete="off" id="ID-laydate-end-date-1" readonly
|
|
|
|
|
class="layui-input" placeholder="结束日期">
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-10-18 15:55:58 +08:00
|
|
|
|
|
|
|
|
<div class="layui-inline">
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-normal" onclick="query(1)"
|
|
|
|
|
style="background-color: #207E75;">
|
|
|
|
|
<i class="layui-icon layui-icon-query"></i>查询
|
|
|
|
|
</button>
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-10-18 15:55:58 +08:00
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="height: 94%;width: 100%;display: flex;">
|
|
|
|
|
<div class="substation_civil_engineering">
|
|
|
|
|
<div style="height: 35%;width: 100%;">
|
|
|
|
|
<div style="height: 100%;width: 100%;" id="civilEngineering"></div>
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
2025-10-18 15:55:58 +08:00
|
|
|
|
|
|
|
|
<div id="civilEngineeringPercent"></div>
|
|
|
|
|
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="substation_electrical">
|
|
|
|
|
<div style="height: 35%;width: 100%;">
|
|
|
|
|
<div style="height: 100%;width: 100%;" id="electrical"></div>
|
|
|
|
|
</div>
|
2025-10-18 15:55:58 +08:00
|
|
|
<div id="electricalPercent"></div>
|
2025-10-14 18:16:49 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2025-10-18 15:55:58 +08:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2025-10-14 18:16:49 +08:00
|
|
|
</body>
|
|
|
|
|
<style>
|
|
|
|
|
#proQuality {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
2025-10-18 15:55:58 +08:00
|
|
|
flex-direction: column;
|
2025-10-14 18:16:49 +08:00
|
|
|
}
|
|
|
|
|
|
2025-10-18 15:55:58 +08:00
|
|
|
.substation_civil_engineering {
|
2025-10-14 18:16:49 +08:00
|
|
|
width: 49.5%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: url("../../img/dataAnalysisOctober/substationCivilEngineering.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
background-position: center center !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-18 15:55:58 +08:00
|
|
|
.substation_electrical {
|
2025-10-14 18:16:49 +08:00
|
|
|
margin-left: 1%;
|
|
|
|
|
width: 49.5%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: url("../../img/dataAnalysisOctober/substationElectrical.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
background-position: center center !important;
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-18 15:55:58 +08:00
|
|
|
.border {
|
|
|
|
|
height: 20%;
|
2025-10-14 18:16:49 +08:00
|
|
|
width: 94%;
|
|
|
|
|
margin-top: 1.5%;
|
|
|
|
|
margin-left: 3%;
|
2025-10-18 15:55:58 +08:00
|
|
|
background: rgba(25, 62, 68, 0.5);
|
2025-10-14 18:16:49 +08:00
|
|
|
border-radius: 2px 2px 2px 2px;
|
2025-10-18 15:55:58 +08:00
|
|
|
border-bottom: 2px solid rgba(12, 86, 89);
|
2025-10-14 18:16:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
height: 30%;
|
|
|
|
|
width: 96%;
|
2025-10-18 15:55:58 +08:00
|
|
|
padding: 1% 2% 0 2%;
|
2025-10-14 18:16:49 +08:00
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-group {
|
|
|
|
|
height: 30%;
|
|
|
|
|
width: 96%;
|
2025-10-18 15:55:58 +08:00
|
|
|
padding: 0% 2% 0 2%;
|
2025-10-14 18:16:49 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
color: #B9D6D9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label {
|
|
|
|
|
width: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-18 15:55:58 +08:00
|
|
|
.progress-bar-container {
|
2025-10-14 18:16:49 +08:00
|
|
|
height: 100%;
|
|
|
|
|
width: 49%;
|
2025-10-18 15:55:58 +08:00
|
|
|
margin-left: 1%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-bar-container-box {
|
|
|
|
|
width: 70%;
|
|
|
|
|
height: 59%;
|
|
|
|
|
margin-left: 3%;
|
|
|
|
|
margin-right: 3%;
|
|
|
|
|
border-radius: 1px 1px 1px 1px;
|
|
|
|
|
border: 1px solid #06BDDD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-bar-box {
|
|
|
|
|
margin-left: 0.3%;
|
|
|
|
|
margin-top: 0.5%;
|
|
|
|
|
height: 84%;
|
|
|
|
|
background: linear-gradient(270deg, #A8F2FB 0%, #03D7FD 100%);
|
|
|
|
|
border-radius: 1px 1px 1px 1px;
|
2025-10-14 18:16:49 +08:00
|
|
|
}
|
|
|
|
|
|
2025-10-18 15:55:58 +08:00
|
|
|
.progress-bar-box-sj {
|
|
|
|
|
margin-left: 0.3%;
|
|
|
|
|
margin-top: 0.5%;
|
|
|
|
|
height: 84%;
|
|
|
|
|
background: linear-gradient(270deg, #A8FBE7 0%, #03FDBA 100%);
|
|
|
|
|
border-radius: 1px 1px 1px 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#civilEngineeringPercent {
|
|
|
|
|
height: 64%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.percentage-box {
|
|
|
|
|
width: 10%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#electricalPercent {
|
|
|
|
|
height: 64%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2025-10-14 18:16:49 +08:00
|
|
|
</style>
|
|
|
|
|
<script src="../../js/pages/dataAnalysisOctober/projectProgress.js" type="text/javascript"></script>
|
2025-10-18 15:55:58 +08:00
|
|
|
<!--<script src="../../js/pages/dataAnalysisOctober/projectProgressEcharts.js" type="text/javascript"></script>-->
|
|
|
|
|
<!--<script src="../../js/pages/dataAnalysisOctober/projectProgressEelectricalEcharts.js" type="text/javascript"></script>-->
|
2025-10-14 18:16:49 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|