| | |
| | | <div style="margin-top: 10px;"> |
| | | <button class="item" onclick="shuttleOperator(18)">搬运货物</button> |
| | | <button class="item" onclick="shuttleOperator(14)">移动到目标库位</button> |
| | | <button class="item" onclick="shuttleOperator(16)">移动到提升机</button> |
| | | <button class="item" onclick="shuttleOperator(23)">移动到目标库位(任务)</button> |
| | | <!-- <button class="item" onclick="shuttleOperator(16)">移动到提升机</button>--> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | setVal(tr.children("td").eq(11), table[i-1].runDir2$); |
| | | setVal(tr.children("td").eq(12), table[i-1].chargState$); |
| | | setVal(tr.children("td").eq(13), table[i-1].errState$); |
| | | setVal(tr.children("td").eq(14), table[i-1].errCode); |
| | | setVal(tr.children("td").eq(14), table[i-1].errCode$); |
| | | setVal(tr.children("td").eq(15), table[i-1].suspendState$); |
| | | } |
| | | } else if (res.code === 403){ |