From 5bf2b51ec743cd422a0eb3277b9c93a08c700315 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 10 二月 2025 08:46:30 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/lift.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/lift.html b/src/main/webapp/views/lift.html
index ab7d7e0..f8db854 100644
--- a/src/main/webapp/views/lift.html
+++ b/src/main/webapp/views/lift.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <title>鎻愬崌鏈虹洃鎺х鐞�</title>
     <link rel="stylesheet" type="text/css" href="../static/css/normalize.css">
-    <link rel="stylesheet" type="text/css" href="../static/css/common.css">
+    <link rel="stylesheet" type="text/css" href="../static/css/common_wcs.css">
     <link rel="stylesheet" type="text/css" href="../static/layui/css/layui.css">
     <link rel="stylesheet" href="../static/css/lift.css">
     <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
@@ -40,6 +40,7 @@
                         <th>鍙宠秴闄�</th>
                         <th>瓒呴珮</th>
                         <th>瓒呴噸</th>
+                        <th>寮傚父淇℃伅</th>
                     </tr>
                     </thead>
                     <tbody>
@@ -114,7 +115,7 @@
                             <label><input id="staNo" type="text" name="staNo" /></label>
                         </div>
                         <button class="item" onclick="liftOperator(2)">绉诲姩鎵樼洏</button>
-<!--                        <button class="item" onclick="liftOperator(0)">澶嶄綅</button>-->
+                        <button class="item" onclick="liftOperator(0)">澶嶄綅</button>
                     </div>
                 </fieldset>
             </div>
@@ -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