From fb8419ef141e16b8ec8b1d9802fa0d5a46768794 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 20 九月 2023 08:24:21 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/shuttle.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/shuttle.html b/src/main/webapp/views/shuttle.html
index eaf588b..34619db 100644
--- a/src/main/webapp/views/shuttle.html
+++ b/src/main/webapp/views/shuttle.html
@@ -120,6 +120,7 @@
                                         <div style="margin-top: 10px;">
                                             <button class="item" onclick="shuttleOperator(18)">鎼繍璐х墿</button>
                                             <button class="item" onclick="shuttleOperator(14)">绉诲姩鍒扮洰鏍囧簱浣�</button>
+                                            <button class="item" onclick="shuttleOperator(23)">绉诲姩鍒扮洰鏍囧簱浣�(浠诲姟)</button>
                                             <button class="item" onclick="shuttleOperator(16)">绉诲姩鍒版彁鍗囨満</button>
                                         </div>
                                     </div>
@@ -315,7 +316,7 @@
                         setVal(tr.children("td").eq(11), table[i-1].runDir2$);
                         setVal(tr.children("td").eq(12), table[i-1].chargState$);
                         setVal(tr.children("td").eq(13), table[i-1].errState$);
-                        setVal(tr.children("td").eq(14), table[i-1].errCode);
+                        setVal(tr.children("td").eq(14), table[i-1].errCode$);
                         setVal(tr.children("td").eq(15), table[i-1].suspendState$);
                     }
                 } else if (res.code === 403){

--
Gitblit v1.9.1