From 9a37464e943154d3fcc5db659e2d5abb6db98909 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 14 一月 2025 16:34:06 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/shuttle.html |   25 ++++---------------------
 1 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/src/main/webapp/views/shuttle.html b/src/main/webapp/views/shuttle.html
index b23cc49..09f102e 100644
--- a/src/main/webapp/views/shuttle.html
+++ b/src/main/webapp/views/shuttle.html
@@ -63,10 +63,7 @@
                     <th>宸ヤ綔鍙�</th>
                     <th>婧愬簱浣�</th>
                     <th>鐩爣搴撲綅</th>
-                    <th>鏈�楂樼數鑺數鍘�</th>
-                    <th>鏈�浣庣數鑺數鍘�</th>
                     <th>鐢垫睜鐢靛帇</th>
-                    <th>鍏呮斁鐢靛惊鐜鏁�</th>
                     <th>鍓╀綑鐢甸噺</th>
                     <th>鎬荤數閲�</th>
                     <th>浣滀笟鏍囪</th>
@@ -170,12 +167,6 @@
                 <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">
             <button class="form-button" id="save">淇濆瓨</button>
             <button class="form-button" id="cancel" style="background-color: #D0D0D0">鍙栨秷</button>
@@ -266,7 +257,6 @@
             shuttleNo: $('#shuttleNo').val(),
             workNo: $('#workNo').val(),
             pakMk: $('#pakMk').val(),
-            token: $('#token').val(),
         }, function (res) {
             layer.msg("淇敼鎴愬姛", {icon: 1,});
             layer.close(layerDetl);
@@ -386,17 +376,10 @@
                 setVal(tr.children("td").eq(1), table[i-1].taskNo);
                 setVal(tr.children("td").eq(2), table[i-1].sourceLocNo);
                 setVal(tr.children("td").eq(3), table[i-1].locNo);
-                setVal(tr.children("td").eq(4), maxCellVoltage);
-                setVal(tr.children("td").eq(5), minCellVoltage);
-                setVal(tr.children("td").eq(6), voltage);
-                setVal(tr.children("td").eq(7), chargeCycleTimes);
-                setVal(tr.children("td").eq(8), surplusQuantity);
-                setVal(tr.children("td").eq(9), countQuantity);
-                setVal(tr.children("td").eq(10), table[i-1].pakMk$);
-                if (table[i-1].shuttleNo == parseInt($('input[name="shuttleSelect"]:checked').val())) {
-                    $("#runSpeedText").text(table[i-1].runSpeed)
-                    $("#chargeLineText").text(table[i-1].chargeLine + "%")
-                }
+                setVal(tr.children("td").eq(4), voltage);
+                setVal(tr.children("td").eq(5), surplusQuantity);
+                setVal(tr.children("td").eq(6), countQuantity);
+                setVal(tr.children("td").eq(7), table[i-1].pakMk$);
             }
         } else if (res.code === 403){
             window.location.href = baseUrl+"/login";

--
Gitblit v1.9.1