From 3d52f5dd2db161bca1247ac02a86d1953d7b2e9b Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 01 七月 2023 10:29:15 +0800
Subject: [PATCH] 地图货道轨道距离更新
---
src/main/webapp/views/lift.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/lift.html b/src/main/webapp/views/lift.html
index c704819..b8f5ea6 100644
--- a/src/main/webapp/views/lift.html
+++ b/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";
--
Gitblit v1.9.1