178 lines
5.9 KiB
HTML
178 lines
5.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" style="background-color: transparent;">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<link rel="stylesheet" href="../../js/layui/css/layui.css">
|
||
<link rel="stylesheet" href="../../css/font.css">
|
||
<link rel="stylesheet" href="../../css/table-common-new.css">
|
||
<script src="../../js/public/jquery-3.6.0.js" type="text/javascript"></script>
|
||
<script src="../../js/public/sm3.js" type="text/javascript"></script>
|
||
<script src="../../js/public/public.js" type="text/javascript"></script>
|
||
<script src="../../js/layui/layui.js"></script>
|
||
<script src="../../js/public/select.js"></script>
|
||
<script src="../../js/public/commonUtils.js"></script>
|
||
<title>工程计划-穿透</title>
|
||
</head>
|
||
<body>
|
||
<div class="title layout"><p></p><img title="关闭" onclick="closePage(1)"
|
||
style="cursor: pointer;position: absolute;left: 96%;"
|
||
src="../../img/compreDisplay/close-btn.png"></div>
|
||
<div id="content">
|
||
<div class="search-box layout">
|
||
<form class="layui-form" onclick="return false;">
|
||
<div class="layui-form-item">
|
||
<div class="layui-inline">
|
||
<label class="layui-form-label">建管单位:</label>
|
||
<div class="layui-input-inline">
|
||
<select class="layui-select" id="buildCode">
|
||
</select>
|
||
</div>
|
||
</div>
|
||
<div class="layui-inline">
|
||
<label class="layui-form-label">工程名称:</label>
|
||
<div class="layui-input-inline">
|
||
<input type="text" id="proName" class="layui-input" autocomplete="off">
|
||
</div>
|
||
</div>
|
||
<div class="layui-inline">
|
||
<label class="layui-form-label">日期:</label>
|
||
<div class="layui-input-inline">
|
||
<input type="text" id="year" class="layui-input" placeholder="开始年" readonly>
|
||
</div>
|
||
</div>
|
||
<!--<div class="layui-inline">
|
||
<label class="layui-form-label">电压等级:</label>
|
||
<div class="layui-input-inline">
|
||
<select class="layui-select" id="voltageLevel">
|
||
<option value="">全部</option>
|
||
<option value="24">35kV</option>
|
||
<option value="31">110kV</option>
|
||
<option value="32">220kV</option>
|
||
<option value="34">500kV</option>
|
||
<option value="85">800kV</option>
|
||
</select>
|
||
</div>
|
||
</div>-->
|
||
|
||
<div class="layui-inline">
|
||
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm"
|
||
style="font-size: 13px;background-color: #285990;margin-top: -5px;border: 1px solid #88c6ff;border-radius: 2px;"
|
||
onclick="query(1)">查询
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
<div class="num-statistics layout">
|
||
<p>本年度项目数:<span id="totalProNum">0</span></p>
|
||
<p>线路总长度(千米):<span id="lineLength">0</span></p>
|
||
<p>变电总容量(万千伏安):<span id="subCap">0</span></p>
|
||
</div>
|
||
<div class="table-box" table-responsive style="z-index: 1;">
|
||
<table id="proTable" class="table" lay-filter="proTable"
|
||
style="border-collapse: separate;border-spacing: 0 10px;"></table>
|
||
<div id="voi-page" class="layout"></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
<style>
|
||
.layui-table-init {
|
||
background-color: transparent !important;
|
||
}
|
||
|
||
.search-box {
|
||
height: 50px;
|
||
}
|
||
|
||
.layui-laydate .layui-this {
|
||
background-color: #285990 !important;
|
||
color: #fff !important;
|
||
}
|
||
|
||
.layui-laydate, .layui-laydate-hint {
|
||
border: 1px solid #d2d2d2;
|
||
background-color: #06182E !important;
|
||
color: #666;
|
||
}
|
||
|
||
.layui-laydate-list {
|
||
background-color: #06182E !important;
|
||
}
|
||
|
||
.layui-laydate-header i {
|
||
position: absolute;
|
||
top: 10px;
|
||
padding: 0 5px;
|
||
color: #d9d9d9;
|
||
font-size: 18px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.layui-laydate-content > table > thead > tr > th {
|
||
color: #fff;
|
||
}
|
||
|
||
.layui-laydate-content td {
|
||
color: #fff;
|
||
}
|
||
|
||
.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
|
||
color: #666;
|
||
}
|
||
|
||
.layui-laydate-footer span:first-child.layui-laydate-preview {
|
||
color: #fff !important;
|
||
}
|
||
|
||
.layui-laydate-content td:hover {
|
||
color: #fff;
|
||
background-color: #285990 !important;
|
||
}
|
||
|
||
.layui-laydate-list > li:hover {
|
||
background-color: #285990 !important;
|
||
color: #fff;
|
||
}
|
||
|
||
.layui-laydate-header i:hover, .layui-laydate-header span:hover {
|
||
color: #285990 !important;
|
||
}
|
||
|
||
.laydate-footer-btns span:hover {
|
||
color: #285990 !important;
|
||
}
|
||
|
||
.laydate-set-ym {
|
||
color: #fff;
|
||
}
|
||
|
||
.laydate-footer-btns {
|
||
color: #fff;
|
||
}
|
||
|
||
.layui-laydate-footer span {
|
||
display: inline-block;
|
||
vertical-align: top;
|
||
height: 26px;
|
||
line-height: 24px;
|
||
padding: 0 10px;
|
||
border: 1px solid #c9c9c9;
|
||
border-radius: 2px;
|
||
background-color: transparent !important;
|
||
font-size: 12px;
|
||
cursor: pointer;
|
||
white-space: nowrap;
|
||
transition: all .3s;
|
||
}
|
||
|
||
.layui-table-total {
|
||
margin-top: 10px;
|
||
background-color: transparent;
|
||
}
|
||
|
||
.layui-table-total > table > tbody > tr > td {
|
||
background-color: #1b3e69;
|
||
}
|
||
</style>
|
||
<script src="../../js/main/proPlan.js"></script>
|
||
</html> |