| | |
| | | <!-- 日志监控板 --> |
| | | <div class="log-board"> |
| | | <div class="command-log"> |
| | | <div data-steNo="1" class="ste-command-item"> |
| | | <div data-steNo="1" class="ste-command-item" style="margin-top: 30px"> |
| | | <label>1#</label> |
| | | <button class="demoBtn pos-btn">数据维护</button> |
| | | <!-- <button id="mode-1" class="demoBtn mode-btn" > - </button>--> |
| | | </div> |
| | | <div data-steNo="2" class="ste-command-item"> |
| | | <div data-steNo="2" class="ste-command-item" style="margin-top: 30px"> |
| | | <label>2#</label> |
| | | <button class="demoBtn pos-btn">数据维护</button> |
| | | <!-- <button id="mode-2" class="demoBtn mode-btn" > - </button>--> |
| | | </div> |
| | | <div data-steNo="3" class="ste-command-item"> |
| | | <div data-steNo="3" class="ste-command-item" style="margin-top: 30px"> |
| | | <label>3#</label> |
| | | <button class="demoBtn pos-btn">数据维护</button> |
| | | <!-- <button id="mode-3" class="demoBtn mode-btn" > - </button>--> |
| | |
| | | <th>定位</th> |
| | | <th>充电状态</th> |
| | | <th>报警信息1</th> |
| | | <th>报警信息2</th> |
| | | <th>设备信息</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | |
| | | <fieldset> |
| | | <legend>手动操作</legend> |
| | | <div class="button-group"> |
| | | <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(8)">去左端</button> |
| | | <button class="item" onclick="steOperator(9)">右待机</button> |
| | | <button class="item" onclick="steOperator(10)">左待机</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(8)">去左端</button>--> |
| | | <!-- <button class="item" onclick="steOperator(7)">去右端</button>--> |
| | | <!-- <button class="item" onclick="steOperator(10)">左待机</button>--> |
| | | <!-- <button class="item" onclick="steOperator(9)">右待机</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(14)">右充电</button>--> |
| | | <button class="item" onclick="steOperator(20)">断开充电桩</button> |
| | | <button class="item" onclick="steOperator(21)">小车充电结束</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="item" onclick="steOperator(16)">任务完成</button>--> |
| | | |
| | | </div> |
| | | </fieldset> |
| | |
| | | <button class="form-button" id="save">保存</button> |
| | | <button class="form-button" id="cancel" style="background-color: #D0D0D0">取消</button> |
| | | </div> |
| | | </di> |
| | | </div> |
| | | </div> |
| | | </body> |
| | | </html> |