158 lines
6.8 KiB
Plaintext
158 lines
6.8 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/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="buildUnitCode" xm-select="buildUnitCode" 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">
|
||
|
|
<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="workTeam" class="layui-input" autocomplete="off">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<label class="layui-form-label">风险等级:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<select class="layui-select" id="riskType">
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-form-item">
|
||
|
|
<!-- <div class="layui-inline">-->
|
||
|
|
<!-- <label class="layui-form-label" style="">计划时间:</label>-->
|
||
|
|
<!-- <div class="layui-inline" id="test6">-->
|
||
|
|
<!-- <div class="layui-input-inline">-->
|
||
|
|
<!-- <input type="text" id="planStartTime" autocomplete="off" readonly class="layui-input"-->
|
||
|
|
<!-- placeholder="开始时间">-->
|
||
|
|
<!-- </div>-->
|
||
|
|
<!-- <div class="layui-form-mid" style="margin-top: -1%;color: #fff;">~</div>-->
|
||
|
|
<!-- <div class="layui-input-inline">-->
|
||
|
|
<!-- <input type="text" id="planEndTime" autocomplete="off" readonly class="layui-input"-->
|
||
|
|
<!-- placeholder="结束时间">-->
|
||
|
|
<!-- </div>-->
|
||
|
|
<!-- </div>-->
|
||
|
|
<!-- </div>-->
|
||
|
|
<!-- <div class="layui-inline">-->
|
||
|
|
<!-- <button type="button" class="layui-btn layui-btn-normal layui-btn-sm"-->
|
||
|
|
<!-- style="font-size: 16px;margin-left: 32px;background-color: #2F82FB;margin-top: -5px;"-->
|
||
|
|
<!-- onclick="query(1)">查询-->
|
||
|
|
<!-- </button>-->
|
||
|
|
<!-- </div>-->
|
||
|
|
|
||
|
|
<div class="layui-inline">
|
||
|
|
<label class="layui-form-label">施工时间:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<input type="text" id="curryDay" class="layui-input" readonly="true" autocomplete="off" style="cursor: pointer;">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="layui-inline">
|
||
|
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm"
|
||
|
|
style="font-size: 16px;margin-left: 32px;background-color: #2F82FB;margin-top: -5px;"
|
||
|
|
onclick="query(1)">查询
|
||
|
|
</button>
|
||
|
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm"
|
||
|
|
style="font-size: 16px;margin-left: 32px;background-color: #2F82FB;margin-top: -5px;"
|
||
|
|
onclick="exportWeekPlan()"><i class="layui-icon layui-icon-download-circle">周计划</i>
|
||
|
|
</button>
|
||
|
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm"
|
||
|
|
style="font-size: 16px;margin-left: 32px;background-color: #2F82FB;margin-top: -5px;"
|
||
|
|
onclick="exportDayPlan()"><i class="layui-icon layui-icon-download-circle">日计划</i>
|
||
|
|
</button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<div class="table-box" table-responsive style="z-index: 1;">
|
||
|
|
<table id="weekRiskTable" class="table" lay-filter="proTable"></table>
|
||
|
|
<div id="voi-page" class="layout"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
<style>
|
||
|
|
.layui-laydate .layui-this {
|
||
|
|
background-color: #2F5D6B !important;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate, .layui-laydate-hint {
|
||
|
|
border: 1px solid #d2d2d2;
|
||
|
|
box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
|
||
|
|
background-color: #fff;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
.layui-table-init {
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
.layui-table-patch{
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script src="../../../js/compreDisplay/child/weekRisk.js"></script>
|
||
|
|
</html>
|