From 629959675a97b4d41c1c36eaa60ee1671c224e93 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 13 八月 2025 09:12:35 +0800
Subject: [PATCH] #
---
src/main/webapp/views/forklift.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/forklift.html b/src/main/webapp/views/forklift.html
index 2f5c1a0..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>
@@ -91,7 +92,8 @@
</div>
<button class="item" onclick="liftOperator(1)">灏忚溅鎹㈠眰</button>
<button class="item" onclick="liftOperator(2)">绉诲姩鎵樼洏</button>
- <button class="item" onclick="liftOperator(3)">浠诲姟纭</button>
+ <button class="item" onclick="liftOperator(3)">绉诲姩</button>
+ <button class="item" onclick="liftOperator(4)">浠诲姟纭</button>
<button class="item" onclick="liftOperator(0)">澶嶄綅</button>
</div>
</fieldset>
@@ -236,7 +238,8 @@
setVal(tr.children("td").eq(6), table[i-1].pick);
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(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