From 4cc7a3bb676402a73a704ccb0c559c2feb1dbb25 Mon Sep 17 00:00:00 2001
From: zc <zc@123>
Date: 星期一, 21 四月 2025 16:51:37 +0800
Subject: [PATCH] 12
---
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