From 8a8faba0f55512a2c18c4fe719a1bb0c4f6a86c9 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 12 六月 2024 08:44:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/tzskwcs_3' into tzskwcs_3

---
 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 29fdfe0..93cc432 100644
--- a/src/main/webapp/views/lift.html
+++ b/src/main/webapp/views/lift.html
@@ -40,6 +40,7 @@
                         <th>鍙宠秴闄�</th>
                         <th>瓒呴珮</th>
                         <th>瓒呴噸</th>
+                        <th>寮傚父淇℃伅</th>
                     </tr>
                     </thead>
                     <tbody>
@@ -286,6 +287,7 @@
                         setVal(tr.children("td").eq(11), table[i-1].rightOverrun$);
                         setVal(tr.children("td").eq(12), table[i-1].overHeight$);
                         setVal(tr.children("td").eq(13), table[i-1].overWeight$);
+                        setVal(tr.children("td").eq(14), table[i-1].errCode$);
                     }
                 } else if (res.code === 403){
                     window.location.href = baseUrl+"/login";

--
Gitblit v1.9.1