| | |
| | | <thead> |
| | | <tr> |
| | | <th>RGV</th> |
| | | <th>模式</th> |
| | | <th>状态</th> |
| | | <th>任务号1</th> |
| | | <th>状态1</th> |
| | | <th>有物1</th> |
| | | <th>当前模式</th> |
| | | <th>当前状态</th> |
| | | <th>任务号</th> |
| | | <th>工作状态</th> |
| | | <th>有物</th> |
| | | <th>RGV位置</th> |
| | | <th>走行定位</th> |
| | | <th>任务号2</th> |
| | | <th>状态2</th> |
| | | <th>有物2</th> |
| | | <!-- <th>任务号2</th>--> |
| | | <!-- <th>状态2</th>--> |
| | | <!-- <th>有物2</th>--> |
| | | <th>故障代码</th> |
| | | <th>故障描述</th> |
| | | </tr> |
| | |
| | | setVal(tr.children("td").eq(3), table[i-1].workNo1); |
| | | setVal(tr.children("td").eq(4), table[i-1].status1); |
| | | setVal(tr.children("td").eq(5), table[i-1].loading1); |
| | | setVal(tr.children("td").eq(6), table[i-1].rgvPos); |
| | | setVal(tr.children("td").eq(6), table[i-1].rgvPos1); |
| | | setVal(tr.children("td").eq(7), table[i-1].walkPos); |
| | | setVal(tr.children("td").eq(8), table[i-1].workNo2); |
| | | setVal(tr.children("td").eq(9), table[i-1].status2); |
| | | setVal(tr.children("td").eq(10), table[i-1].loading2); |
| | | setVal(tr.children("td").eq(11), table[i-1].warnCode); |
| | | setVal(tr.children("td").eq(12), table[i-1].alarm); |
| | | // setVal(tr.children("td").eq(8), table[i-1].workNo2); |
| | | // setVal(tr.children("td").eq(9), table[i-1].status2); |
| | | // setVal(tr.children("td").eq(10), table[i-1].loading2); |
| | | setVal(tr.children("td").eq(8), table[i-1].warnCode); |
| | | setVal(tr.children("td").eq(9), table[i-1].alarm); |
| | | } |
| | | } else if (res.code === 403){ |
| | | window.location.href = baseUrl+"/login"; |