|  |  | 
 |  |  |             <!-- 日志监控板 --> | 
 |  |  |             <div class="log-board"> | 
 |  |  |                 <div class="command-log"> | 
 |  |  |                     <div data-steNo="1" class="ste-command-item" style="margin-top: 30px"> | 
 |  |  |                     <div data-steNo="1" class="ste-command-item"> | 
 |  |  |                         <label>1#</label> | 
 |  |  |                         <button class="demoBtn pos-btn">数据维护</button> | 
 |  |  |                     </div> | 
 |  |  |                     <div data-steNo="2" class="ste-command-item" style="margin-top: 30px"> | 
 |  |  |                         <label>2#</label> | 
 |  |  |                         <button class="demoBtn pos-btn">数据维护</button> | 
 |  |  |                     </div> | 
 |  |  |                     <div data-steNo="3" class="ste-command-item" style="margin-top: 30px"> | 
 |  |  |                         <label>3#</label> | 
 |  |  |                         <button class="demoBtn pos-btn">数据维护</button> | 
 |  |  |                         <button id="mode-1" class="demoBtn mode-btn" >设备信息</button> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <!-- 堆垛机状态位信息 --> | 
 |  |  | 
 |  |  |                                 <th>层</th> | 
 |  |  |                                 <th>等待WCS确认</th> | 
 |  |  |                                 <th>定位</th> | 
 |  |  |                                 <th>充电状态</th> | 
 |  |  |                                 <th>报警信息1</th> | 
 |  |  |                                 <th>报警信息2</th> | 
 |  |  |                             </tr> | 
 |  |  | 
 |  |  |                         <span class="select-title">穿梭车号</span> | 
 |  |  |                         <div class="select-container"> | 
 |  |  |                             <label><input type="radio" name="steSelect" value="1" checked> 1号穿梭车</label> | 
 |  |  |                             <label><input type="radio" name="steSelect" value="2"> 2号穿梭车</label> | 
 |  |  |                             <label><input type="radio" name="steSelect" value="3"> 3号穿梭车</label> | 
 |  |  |                         </div> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  | 
 |  |  |                     <fieldset> | 
 |  |  |                         <legend>手动操作</legend> | 
 |  |  |                         <div class="button-group"> | 
 |  |  |                             <button class="item" onclick="steOperator(17)">联机</button> | 
 |  |  |                             <button class="item" onclick="steOperator(18)">脱机</button> | 
 |  |  |                             <button class="item" onclick="steOperator(1)">左出库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(2)">右出库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(3)">左入库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(4)">右入库</button> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(5)">左移库</button>--> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(6)">右移库</button>--> | 
 |  |  |                             <button class="item" onclick="steOperator(8)">去左端</button> | 
 |  |  |                             <button class="item" onclick="steOperator(99)">联机</button> | 
 |  |  |                             <button class="item" onclick="steOperator(100)">脱机</button> | 
 |  |  |                             <button class="item" onclick="steOperator(1)">向右出库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(2)">向左出库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(3)">从右入库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(4)">从左入库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(5)">左移库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(6)">右移库</button> | 
 |  |  |                             <button class="item" onclick="steOperator(7)">去右端</button> | 
 |  |  |                             <button class="item" onclick="steOperator(10)">左待机</button> | 
 |  |  |                             <button class="item" onclick="steOperator(8)">去左端</button> | 
 |  |  |                             <button class="item" onclick="steOperator(9)">右待机</button> | 
 |  |  |                             <button class="item" onclick="steOperator(10)">左待机</button> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(11)">左搬移</button>--> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(12)">右搬移</button>--> | 
 |  |  |                             <button class="item" onclick="steOperator(13)">充电</button> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(13)">左充电</button>--> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(14)">右充电</button>--> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(17)">断开充电</button>--> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(14)">左盘点</button>--> | 
 |  |  | <!--                            <button class="item" onclick="steOperator(15)">右盘点</button>--> | 
 |  |  |                             <button class="item" onclick="steOperator(16)">任务完成</button> | 
 |  |  | 
 |  |  |                 <button class="form-button" id="save">保存</button> | 
 |  |  |                 <button class="form-button" id="cancel" style="background-color: #D0D0D0">取消</button> | 
 |  |  |             </div> | 
 |  |  |         </di> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  |     <div id="ste-detl2" style="display: none"> | 
 |  |  |         <div style="width: 1400px"> | 
 |  |  |             <div class="form-item" style="text-align: left"> | 
 |  |  |                 <spen style="margin:  20px 10px 10px 10px; padding: 10px 10px 10px 10px;border: black;border-width: 3px;border-style:dotted;"> | 
 |  |  |                     异常:<spen style="color: #FD482C;">✔</spen> | 
 |  |  |                 </spen> | 
 |  |  |                 <spen style="margin:  20px 10px 10px 10px; padding: 10px 10px 10px 10px;border: black;border-width: 3px;border-style: double;"> | 
 |  |  |                     正常:<spen style="color: #00FF00;">—</spen> | 
 |  |  |                 </spen> | 
 |  |  |             </div> | 
 |  |  |             <div style="float:left;margin:  10px 10px 10px 10px; padding: 10px 10px 10px 10px;border: black;border-width: 3px;border-style:dotted;"> | 
 |  |  |                 <div class="form-item" style="text-align: center"> | 
 |  |  |                     <label>穿梭车异常</label> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">穿梭车号:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="steNo1" name="steNo" class="layui-input" lay-verify="required|number" autocomplete="off" disabled="disabled" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">升降超时报警:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="liftErr" name="liftErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">入库取空报警:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="inFetchErr" name="inFetchErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">出库取空报警:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="outFetchErr" name="outFetchErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">防撞保护:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="antiErr" name="antiErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">升降接近开关故障:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="liftSwitchErr" name="liftSwitchErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">轨道检测报警:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="trackErr" name="trackErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">设备运行超时报警:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="timeoutErr" name="timeoutErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">通信错误报警:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="connectErr" name="connectErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">设备急停:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="emergencyErr" name="emergencyErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">任务类型缺失:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskTypeErr" name="taskTypeErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">任务号缺失:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskNoErr" name="taskNoErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">运行中有新任务:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="newTaskErr" name="newTaskErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">故障中有任务:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="errTaskErr" name="errTaskErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">运行中停止:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="stopErr" name="stopErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">脱机模式下有任务:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="offlineTaskErr" name="offlineTaskErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">条件未满足启动任务:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="startTaskErr" name="startTaskErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">低电压时有任务:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="voltageTaskErr" name="voltageTaskErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">设备故障标志位:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="devpErr" name="devpErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div style="float:left;margin:  10px 10px 10px 10px; padding: 10px 10px 10px 10px;border: black;border-width: 3px;border-style:dotted"> | 
 |  |  |                 <div class="form-item" style="text-align: center"> | 
 |  |  |                     <label>穿梭车提示信息</label> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">联机状态:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="online" name="online" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">不在轨道上:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="notOnTrack" name="notOnTrack" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">低电量提醒:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="lowVoltage" name="lowVoltage" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">亏电中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="electricityLoss" name="electricityLoss" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">强制行走启动:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="forcedTravel" name="forcedTravel" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">演示模式开启:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="demoMode" name="demoMode" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">充电刷已接通:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="brushConnect" name="brushConnect" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">任务中禁止手动:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskManualForbid" name="taskManualForbid" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">联机中禁止手动:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="onlineManualForbid" name="onlineManualForbid" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">设备急停中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="devpEmergency" name="devpEmergency" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">任务中断中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskInterrupt" name="taskInterrupt" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">任务已清除:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskClear" name="taskClear" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">任务确认已超时:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskConfirmTimeout" name="taskConfirmTimeout" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">充电中有任务:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="taskWithCharge" name="taskWithCharge" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div style="float:left;margin:  10px 10px 10px 10px; padding: 10px 10px 10px 10px;border: black;border-width: 3px;border-style:dotted"> | 
 |  |  |                 <div class="form-item" style="text-align: center"> | 
 |  |  |                     <label>任务信息</label> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">入库任务中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakInTask" name="pakInTask" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">出库任务中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakOutTask" name="pakOutTask" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">移库任务中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakMoveTask" name="pakMoveTask" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">回原点任务中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goHpTask" name="goHpTask" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去反原点任务中:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goOHpTask" name="goOHpTask" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去原点避让位:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goHpAvoid" name="goHpAvoid" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去反原点避让位:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goOHpAvoid" name="goOHpAvoid" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">入库取空结束:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakInEmpty" name="pakInEmpty" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">入库正常结束:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakInFinish" name="pakInFinish" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">出库取空结束:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakOutEmpty" name="pakOutEmpty" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">出库正常结束:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="pakOutFinish" name="pakOutFinish" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去原点避让完成:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goHpAvoidFinish" name="goHpAvoidFinish" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去反原点避让完成:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goOHpAvoidFinish" name="goOHpAvoidFinish" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去原点避让完成:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goHpAvoidErr" name="goHpAvoidErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">去反原点避让完成:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="goOHpAvoidErr" name="goOHpAvoidErr" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |             <div style="float:left;margin:  10px 10px 10px 10px; padding: 10px 10px 10px 10px;border: black;border-width: 3px;border-style:dotted"> | 
 |  |  |                 <div class="form-item" style="text-align: center"> | 
 |  |  |                     <label>状态信息</label> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">联机模式:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="autoMode" name="autoMode" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="form-item"> | 
 |  |  |                     <label class="form-label">电压过低:</label> | 
 |  |  |                     <div class="form-input"> | 
 |  |  |                         <input id="voltageLow" name="voltageLow" class="layui-input" autocomplete="off" readonly> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  | </body> | 
 |  |  | </html> | 
 |  |  | 
 |  |  |         }) | 
 |  |  |     }) | 
 |  |  |  | 
 |  |  |     var layerIdx0; | 
 |  |  |     $(document).on('click ','.mode-btn', function () { | 
 |  |  |         let steNo = Number($(this).parent().attr("data-steNo")); | 
 |  |  |         layerIdx0 = layer.open({ | 
 |  |  |             type: 1, | 
 |  |  |             title: false, | 
 |  |  |             shadeClose: true, | 
 |  |  |             offset: [$(this).offset().top + 30 + 'px', $(this).offset().left + 'px'], | 
 |  |  |             anim: 5, | 
 |  |  |             shade: [0], | 
 |  |  |             area: ['70%', '85%'], | 
 |  |  |             closeBtn: 0, | 
 |  |  |             content: $("#ste-detl2"), | 
 |  |  |             success: function(layero, index){ | 
 |  |  |                 http.get(baseUrl+ "/ste/sensor/detl/"+steNo, null, function (res) { | 
 |  |  |                     $('#steNo1').val(res.data.steNo); | 
 |  |  |                     getColor(res.data.liftErr,'#liftErr'); | 
 |  |  |                     getColor(res.data.inFetchErr,'#inFetchErr'); | 
 |  |  |                     getColor(res.data.outFetchErr,'#outFetchErr'); | 
 |  |  |                     getColor(res.data.antiErr,'#antiErr'); | 
 |  |  |                     getColor(res.data.liftSwitchErr,'#liftSwitchErr'); | 
 |  |  |                     getColor(res.data.trackErr,'#trackErr'); | 
 |  |  |                     getColor(res.data.timeoutErr,'#timeoutErr'); | 
 |  |  |                     getColor(res.data.connectErr,'#connectErr'); | 
 |  |  |                     getColor(res.data.emergencyErr,'#emergencyErr'); | 
 |  |  |                     getColor(res.data.taskTypeErr,'#taskTypeErr'); | 
 |  |  |                     getColor(res.data.taskNoErr,'#taskNoErr'); | 
 |  |  |                     getColor(res.data.newTaskErr,'#newTaskErr'); | 
 |  |  |                     getColor(res.data.errTaskErr,'#errTaskErr'); | 
 |  |  |                     getColor(res.data.stopErr,'#stopErr'); | 
 |  |  |                     getColor(res.data.offlineTaskErr,'#offlineTaskErr'); | 
 |  |  |                     getColor(res.data.startTaskErr,'#startTaskErr'); | 
 |  |  |                     getColor(res.data.voltageTaskErr,'#voltageTaskErr'); | 
 |  |  |                     getColor(res.data.devpErr,'#devpErr'); | 
 |  |  |                     getColor(res.data.online,'#online'); | 
 |  |  |                     getColor(res.data.notOnTrack,'#notOnTrack'); | 
 |  |  |                     getColor(res.data.lowVoltage,'#lowVoltage'); | 
 |  |  |                     getColor(res.data.electricityLoss,'#electricityLoss'); | 
 |  |  |                     getColor(res.data.forcedTravel,'#forcedTravel'); | 
 |  |  |                     getColor(res.data.demoMode,'#demoMode'); | 
 |  |  |                     getColor(res.data.brushConnect,'#brushConnect'); | 
 |  |  |                     getColor(res.data.taskManualForbid,'#taskManualForbid'); | 
 |  |  |                     getColor(res.data.onlineManualForbid,'#onlineManualForbid'); | 
 |  |  |                     getColor(res.data.devpEmergency,'#devpEmergency'); | 
 |  |  |                     getColor(res.data.taskInterrupt,'#taskInterrupt'); | 
 |  |  |                     getColor(res.data.taskClear,'#taskClear'); | 
 |  |  |                     getColor(res.data.taskConfirmTimeout,'#taskConfirmTimeout'); | 
 |  |  |                     getColor(res.data.taskWithCharge,'#taskWithCharge'); | 
 |  |  |                     getColor(res.data.pakInTask,'#pakInTask'); | 
 |  |  |                     getColor(res.data.pakOutTask,'#pakOutTask'); | 
 |  |  |                     getColor(res.data.pakMoveTask,'#pakMoveTask'); | 
 |  |  |                     getColor(res.data.goHpTask,'#goHpTask'); | 
 |  |  |                     getColor(res.data.goOHpTask,'#goOHpTask'); | 
 |  |  |                     getColor(res.data.goHpAvoid,'#goHpAvoid'); | 
 |  |  |                     getColor(res.data.goOHpAvoid,'#goOHpAvoid'); | 
 |  |  |                     getColor(res.data.pakInEmpty,'#pakInEmpty'); | 
 |  |  |                     getColor(res.data.pakInFinish,'#pakInFinish'); | 
 |  |  |                     getColor(res.data.pakOutEmpty,'#pakOutEmpty'); | 
 |  |  |                     getColor(res.data.pakOutFinish,'#pakOutFinish'); | 
 |  |  |                     getColor(res.data.goHpAvoidFinish,'#goHpAvoidFinish'); | 
 |  |  |                     getColor(res.data.goOHpAvoidFinish,'#goOHpAvoidFinish'); | 
 |  |  |                     getColor(res.data.goHpAvoidErr,'#goHpAvoidErr'); | 
 |  |  |                     getColor(res.data.goOHpAvoidErr,'#goOHpAvoidErr'); | 
 |  |  |                     getColor(res.data.autoMode,'#autoMode'); | 
 |  |  |                     getColor(res.data.voltageLow,'#voltageLow'); | 
 |  |  |                 }) | 
 |  |  |             }, | 
 |  |  |             end: function () { | 
 |  |  |                 $('#steNo').val(""); | 
 |  |  |             } | 
 |  |  |         }) | 
 |  |  |     }) | 
 |  |  |  | 
 |  |  |     function getColor(res,e){ | 
 |  |  |         $(e).val(res?"✔":"—"); | 
 |  |  |         if (res){ | 
 |  |  |             $(e).attr("style", "color: #FD482C;"); | 
 |  |  |         }else { | 
 |  |  |             $(e).attr("style", "color: #00FF00;"); | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     // $(document).on('click ','.mode-btn', function () { | 
 |  |  |     //     let steNo = Number($(this).parent().attr("data-steNo")); | 
 |  |  |     //     layer.confirm("改变" + steNo + ' 号穿梭车在线状态吗?', function(){ | 
 |  |  |     //         var index = layer.load(1, { | 
 |  |  |     //             shade: [0.1,'#fff'] | 
 |  |  |     //         }); | 
 |  |  |     //         $.ajax({ | 
 |  |  |     //             url: baseUrl+ "/ste/mode/switch", | 
 |  |  |     //             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |     //             data: { | 
 |  |  |     //                 steNo: Number(steNo), | 
 |  |  |     //                 password: 'root' | 
 |  |  |     //             }, | 
 |  |  |     //             method: 'POST', | 
 |  |  |     //             success: function (res) { | 
 |  |  |     //                 layer.close(index); | 
 |  |  |     //                 if (res.code === 200){ | 
 |  |  |     //                     layer.msg(res.msg, {icon: 1}); | 
 |  |  |     //                 } else if (res.code === 403){ | 
 |  |  |     //                     window.location.href = baseUrl+"/login"; | 
 |  |  |     //                 }  else { | 
 |  |  |     //                     layer.msg(res.msg, {icon: 2}); | 
 |  |  |     //                 } | 
 |  |  |     //             } | 
 |  |  |     //         }); | 
 |  |  |     //     }); | 
 |  |  |     // }) | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     $(document).on('click ','#save', function () { | 
 |  |  |         http.post(baseUrl+ "/ste/detl/update", { | 
 |  |  |             steNo: $('#steNo').val(), | 
 |  |  | 
 |  |  |                         steStateTableFullRows = table.length; | 
 |  |  |                     } | 
 |  |  |                     for (let i=1;i<=table.length;i++){ | 
 |  |  |                         // $("#mode-"+table[i-1].steNo).html(table[i-1].statusVal===0?'联机':'脱机'); | 
 |  |  |                         let tr = tableEl.find("tr").eq(i); | 
 |  |  |                         setVal(tr.children("td").eq(0), table[i-1].steNo); | 
 |  |  |                         setVal(tr.children("td").eq(1), table[i-1].statusType); | 
 |  |  | 
 |  |  |                         setVal(tr.children("td").eq(8), table[i-1].lev); | 
 |  |  |                         setVal(tr.children("td").eq(9), table[i-1].waiting); | 
 |  |  |                         setVal(tr.children("td").eq(10), table[i-1].loca); | 
 |  |  |                         setVal(tr.children("td").eq(11), table[i-1].alarm1); | 
 |  |  |                         setVal(tr.children("td").eq(12), table[i-1].alarm2); | 
 |  |  |                         setVal(tr.children("td").eq(11), table[i-1].chargeStatus); | 
 |  |  |                         setVal(tr.children("td").eq(12), table[i-1].alarm1); | 
 |  |  |                         setVal(tr.children("td").eq(13), table[i-1].alarm2); | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     window.location.href = baseUrl+"/login"; | 
 |  |  | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "     </tr>\n"; | 
 |  |  |         } | 
 |  |  |         $('#ste-state-table tbody').after(html); |