From 5d507af29e5bf1a4f6b33fbd2bb8e964c806419d Mon Sep 17 00:00:00 2001 From: lilili Date: Thu, 1 Jun 2023 17:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml b/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml index e485567..988523e 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml @@ -207,8 +207,11 @@ align: "left" } if (ColCode != "BatchCode" && ColCode != "Brand" && ColCode != "ProjectCode") + { cols.push(obj); - cols1.push(obj); + cols1.push(obj); + } + } } _Clos = cols;