From 0c9b8fe24e495da1f5e3362fa6b36acc41617cb7 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期四, 29 六月 2023 11:35:19 +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