src/main/webapp/views/shuttle.html
@@ -72,6 +72,8 @@ <th>升降伺服负载</th> <th>行走伺服负载</th> <th>作业标记</th> <th>库位号</th> <th>当前楼层</th> </tr> </thead> <tbody> @@ -649,6 +651,8 @@ setVal(tr.children("td").eq(7), table[i-1].currentLiftServoLoad); setVal(tr.children("td").eq(8), table[i-1].currentMoveServoLoad); setVal(tr.children("td").eq(9), table[i-1].pakMk); setVal(tr.children("td").eq(10), table[i-1].locNo); setVal(tr.children("td").eq(11), table[i-1].lev); } } else if (res.code === 403){ window.location.href = baseUrl+"/login";