| | |
| | | <th>层</th> |
| | | <th>等待WCS确认</th> |
| | | <th>定位</th> |
| | | <th>充电状态</th> |
| | | <th>报警信息1</th> |
| | | <th>报警信息2</th> |
| | | </tr> |
| | |
| | | <fieldset> |
| | | <legend>手动操作</legend> |
| | | <div class="button-group"> |
| | | <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(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(7)">去右端</button> |
| | | <!-- <button class="item" onclick="steOperator(9)">A 点</button>--> |
| | | <!-- <button class="item" onclick="steOperator(10)">B 点</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(13)">开始充电</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> |
| | | |
| | | </div> |
| | | </fieldset> |
| | | </div> |
| | |
| | | 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); |