From a5fd6b72f8342f0228321849b04c822feba2d2a0 Mon Sep 17 00:00:00 2001
From: taisheng <taisheng@qq.com>
Date: 星期三, 02 七月 2025 09:42:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shuttle_rcs' into shuttle_rcs
---
src/main/webapp/views/forklift.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/forklift.html b/src/main/webapp/views/forklift.html
index 5c45a26..2e4e60d 100644
--- a/src/main/webapp/views/forklift.html
+++ b/src/main/webapp/views/forklift.html
@@ -36,6 +36,7 @@
<th>鏀捐揣鏁版嵁</th>
<th>鍑哄叆搴撴ā寮�</th>
<th>鏁呴殰鐮�</th>
+ <th>灞�</th>
</tr>
</thead>
<tbody>
@@ -238,6 +239,7 @@
setVal(tr.children("td").eq(7), table[i-1].put);
setVal(tr.children("td").eq(8), table[i-1].iOMode$);
setVal(tr.children("td").eq(9), table[i-1].errorCode$);
+ setVal(tr.children("td").eq(10), table[i-1].lev);
}
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
--
Gitblit v1.9.1