ah_jjzhgd_webscreen/pages/newDataAnalysis/proQualityAnalysis.html

96 lines
2.4 KiB
HTML
Raw Normal View History

2025-07-23 11:04:48 +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-07-23 23:15:51 +08:00
<link rel="stylesheet" href="../../css/coreTable.css"/>
2025-07-23 23:06:00 +08:00
<link rel="stylesheet" href="../../css/accessMge/accessMge.css">
2025-07-23 11:04:48 +08:00
<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>
2025-07-23 22:31:39 +08:00
<script src="../../js/publics/echarts.js"></script>
2025-07-23 11:04:48 +08:00
<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>
<!-- <script src="../../js/publics/shuiYin.js"></script> -->
<script src="../../plugin/watermark.js"></script>
<title>工程质量分析</title>
</head>
<script type="text/javascript">
2025-07-23 23:06:00 +08:00
let text = nickName + "\r\n" + roleName + "\r\n" + '建设部';
// watermark.load({ watermark_txt: text });
2025-07-23 11:04:48 +08:00
</script>
2025-07-23 23:06:00 +08:00
2025-07-23 11:04:48 +08:00
<body>
2025-07-23 23:15:51 +08:00
<div id="proQuality">
2025-07-23 23:06:00 +08:00
2025-07-23 23:15:51 +08:00
<div class="leftBox">
2025-07-24 15:30:56 +08:00
<button class="layui-btn" id="uploadBtn">上传</button>
2025-07-23 23:15:51 +08:00
<table id="demo2" lay-filter="test"></table>
</div>
2025-07-23 23:06:00 +08:00
2025-07-23 23:15:51 +08:00
<div class="rightBox" id="rightLineBox">
2025-07-23 23:06:00 +08:00
</div>
2025-07-23 23:15:51 +08:00
</div>
<!-- <div id="oneEcharts">
</div> -->
2025-07-23 22:31:39 +08:00
2025-07-23 11:04:48 +08:00
</body>
<style>
.layui-table-init {
background-color: transparent !important;
}
2025-07-23 23:06:00 +08:00
#demo2 {
2025-07-23 16:27:32 +08:00
margin-top: 26px;
}
2025-07-23 23:06:00 +08:00
#proQuality {
width: 100%;
display: flex;
}
2025-07-23 23:15:51 +08:00
#rightLineBox {
margin-top: 100px;
}
2025-07-23 23:06:00 +08:00
.leftBox {
2025-07-23 22:31:39 +08:00
width: 75%;
2025-07-23 23:06:00 +08:00
2025-07-23 22:31:39 +08:00
}
2025-07-24 13:34:17 +08:00
#uploadBtn{
margin-top: 40px;
margin-bottom: -14px;
margin-left: 20px;
}
2025-07-23 23:06:00 +08:00
.rightBox {
width: 25%;
height: 500px;
}
#oneEcharts {
2025-07-23 22:31:39 +08:00
width: 500px;
height: 500px;
}
2025-07-23 23:06:00 +08:00
#twoEcharts {
2025-07-23 22:31:39 +08:00
width: 500px;
height: 500px;
}
2025-07-23 11:04:48 +08:00
</style>
<script src="../../js/pages/newDataAnalysis/proQualityAnalysis.js" type="text/javascript"></script>
2025-07-23 23:06:00 +08:00
</html>