hb_zhgd_screen/pages/dataAnalysisOctober/projectManagement.html

335 lines
11 KiB
HTML
Raw Permalink Normal View History

2025-10-17 14:57:09 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>工程管理分析</title>
<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-21 13:38:20 +08:00
<link rel="stylesheet" href="../../css/coreTable.css"/>
2025-10-17 14:57:09 +08:00
<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/4.3.0/echarts.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>
<style>
#proQuality {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
2025-10-18 16:58:04 +08:00
.top-box {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 48%;
display: flex;
flex-direction: row;
background: url("../../img/dataAnalysisOctober/electricityStatistics.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
}
2025-10-18 16:58:04 +08:00
.center-box {
2025-10-17 14:57:09 +08:00
margin-top: 1%;
width: 100%;
height: 30%;
background: url("../../img/dataAnalysisOctober/projectCost.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
}
2025-10-18 16:58:04 +08:00
.bottom-box {
2025-10-17 14:57:09 +08:00
margin-top: 1%;
width: 100%;
height: 20%;
background: url("../../img/dataAnalysisOctober/projectRisk.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
display: flex;
flex-direction: row;
}
2025-10-18 16:58:04 +08:00
.top-box-box {
2025-10-17 14:57:09 +08:00
width: 95%;
height: 72%;
margin-top: 5%;
display: flex;
}
2025-10-18 16:58:04 +08:00
.top-box-box-left {
2025-10-17 14:57:09 +08:00
width: 33%;
height: 100%;
box-shadow: 0px 0px 4px 0px rgba(8, 220, 224, 0.8);
border-radius: 2px 2px 2px 2px;
}
2025-10-18 16:58:04 +08:00
.top-box-box-right {
2025-10-17 14:57:09 +08:00
margin-left: 1%;
width: 69%;
height: 100%;
}
2025-10-18 16:58:04 +08:00
.top-box-box-right-top {
2025-10-17 14:57:09 +08:00
height: 48%;
width: 100%;
2025-10-18 16:58:04 +08:00
box-shadow: 0px 0px 4px 0px rgba(8, 220, 224, 0.8);
2025-10-17 14:57:09 +08:00
border-radius: 2px 2px 2px 2px;
}
2025-10-18 16:58:04 +08:00
.top-box-box-right-bottom {
2025-10-17 14:57:09 +08:00
margin-top: 1%;
height: 48%;
width: 100%;
2025-10-18 16:58:04 +08:00
box-shadow: 0px 0px 4px 0px rgba(8, 220, 224, 0.8);
2025-10-17 14:57:09 +08:00
border-radius: 2px 2px 2px 2px;
}
2025-10-18 16:58:04 +08:00
.bottom-box-box {
2025-10-17 14:57:09 +08:00
width: 98%;
margin-left: 1%;
height: 60%;
margin-top: 3%;
display: flex;
flex-direction: row;
}
2025-10-18 16:58:04 +08:00
.bottom-box-box-left {
2025-10-17 14:57:09 +08:00
margin-left: 1%;
width: 35%;
height: 100%;
2025-10-18 16:58:04 +08:00
box-shadow: 0px 0px 4px 0px rgba(8, 220, 224, 0.8);
2025-10-17 14:57:09 +08:00
border-radius: 2px 2px 2px 2px;
}
2025-10-18 16:58:04 +08:00
.bottom-box-box-right {
2025-10-17 14:57:09 +08:00
width: 20%;
height: 100%;
2025-10-18 16:58:04 +08:00
margin-left: 1%;
box-shadow: 0px 0px 4px 0px rgba(8, 220, 224, 0.8);
2025-10-17 14:57:09 +08:00
border-radius: 2px 2px 2px 2px;
}
2025-10-18 16:58:04 +08:00
#project {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 50%;
display: flex;
flex-direction: row;
}
2025-10-18 16:58:04 +08:00
#projectProgress {
2025-10-17 14:57:09 +08:00
width: 50%;
height: 100%;
}
#projectCost {
width: 50%;
height: 100%;
}
2025-10-18 16:58:04 +08:00
#projectRisk {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 50%;
}
2025-10-18 16:58:04 +08:00
2025-10-17 14:57:09 +08:00
.chart-title {
position: absolute;
top: 40%;
display: flex;
color: #ffffff;
font-size: 14px;
left: 5%;
}
2025-10-18 16:58:04 +08:00
2025-10-17 14:57:09 +08:00
.big-number {
font-size: 22px;
color: #79FFFF;
font-weight: bold;
line-height: 20px;
}
2025-10-18 16:58:04 +08:00
#civilEngineering {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 100%;
}
2025-10-18 16:58:04 +08:00
#electrical {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 100%;
}
2025-10-18 16:58:04 +08:00
#itemCost {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 100%;
}
2025-10-18 16:58:04 +08:00
#totalRisk {
2025-10-17 14:57:09 +08:00
width: 100%;
height: 100%;
}
.equipment-card {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
.accountTerminatedRisk {
width: 55px;
height: 60px;
flex-shrink: 0;
background: url("../../img/dataAnalysisOctober/accountTerminatedRisk.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
}
2025-10-18 16:58:04 +08:00
.risk {
2025-10-17 14:57:09 +08:00
width: 55px;
height: 60px;
flex-shrink: 0;
background: url("../../img/dataAnalysisOctober/risk.png") no-repeat 0 0 / 100% 100%;
background-position: center center !important;
}
.equipment-card-content {
display: flex;
flex-direction: column;
}
.equipment-card-label {
font-size: 14px;
color: #ffffff;
line-height: 1.2;
}
.equipment-card-value {
font-size: 16px;
font-weight: bold;
color: #79FFFF;
line-height: 1.2;
}
</style>
</head>
<body>
2025-10-21 13:38:20 +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="开始日期">
</div>
<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="结束日期">
</div>
</div>
<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>
</div>
</div>
</form>
</div>
<div style="height: 94%;width: 100%;display: flex;flex-direction: column;">
2025-10-17 14:57:09 +08:00
<div class="top-box">
<div class="top-box-box">
<div class="top-box-box-left">
<div id="project">
<div id="projectProgress"></div>
<div id="projectCost"></div>
</div>
<div id="projectRisk">
</div>
<div class="chart-title">
<div>今日风险数量</div>
2025-10-18 16:58:04 +08:00
<div class="big-number"></div>
2025-10-17 14:57:09 +08:00
<div></div>
</div>
</div>
<div class="top-box-box-right">
<div class="top-box-box-right-top">
<div id="civilEngineering"></div>
</div>
<div class="top-box-box-right-bottom">
<div id="electrical"></div>
</div>
</div>
</div>
</div>
<div class="center-box">
<div id="itemCost"></div>
</div>
<div class="bottom-box">
<div class="bottom-box-box">
<div class="bottom-box-box-left">
<div id="totalRisk"></div>
<div class="chart-title" style="top: 95%; left: 3%;">
2025-10-18 16:58:04 +08:00
<div>项目风险数量</div>
2025-10-17 14:57:09 +08:00
<div class="big-number">60</div>
<div></div>
</div>
</div>
<div class="bottom-box-box-right">
<div class="equipment-card">
<div class="accountTerminatedRisk"></div>
<div class="equipment-card-content">
2025-10-18 16:58:04 +08:00
<div class="equipment-card-label">已销号风险</div>
<div class="equipment-card-value" id="accountTerminatedRisk"><span
style="font-size: 12px; margin-left: 2px;">台</span>
2025-10-17 14:57:09 +08:00
</div>
</div>
</div>
</div>
<div class="bottom-box-box-right">
<div class="equipment-card">
<div class="risk"></div>
<div class="equipment-card-content">
<div class="equipment-card-label">剩余风险</div>
2025-10-18 16:58:04 +08:00
<div class="equipment-card-value" id="remainingRisk"><span
style="font-size: 12px; margin-left: 2px;">台</span>
2025-10-17 14:57:09 +08:00
</div>
</div>
</div>
</div>
<div class="bottom-box-box-right">
<div class="equipment-card">
<div class="risk"></div>
<div class="equipment-card-content">
<div class="equipment-card-label">剩余二级及以上风险</div>
2025-10-18 16:58:04 +08:00
<div class="equipment-card-value" id="remainingSecondaryRisk"><span
style="font-size: 12px; margin-left: 2px;">台</span>
2025-10-17 14:57:09 +08:00
</div>
</div>
</div>
</div>
</div>
</div>
</div>
2025-10-21 13:38:20 +08:00
</div>
2025-10-17 14:57:09 +08:00
</body>
<script src="../../js/pages/dataAnalysisOctober/projectManagement.js" type="text/javascript"></script>
2025-10-21 13:38:20 +08:00
</html>