168 lines
5.9 KiB
Plaintext
168 lines
5.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en" style="background-color: transparent;">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../../../js/layui/css/layui.css">
|
|
<link href="../../../js/layui/formSelects-v4.css" rel="stylesheet" type="text/css"/>
|
|
<link rel="stylesheet" href="../../../css/font.css">
|
|
<link rel="stylesheet" href="../../../css/table-common.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/layui/layui.js"></script>
|
|
<script src="../../../js/public/public.js" type="text/javascript"></script>
|
|
<script src="../../../js/public/commonUtils.js"></script>
|
|
<script src="../../../js/public/select.js"></script>
|
|
<script src="../../../js/public/aes.js"></script>
|
|
<title>站班会</title>
|
|
</head>
|
|
<body>
|
|
<div class="title layout"><p>站班会信息</p><img title="关闭" onclick="closePage(1)" style="cursor: pointer;"
|
|
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" xm-select="buildCode" xm-select-show-count='1' xm-select-search=""
|
|
xm-select-search-type="dl">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">风险等级:</label>
|
|
<div class="layui-input-inline">
|
|
<select class="layui-select" id="riskLevel" xm-select="riskLevel" xm-select-show-count='2'>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">施工日期:</label>
|
|
<div class="layui-input-inline">
|
|
<input type="text" id="classDate" class="layui-input" placeholder="日期" readonly style="cursor: pointer;">
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">关键字:</label>
|
|
<div class="layui-input-inline">
|
|
<input type="text" id="keyWord" class="layui-input" placeholder="请输入关键字" autocomplete="off">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<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="status">
|
|
<option value="">全部</option>
|
|
<option value="1">开工</option>
|
|
<option value="2">暂停</option>
|
|
<option value="3">完工</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm"
|
|
style="font-size: 13px;margin-left: 32px;background-color: #2F82FB;margin-top: -5px;"
|
|
onclick="query(1)">查询
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div class="table-box" table-responsive style="z-index: 1;">
|
|
<table id="personnelTable" class="table" lay-filter="proTable"></table>
|
|
<div id="voi-page" class="layout"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<style>
|
|
.layui-table-init {
|
|
background-color: transparent !important;
|
|
}
|
|
.layui-laydate .layui-this {
|
|
background-color: #2F5D6B !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: #2F5D6B !important;
|
|
}
|
|
|
|
.layui-laydate-list > li:hover {
|
|
background-color: #2F5D6B !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.layui-laydate-header i:hover, .layui-laydate-header span:hover {
|
|
color: #2F5D6B !important;
|
|
}
|
|
|
|
.laydate-footer-btns span:hover {
|
|
color: #2F5D6B !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-form-label {
|
|
width: 100px !important;
|
|
}
|
|
</style>
|
|
<script src="../../../js/compreDisplay/child/classMeeting.js"></script>
|
|
</html> |