hb_zhgd_screen/pages/dataAnalysisOctober/proQualityAnalysis.html

199 lines
6.6 KiB
HTML
Raw Permalink Normal View History

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">
<link rel="stylesheet" href="../../css/coreTable.css"/>
<link rel="stylesheet" href="../../css/accessMge/accessMge.css">
<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="../../js/publics/echarts.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>
<title>工程质量分析</title>
</head>
<body>
<div id="proQuality">
<div id="real-time-monitor" class="layout">
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="totalItem"></span></p>
2025-10-14 18:16:49 +08:00
<p>总验收项</p>
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="acceptItem"></span></p>
2025-10-14 18:16:49 +08:00
<p>已验收项</p>
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="acceptTable"></span></p>
2025-10-14 18:16:49 +08:00
<p>已填验收表数量</p>
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="acceptQualifiedTable"></span></p>
2025-10-14 18:16:49 +08:00
<p>已填合格验收表数量</p>
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="acceptRate"></span></p>
2025-10-14 18:16:49 +08:00
<p>验收率</p>
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="acceptTbRate"></span></p>
2025-10-14 18:16:49 +08:00
<p>验收填报准确率</p>
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="mainAcceptRate"></span></p>
<p>主设备试验调试一次通过率</p>
2025-10-14 18:16:49 +08:00
<div class="monitor-icon"></div>
</div>
<div class="layout monitor-data">
2025-10-18 15:55:58 +08:00
<p><span id="commAcceptRate"></span></p>
2025-10-14 18:16:49 +08:00
<p>系统投运一次通过率</p>
<div class="monitor-icon"></div>
</div>
</div>
<div class="layout civilEngineering">
<div id="civilEngineering" style="height: 100%;width: 100%"></div>
</div>
<div class="layout electrical">
<div id="electrical" style="height: 100%;width: 100%"></div>
</div>
</div>
</body>
<style>
#proQuality {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
#real-time-monitor {
width: 100%;
height: 31%;
background: url("../../img/dataAnalysisOctober/acceptanceStatistics.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
justify-content: space-between;
}
.layout {
display: flex;
align-items: center;
justify-content: center;
}
.monitor-data {
width: 16%;
height: 60%;
margin-top: 3%;
flex-direction: column;
justify-content: space-around;
}
.monitor-data p:nth-child(1) span:nth-child(1) {
font-size: 24px;
color: #79FFFFFF;
font-weight: bold;
}
.monitor-data p:nth-child(1) span:nth-child(2) {
margin-left: 5px;
color: #79FFFFFF;
}
.monitor-icon {
width: 100%;
height: 60%;
}
.monitor-data:nth-child(1) .monitor-icon {
background: url("../../img/dataAnalysisOctober/totalAcceptanceItems.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(2) .monitor-icon {
background: url("../../img/dataAnalysisOctober/acceptedItems.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(3) .monitor-icon {
background: url("../../img/dataAnalysisOctober/acceptedItemsNumber.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(4) .monitor-icon {
background: url("../../img/dataAnalysisOctober/quantity.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(5) .monitor-icon {
background: url("../../img/dataAnalysisOctober/acceptanceRate.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(6) .monitor-icon {
background: url("../../img/dataAnalysisOctober/accuracy.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(7) .monitor-icon {
background: url("../../img/dataAnalysisOctober/experimentalAccuracy.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.monitor-data:nth-child(8) .monitor-icon {
background: url("../../img/dataAnalysisOctober/systemPassRate.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
background-size: initial;
}
.civilEngineering {
margin-top: 1%;
width: 100%;
height: 40%;
background: url("../../img/dataAnalysisOctober/civilEngineering.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
justify-content: space-between;
}
.electrical {
margin-top: 1%;
width: 100%;
height: 40%;
background: url("../../img/dataAnalysisOctober/electrical.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
justify-content: space-between;
}
</style>
<script src="../../js/pages/dataAnalysisOctober/proQualityAnalysis.js" type="text/javascript"></script>
</html>