|
@@ -9,33 +9,39 @@
|
|
|
<label for="users">人员</label>
|
|
|
<select class="input-sm form-control users minwidth" id="users"></select>
|
|
|
</div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="region">任务创建人</label>
|
|
|
+ <input class="input-sm form-control createUser" id="createUser"></input>
|
|
|
+ </div>
|
|
|
<div class="form-group">
|
|
|
<label for="plan_begindate">巡检日期</label>
|
|
|
- <input type="text" readonly="readonly" class="form-control plan_begindate minwidth" id="plan_begindate" placeholder="年-月-日">
|
|
|
+ <input type="text" readonly="readonly" class="form-control plan_begindate minwidth" id="plan_begindate"
|
|
|
+ placeholder="年-月-日">
|
|
|
<label for="plan_enddate">~</label>
|
|
|
- <input type="text" readonly="readonly" class="form-control plan_enddate minwidth" id="plan_enddate" placeholder="年-月-日">
|
|
|
+ <input type="text" readonly="readonly" class="form-control plan_enddate minwidth" id="plan_enddate"
|
|
|
+ placeholder="年-月-日">
|
|
|
</div>
|
|
|
<div id="toolbar" class=" btn-group btn-group-sm toolbar">
|
|
|
<div class="form-group">
|
|
|
- <button type="button" class="btn btn-default btn-primary btn-search">
|
|
|
- <span class="glyphicon glyphicon-search" aria-hidden="true"></span>查询
|
|
|
- </button>
|
|
|
+ <button type="button" class="btn-search">
|
|
|
+ 查询
|
|
|
+ </button>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <button title="新增计划" id="btn_addplans" type="button" class="btn btn-default btn-success btn_addplans" data-toggle="modal">
|
|
|
- <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>新增
|
|
|
- </button>
|
|
|
+ <button title="新增计划" id="btn_addplans" type="button" class="btn_addplans" data-toggle="modal">
|
|
|
+ 新增
|
|
|
+ </button>
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <button title="删除计划" id="btn_deleteplans" type="button" class="btn btn-default btn-danger btn_deleteplans" data-toggle="modal">
|
|
|
- <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>删除
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
+
|
|
|
+ <button title="删除计划" id="btn_deleteplans" type="button" class="btn_deleteplans" data-toggle="modal">
|
|
|
+ 删除
|
|
|
+ </button>
|
|
|
+ </div> -->
|
|
|
+
|
|
|
<button title="转移计划" id="btn_transplans" type="button" class="btn btn-default btn-danger btn_transplans" data-toggle="modal">
|
|
|
<span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>转移
|
|
|
</button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -49,18 +55,18 @@ $$
|
|
|
<div id="toolbar" class=" btn-group btn-group-sm toolbar">
|
|
|
<div class="form-group">
|
|
|
<button type="button" class="btn btn-default btn-success btn_previous_step">
|
|
|
- <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>上一步
|
|
|
- </button>
|
|
|
+ <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>上一步
|
|
|
+ </button>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="button" class="btn btn-default btn-success btn_next_step">
|
|
|
- <span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span>下一步
|
|
|
- </button>
|
|
|
+ <span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span>下一步
|
|
|
+ </button>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="button" class="btn btn-default btn-success btn_return">
|
|
|
- <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>返回
|
|
|
- </button>
|
|
|
+ <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>返回
|
|
|
+ </button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="missionschedule">
|
|
@@ -75,7 +81,8 @@ $$
|
|
|
<label for="plantype">
|
|
|
<span style="color: red">*</span>巡检模式</label>
|
|
|
<div class="form-group">
|
|
|
- <input type="radio" class="input-sm radio plan_person" checked='true' value="0" name="radio" />
|
|
|
+ <input type="radio" class="input-sm radio plan_person" checked='true' value="0"
|
|
|
+ name="radio" />
|
|
|
<label for="plan_begindate">人巡</label>
|
|
|
</div>
|
|
|
<div class="form-group" style="margin-left: 5px">
|
|
@@ -88,9 +95,26 @@ $$
|
|
|
<tr>
|
|
|
<th>
|
|
|
<div class="form-inline">
|
|
|
- <label for="plantype">
|
|
|
- <span style="color: red">*</span>巡检类型</label>
|
|
|
- <select class="input-sm plantype minwidth" id="plantype" style="width: 238px;"></select>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="pointSelect">
|
|
|
+ <input type="radio" class="input-sm radio pointSelect" checked='true' value="0"
|
|
|
+ name="typeSelect" />
|
|
|
+ 单选</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="margin-left: 5px;margin-right: 20px;">
|
|
|
+ <label for="lineSelect">
|
|
|
+ <input type="radio" class="input-sm radio lineSelect" value="1" name="typeSelect" />
|
|
|
+ 多选</label>
|
|
|
+ </div>
|
|
|
+ <label for="planpointtype">
|
|
|
+ <span style="color: red">*</span>单选巡检类型</label>
|
|
|
+ <select class="input-sm planpointtype minwidth" id="planpointtype"
|
|
|
+ style="width: 238px;"></select>
|
|
|
+ <label for="tip" class="existTip" style="color: red;"></label>
|
|
|
+ <label for="planlinetype" style="margin-left:20px">
|
|
|
+ <span style="color: red">*</span>多选巡检类型</label>
|
|
|
+ <select class="input-sm planlinetype minwidth" id="planlinetype" style="width: 238px;"
|
|
|
+ multiple="multiple" disabled size="2"></select>
|
|
|
<label for="tip" class="existTip" style="color: red;"></label>
|
|
|
</div>
|
|
|
</th>
|
|
@@ -104,7 +128,8 @@ $$
|
|
|
</select>
|
|
|
<span class="glyphicon glyphicon-question-sign period_sign" title=""></span>
|
|
|
<span class="tianshu">周期为:
|
|
|
- <input type="text" class="form-control zidingyi_period minwidth" id="decday" placeholder="">天 </span>
|
|
|
+ <input type="text" class="form-control zidingyi_period minwidth" id="decday"
|
|
|
+ placeholder="">天 </span>
|
|
|
</div>
|
|
|
</th>
|
|
|
</tr>
|
|
@@ -114,40 +139,68 @@ $$
|
|
|
<div class="form-group">
|
|
|
<label for="plan_begindate">
|
|
|
<span style="color: red">*</span>起止时间</label>
|
|
|
- <input type="text" class="input-sm form-control plan_begindate minwidth" placeholder="年-月-日" readonly="readonly" />
|
|
|
+ <input type="text" class="input-sm form-control plan_begindate minwidth" placeholder="年-月-日"
|
|
|
+ readonly="readonly" />
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="plan_enddate" style="margin-left: 11px;margin-right: 11px;">~</label>
|
|
|
- <input type="text" class="input-sm form-control plan_enddate minwidth" placeholder="年-月-日" readonly="readonly" />
|
|
|
+ <input type="text" class="input-sm form-control plan_enddate minwidth" placeholder="年-月-日"
|
|
|
+ readonly="readonly" />
|
|
|
</div>
|
|
|
<span class="glyphicon glyphicon-question-sign " title="包含开始和结束时间"></span>
|
|
|
</div>
|
|
|
</th>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
- <th>
|
|
|
- <div class="form-inline" style="margin-left: 27px;">
|
|
|
- <div class="form-group department_btn">
|
|
|
- <label for="department">
|
|
|
- <span style="color: red">*</span>部门</label>
|
|
|
- <select class="input-sm department minwidth" id="department"></select>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="user">
|
|
|
- <span style="color: red">*</span>人员</label>
|
|
|
- <select class="input-sm users minwidth" id="users"></select>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="user">
|
|
|
- <span style="color: red">*</span>计划完成率</label>
|
|
|
- <input type="number" class="input-sm plan_rate" value="80" />%
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
+
|
|
|
+ <th> -->
|
|
|
+
|
|
|
+
|
|
|
+ </tr> -->
|
|
|
<tbody class="planslist">
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ <div class="form-inline" style="margin-left: 27px;">
|
|
|
+ <div class="form-group department_btn">
|
|
|
+ <label for="department">
|
|
|
+ <span style="color: red">*</span>部门</label>
|
|
|
+ <select class="input-sm department minwidth" id="department"></select>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="user">
|
|
|
+ <span style="color: red">*</span>主要人员</label>
|
|
|
+
|
|
|
+ </select> -->
|
|
|
+
|
|
|
+ <select class="input-sm users minwidth" id="users"></select>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="subUser">
|
|
|
+ <span style="color: red">*</span>协助人员</label>
|
|
|
+ <select class="input-sm subUsers minwidth" id="subUsers" multiple="multiple"></select>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="user">
|
|
|
+ <span style="color: red">*</span>计划完成率</label>
|
|
|
+ <input type="number" class="input-sm plan_rate" value="80" />%
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="margin-left: 50px;">
|
|
|
+ <label for="tolerance">
|
|
|
+ <span style="color: red">*</span>设备容差</label>
|
|
|
+ <input type="number" class="input-sm plan_tolerance" value="100" min="0" />
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="margin-left: 50px;">
|
|
|
+ <label for="">
|
|
|
+ <input type="radio" class="input-sm radio xunjianArea" checked='true' value="巡检区域"
|
|
|
+ name="xunjianSelect" />
|
|
|
+ 巡检区域</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="margin-left: 5px;margin-right: 20px;">
|
|
|
+ <label for="lineSelect">
|
|
|
+ <input type="radio" class="input-sm radio xunjianUser" disabled value="巡检责任人"
|
|
|
+ name="xunjianSelect" />
|
|
|
+ 巡检责任人</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
$$
|
|
@@ -169,7 +222,8 @@ $$
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="halfpaneltable missionschedule planregionslist-table">
|
|
|
- <table class="table table-bordered table-striped " style="table-layout: fixed;" cellspacing="0" id='planregionslist_table'>
|
|
|
+ <table class="table table-bordered table-striped " style="table-layout: fixed;" cellspacing="0"
|
|
|
+ id='planregionslist_table'>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th title="片区名称">片区名称</th>
|
|
@@ -198,10 +252,10 @@ $$
|
|
|
<tr>
|
|
|
<th class='checkwidth'>
|
|
|
<input type='checkbox' name='deviceslist-select' data-index=0 class='deviceslist-selected' />
|
|
|
- <th title="区县代码">区县代码</th>
|
|
|
- <th title="设备类型">设备类型</th>
|
|
|
- <th title="设备编码">设备编码</th>
|
|
|
- <th title="设备地址">设备地址</th>
|
|
|
+ <th title="区县代码">区县代码</th>
|
|
|
+ <th title="设备类型">设备类型</th>
|
|
|
+ <th title="设备编码">设备编码</th>
|
|
|
+ <th title="设备地址">设备地址</th>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
<tbody class="deviceslist">
|
|
@@ -331,39 +385,48 @@ $$
|
|
|
</div>
|
|
|
$$
|
|
|
<div class="widget-planregion_deviceselect">
|
|
|
- <div id="toolbar" class=" btn-group btn-group-sm toolbar2 ">
|
|
|
+ <div id="toolbar" class=" btn-group btn-group-sm self-toolbar ">
|
|
|
|
|
|
<label for="users" class="serch_names">唯一编号</label>
|
|
|
<input type="text" class="form-control serchcontent minwidth">
|
|
|
</div> -->
|
|
|
- <div class="form-group form-inline setTime" style='display: none'>
|
|
|
- <label>安装时间</label>
|
|
|
- <input type="text" class="input-sm form-control setTimebegindate minwidth" placeholder="年-月-日" readonly="readonly" />
|
|
|
- <label for="plan_enddate" style="margin-left: 11px;margin-right: 11px;">~</label>
|
|
|
- <input type="text" class="input-sm form-control setTimeenddate minwidth" placeholder="年-月-日" readonly="readonly" />
|
|
|
+ <div>
|
|
|
+ <div class="form-group form-inline setTime" style='display: none'>
|
|
|
+ <label>安装时间</label>
|
|
|
+ <input type="text" class="input-sm form-control setTimebegindate minwidth" placeholder="年-月-日"
|
|
|
+ readonly="readonly" />
|
|
|
+ <label for="plan_enddate" style="margin-left: 11px;margin-right: 11px;">~</label>
|
|
|
+ <input type="text" class="input-sm form-control setTimeenddate minwidth" placeholder="年-月-日"
|
|
|
+ readonly="readonly" />
|
|
|
+ </div>
|
|
|
+ <button type="button" class="btn btn-default btn-success btn-search btn_search" style="margin-left: 4px;">
|
|
|
+ <span class="glyphicon glyphicon-search" aria-hidden="true"></span>查询
|
|
|
+ </button>
|
|
|
+ <label for="MATERIAL">
|
|
|
+ <span style="color: red">*</span>材质选择</label>
|
|
|
+ <select class="input-sm MATERIAL minwidth" id="MATERIAL" style="width: 150px;height: 32px;"></select>
|
|
|
+ <button id="btn_select" type="button" class="btn btn-success btn_select">
|
|
|
+ <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>图上选择
|
|
|
+ </button>
|
|
|
+ <button id="btn_part_removeall" type="button" class="btn btn-warning btn_part_removeall">
|
|
|
+ <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>清除部分选择
|
|
|
+ </button>
|
|
|
+ <button id="btn_removeall" type="button" class="btn btn-danger btn_removeall">
|
|
|
+ <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>清除所有选择
|
|
|
+ </button>
|
|
|
+ <button id="btn_delete" type="button" class="btn btn-primary btn_confirm">
|
|
|
+ <span class="glyphicon glyphicon-check" aria-hidden="true"></span>完成
|
|
|
+ </button>
|
|
|
+ <span class='pipeType' style='display: none'>已选中管线长度<span class='pipeTypeLength'>0</span>米</span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <button id="btn_add" type="button" class="btn btn-primary btn_previous_step">
|
|
|
+ <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>上一步
|
|
|
+ </button>
|
|
|
+ <button id="btn_return" type="button" class="btn btn-info btn_return">
|
|
|
+ <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>返回
|
|
|
+ </button>
|
|
|
</div>
|
|
|
- <button type="button" class="btn btn-default btn-success btn-search btn_search" style="margin-left: 4px;">
|
|
|
- <span class="glyphicon glyphicon-search" aria-hidden="true"></span>查询
|
|
|
- </button>
|
|
|
- <button id="btn_delete" type="button" class="btn btn-default btn-success btn_confirm">
|
|
|
- <span class="glyphicon glyphicon-check" aria-hidden="true"></span>完成
|
|
|
- </button>
|
|
|
- <button id="btn_select" type="button" class="btn btn-default btn-success btn_select">
|
|
|
- <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>图上选择
|
|
|
- </button>
|
|
|
- <button id="btn_part_removeall" type="button" class="btn btn-default btn-success btn_part_removeall">
|
|
|
- <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>清除部分选择
|
|
|
- </button>
|
|
|
- <button id="btn_removeall" type="button" class="btn btn-default btn-success btn_removeall">
|
|
|
- <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>清除所有选择
|
|
|
- </button>
|
|
|
- <button id="btn_add" type="button" class="btn btn-default btn-success btn_previous_step">
|
|
|
- <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>上一步
|
|
|
- </button>
|
|
|
- <button id="btn_return" type="button" class="btn btn-default btn_return">
|
|
|
- <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>返回
|
|
|
- </button>
|
|
|
- <span class='pipeType' style='display: none'>已选中管线长度<span class='pipeTypeLength'>0</span>米</span>
|
|
|
</div>
|
|
|
<div class="halfpaneltable deviceslist-table">
|
|
|
<table class="table table-bordered table-striped " id='deviceslist_table' cellspacing="0">
|
|
@@ -435,7 +498,85 @@ $$
|
|
|
<div class="pathmanagement">
|
|
|
<div class="form-group">
|
|
|
任务转移说明
|
|
|
- <textarea class="form-control notes" autocomplete="off" style="height: 130px" placeholder="任务转移说明"></textarea>
|
|
|
+ <textarea class="form-control notes" autocomplete="off" style="height: 130px"
|
|
|
+ placeholder="任务转移说明"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|
|
|
+$$
|
|
|
+<div class="widget-planregion_deviceselect">
|
|
|
+ <div id="toolbar" class=" btn-group btn-group-sm toolbar2 ">
|
|
|
+
|
|
|
+ <label for="users" class="serch_names">唯一编号</label>
|
|
|
+ <input type="text" class="form-control serchcontent minwidth">
|
|
|
+ </div> -->
|
|
|
+ <div class="form-group form-inline setTime" style='display: none'>
|
|
|
+ <label>安装时间</label>
|
|
|
+ <input type="text" class="input-sm form-control setTimebegindate minwidth" placeholder="年-月-日"
|
|
|
+ readonly="readonly" />
|
|
|
+ <label for="plan_enddate" style="margin-left: 11px;margin-right: 11px;">~</label>
|
|
|
+ <input type="text" class="input-sm form-control setTimeenddate minwidth" placeholder="年-月-日"
|
|
|
+ readonly="readonly" />
|
|
|
+ </div>
|
|
|
+ <button type="button" class="btn btn-default btn-success btn-search btn_search" style="margin-left: 4px;">
|
|
|
+ <span class="glyphicon glyphicon-search" aria-hidden="true"></span>查询
|
|
|
+ </button>
|
|
|
+ <button id="btn_delete" type="button" class="btn btn-default btn-success btn_confirm">
|
|
|
+ <span class="glyphicon glyphicon-check" aria-hidden="true"></span>完成
|
|
|
+ </button>
|
|
|
+ <button id="btn_select" type="button" class="btn btn-default btn-success btn_select">
|
|
|
+ <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>图上选择
|
|
|
+ </button>
|
|
|
+
|
|
|
+ <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>清除部分选择
|
|
|
+ </button> -->
|
|
|
+ <button id="btn_removeall" type="button" class="btn btn-default btn-success btn_removeall">
|
|
|
+ <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>清除所有选择
|
|
|
+ </button>
|
|
|
+ <button id="btn_add" type="button" class="btn btn-default btn-success btn_previous_step">
|
|
|
+ <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>上一步
|
|
|
+ </button>
|
|
|
+ <button id="btn_return" type="button" class="btn btn-default btn_return">
|
|
|
+ <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>返回
|
|
|
+ </button>
|
|
|
+ <span class='pipeType' style='display: none'>已选中管线:<span class='pipeTypeLength'>0</span></span>
|
|
|
+ </div>
|
|
|
+ <div class="halfpaneltable deviceslist-table">
|
|
|
+ <ul id="myTabUl" class="nav nav-tabs" role="tablist"></ul>
|
|
|
+ <div id="myTabContent" class="tab-content"></div>
|
|
|
+
|
|
|
+ <thead class="deviceslist-title">
|
|
|
+ </thead>
|
|
|
+ </table> -->
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+$$
|
|
|
+<div class="missionschedule_toolbar2">
|
|
|
+ <div id="toolbar" class=" btn-group btn-group-sm toolbar">
|
|
|
+ <div class="form-inline" style="float: left;margin-left: 5px;">
|
|
|
+ <label for="users" class="serch_names">人员名称</label>
|
|
|
+ <input type="text" class="form-control serchcontent minwidth">
|
|
|
+ </div>
|
|
|
+ <button type="button" class="btn btn-default btn-success btn-search btn_search" style="margin-left: 4px;">
|
|
|
+ <span class="glyphicon glyphicon-search" aria-hidden="true"></span>查询
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-default btn-success btn_previous_step" style="margin-left: 4px;">
|
|
|
+ <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>上一步
|
|
|
+ </button>
|
|
|
+ <button id="btn_delete" type="button" class="btn btn-default btn-success btn_return" style="margin-left: 4px;">
|
|
|
+ <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>返回
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div class="halfpaneltable missionschedule planregionslist-table">
|
|
|
+ <table class="table table-bordered table-striped " style="table-layout: fixed;" cellspacing="0"
|
|
|
+ id='planuserlist_table'>
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th title="人员名称">人员名称</th>
|
|
|
+ <th title="人员区域">人员区域</th>
|
|
|
+ <th title="备注">备注</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
+</div>
|