From c946b206b0923e8b9567a529b8fd5d2d684c8265 Mon Sep 17 00:00:00 2001
From: zc <zc@123>
Date: 星期六, 17 五月 2025 20:03:42 +0800
Subject: [PATCH] 完成调试
---
src/main/webapp/views/pipeline.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index c316cbd..beffbf3 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -114,7 +114,7 @@
<th>鍙嚭</th>
<th>鍏ュ簱鏍囪</th>
<th>绌烘澘淇″彿</th>
- <th>鐩爣绔�</th>
+ <th>宸插畬鎴愪换鍔�</th>
<th>楂樹綆搴撲綅</th>
</tr>
</thead>
@@ -302,7 +302,7 @@
setVal(tr.children("td").eq(5), table[i-1].outEnable);
setVal(tr.children("td").eq(6), table[i-1].pakMk);
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(8), table[i-1].finishWorkNo);
setVal(tr.children("td").eq(9), table[i-1].locType1);
}
} else if (res.code === 403){
--
Gitblit v1.9.1