96 lines
2.5 KiB
HTML
96 lines
2.5 KiB
HTML
<!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>
|
|
<!-- <script src="../../js/publics/shuiYin.js"></script> -->
|
|
<script src="../../plugin/watermark.js"></script>
|
|
<title>工程质量分析</title>
|
|
</head>
|
|
<script type="text/javascript">
|
|
let text = nickName + "\r\n" + roleName + "\r\n" + '建设部';
|
|
// watermark.load({ watermark_txt: text });
|
|
</script>
|
|
|
|
<body>
|
|
<div id="proQuality">
|
|
|
|
<div class="leftBox">
|
|
<table id="demo2" lay-filter="test"></table>
|
|
</div>
|
|
|
|
<div class="rightBox" id="rightLineBox">
|
|
</div>
|
|
<i class="layui-icon layui-icon-upload" id="uploadBtn"
|
|
style="font-size: 20px; cursor: pointer; color: #7aa2a7;"></i>
|
|
</div>
|
|
|
|
<!-- <div id="oneEcharts">
|
|
</div> -->
|
|
|
|
|
|
</body>
|
|
<style>
|
|
.layui-table-init {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
#demo2 {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
#proQuality {
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
}
|
|
|
|
#rightLineBox {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.leftBox {
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
#uploadBtn {
|
|
margin-top: 32px;
|
|
margin-bottom: -14px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.rightBox {
|
|
width: 25%;
|
|
height: 500px;
|
|
}
|
|
|
|
#oneEcharts {
|
|
width: 500px;
|
|
height: 500px;
|
|
}
|
|
|
|
#twoEcharts {
|
|
width: 500px;
|
|
height: 500px;
|
|
}
|
|
</style>
|
|
<script src="../../js/pages/newDataAnalysis/proQualityAnalysis.js" type="text/javascript"></script>
|
|
|
|
</html> |