From aad5ff1dbc5fb61ad5a01d13573560ed5aae9b04 Mon Sep 17 00:00:00 2001 From: 1 <1> Date: 星期二, 07 十月 2025 13:17:35 +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