| | |
| | | <th>电池温度</th> |
| | | <th>错误编号</th> |
| | | <th>plc输出状态IO</th> |
| | | <th>错误信息码</th> |
| | | <th>plc输入状态</th> |
| | | <th>当前或之前二维码</th> |
| | | <th>x偏移量</th> |
| | | <th>y偏移量</th> |
| | |
| | | initShuttleStateTable(table.length-shuttleStateTableBlankRows); |
| | | shuttleStateTableFullRows = table.length; |
| | | } |
| | | console.log(res.data); |
| | | for (let i=1;i<=table.length;i++){ |
| | | // $("#mode-"+table[i-1].shuttleNo).html(table[i-1].statusVal===0?'联机':'脱机'); |
| | | let tr = tableEl.find("tr").eq(i); |
| | |
| | | setVal(tr.children("td").eq(3), table[i-1].currentCode); |
| | | setVal(tr.children("td").eq(4), table[i-1].batteryPower); |
| | | setVal(tr.children("td").eq(5), table[i-1].batteryTemp); |
| | | setVal(tr.children("td").eq(6), table[i-1].statusErrorCode$); |
| | | setVal(tr.children("td").eq(6), table[i-1].errorCode$); |
| | | setVal(tr.children("td").eq(7), table[i-1].plcOutputStatusIO); |
| | | setVal(tr.children("td").eq(8), table[i-1].currentOrBeforeCode); |
| | | setVal(tr.children("td").eq(9), table[i-1].codeOffsetX); |
| | | setVal(tr.children("td").eq(10), table[i-1].codeOffsetY); |
| | | setVal(tr.children("td").eq(11), table[i-1].currentVoltage); |
| | | setVal(tr.children("td").eq(12), table[i-1].currentAnalogValue); |
| | | setVal(tr.children("td").eq(8), table[i-1].statusErrorCode); |
| | | setVal(tr.children("td").eq(9), table[i-1].plcInputStatus); |
| | | setVal(tr.children("td").eq(10), table[i-1].currentOrBeforeCode); |
| | | setVal(tr.children("td").eq(11), table[i-1].codeOffsetX); |
| | | setVal(tr.children("td").eq(12), table[i-1].codeOffsetY); |
| | | setVal(tr.children("td").eq(13), table[i-1].currentVoltage); |
| | | setVal(tr.children("td").eq(14), table[i-1].currentAnalogValue); |
| | | } |
| | | } else if (res.code === 403){ |
| | | window.location.href = baseUrl+"/login"; |
| | |
| | | " <td></td>\n" + |
| | | " <td></td>\n" + |
| | | " <td></td>\n" + |
| | | " <td></td>\n" + |
| | | " <td></td>\n" + |
| | | " </tr>\n"; |
| | | } |
| | | $('#shuttle-state-table tbody').after(html); |