src/main/webapp/views/lift.html
@@ -65,6 +65,7 @@ <th>进输送线卡托盘报警</th> <th>出输送线卡托盘报警</th> <th>作业标记</th> <th>穿梭车号</th> </tr> </thead> <tbody> @@ -369,6 +370,7 @@ setVal(tr.children("td").eq(7), table[i-1].inConveyLineCardTrayAlarm$); setVal(tr.children("td").eq(8), table[i-1].outConveyLineCardTrayAlarm$); setVal(tr.children("td").eq(9), table[i-1].pakMk); setVal(tr.children("td").eq(10), table[i-1].shuttleNo); } } else if (res.code === 403){ window.location.href = baseUrl+"/login";