From 432aa30874196937f6250b34c7ef6fb62dbaf984 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 29 三月 2025 15:52:14 +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