From 1d624dfdb040825ffecba6c792c480be662b2dbc Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 10 四月 2025 17:39:56 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/lift.html |   32 +++++++++++---------------------
 1 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/src/main/webapp/views/lift.html b/src/main/webapp/views/lift.html
index f8db854..1fdcf83 100644
--- a/src/main/webapp/views/lift.html
+++ b/src/main/webapp/views/lift.html
@@ -55,13 +55,10 @@
                 <tr>
                     <th>鎻愬崌鏈�</th>
                     <th>宸ヤ綔鍙�</th>
-                    <th>浠诲姟鍦板潃</th>
-                    <th>鐩殑鍦板潃</th>
                     <th>宸插畬鎴愮殑浠诲姟鍙�</th>
                     <th>灞�</th>
                     <th>浣滀笟鏍囪</th>
                     <th>绌挎杞﹀彿</th>
-                    <th>浠ょ墝</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -102,7 +99,6 @@
                             <option value="7">7F</option>
                             <option value="8">8F</option>
                             <option value="9">9F</option>
-                            <option value="10">10F</option>
                         </select>
                         <button class="item" onclick="liftOperator(1)">绉诲姩鎻愬崌鏈�</button>
 
@@ -114,8 +110,12 @@
                             <span>鐩爣绔�</span>
                             <label><input id="staNo" type="text" name="staNo" /></label>
                         </div>
-                        <button class="item" onclick="liftOperator(2)">绉诲姩鎵樼洏</button>
+                        <button class="item" onclick="liftOperator(5)">鎵樼洏鍏�</button>
+                        <button class="item" onclick="liftOperator(6)">鎵樼洏鍑�</button>
+                        <button class="item" onclick="liftOperator(7)">绉诲姩</button>
+                        <button class="item" onclick="liftOperator(8)">杞﹁揣绉诲姩</button>
                         <button class="item" onclick="liftOperator(0)">澶嶄綅</button>
+                        <button class="item" onclick="liftOperator(3)">绛夊緟纭</button>
                     </div>
                 </fieldset>
             </div>
@@ -144,12 +144,6 @@
                     <label class="form-label">浣滀笟鏍囪:</label>
                     <div class="form-input">
                         <input id="pakMk" name="pakMk" type="text" class="layui-input" autocomplete="off">
-                    </div>
-                </div>
-                <div class="form-item">
-                    <label class="form-label">浠ょ墝:</label>
-                    <div class="form-input">
-                        <input id="token" name="token" type="text" class="layui-input" autocomplete="off">
                     </div>
                 </div>
                 <div class="form-item form-button-container">
@@ -216,7 +210,6 @@
             liftNo: $('#liftNo').val(),
             workNo: $('#workNo').val(),
             pakMk: $('#pakMk').val(),
-            token: $('#token').val(),
         }, function (res) {
             layer.msg("淇敼鎴愬姛", {icon: 1,});
             layer.close(layerDetl);
@@ -277,10 +270,10 @@
                         setVal(tr.children("td").eq(1), table[i-1].taskNo);
                         setVal(tr.children("td").eq(2), table[i-1].protocolStatus$);
                         setVal(tr.children("td").eq(3), table[i-1].model$);
-                        setVal(tr.children("td").eq(4), table[i-1].busy$);
+                        setVal(tr.children("td").eq(4), table[i-1].run$);
                         setVal(tr.children("td").eq(5), table[i-1].hasTray$);
                         setVal(tr.children("td").eq(6), table[i-1].hasCar$);
-                        setVal(tr.children("td").eq(7), table[i-1].deviceError$);
+                        setVal(tr.children("td").eq(7), table[i-1].errCode$);
                         setVal(tr.children("td").eq(8), table[i-1].frontOverrun$);
                         setVal(tr.children("td").eq(9), table[i-1].backOverrun$);
                         setVal(tr.children("td").eq(10), table[i-1].leftOverrun$);
@@ -316,13 +309,10 @@
                         var tr = tableEl.find("tr").eq(i);
                         setVal(tr.children("td").eq(0), table[i-1].liftNo);
                         setVal(tr.children("td").eq(1), table[i-1].workNo);
-                        setVal(tr.children("td").eq(2), table[i-1].taskAddress);
-                        setVal(tr.children("td").eq(3), table[i-1].distAddress);
-                        setVal(tr.children("td").eq(4), table[i-1].completeTaskNo);
-                        setVal(tr.children("td").eq(5), table[i-1].lev);
-                        setVal(tr.children("td").eq(6), table[i-1].pakMk);
-                        setVal(tr.children("td").eq(7), table[i-1].shuttleNo);
-                        setVal(tr.children("td").eq(8), table[i-1].token);
+                        setVal(tr.children("td").eq(2), table[i-1].completeTaskNo);
+                        setVal(tr.children("td").eq(3), table[i-1].lev);
+                        setVal(tr.children("td").eq(4), table[i-1].pakMk);
+                        setVal(tr.children("td").eq(5), table[i-1].shuttleNo);
                     }
                 } else if (res.code === 403){
                     window.location.href = baseUrl+"/login";

--
Gitblit v1.9.1