From 6bf57889972317ce58b764db3b7121a1486a6139 Mon Sep 17 00:00:00 2001 From: lilili Date: Tue, 4 Jul 2023 16:35:46 +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 --- .../WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml b/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml index 59dd9dd..ceeb7df 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml @@ -3299,13 +3299,13 @@ if (rowId != "undefined" && rowId != null) { - if (i == obj.length - 1 || i==0) { + //if (i == obj.length - 1 || i==0) { objArr = "'" + rowId + "'|"; - } - else - { - objArr = "'" + rowId + "',|"; - } + //} + //else + //{ + /* objArr = "'" + rowId + "',|";*/ + //} arr.push(objArr);