From 7fb2fa2382a4de194c0e906a8b206f854a3de17f Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 07 十月 2025 09:35:59 +0800
Subject: [PATCH] #和得服务器

---
 src/main/webapp/views/pipeline.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index c316cbd..95b2b56 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -116,6 +116,8 @@
                         <th>绌烘澘淇″彿</th>
                         <th>鐩爣绔�</th>
                         <th>楂樹綆搴撲綅</th>
+                        <th>婊′俊鍙�</th>
+                        <th>鏉$爜</th>
                     </tr>
                     </thead>
                     <!-- 琛ㄦ牸鍐呭 -->
@@ -304,6 +306,8 @@
                         setVal(tr.children("td").eq(7), table[i-1].emptyMk);
                         setVal(tr.children("td").eq(8), table[i-1].staNo);
                         setVal(tr.children("td").eq(9), table[i-1].locType1);
+                        setVal(tr.children("td").eq(10), table[i-1].full);
+                        setVal(tr.children("td").eq(11), table[i-1].barcode);
                     }
                 } else if (res.code === 403){
                     window.location.href = baseUrl+"/login";
@@ -390,6 +394,8 @@
                 "       <td></td>\n" +
                 "       <td></td>\n" +
                 "       <td></td>\n" +
+                "       <td></td>\n" +
+                "       <td></td>\n" +
                 "     </tr>\n";
         }
         $('#site-table tbody').after(html);

--
Gitblit v1.9.1