From 9168b99f3c2bdf13c34e2c70e44370428dda26cc Mon Sep 17 00:00:00 2001 From: lilili Date: Tue, 6 Jun 2023 14:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=98=BE=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 5ab5d48..601a03f 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml @@ -11,6 +11,7 @@ var mark = ''; var Arguments = ''; $(function () { + SetCols(); gridList(); gridList2(flag); @@ -19,7 +20,7 @@ debugger; SetCols(); - gridList(); + //gridList(); }); }); @@ -327,8 +328,8 @@ { label: '单据行号', name: 'Sequence', width: 120, align: 'left' }, { label: '操作日期', name: 'MTIME', width: 120, align: 'left' }, { label: '料品编码', name: 'InvCode', width: 120, align: 'left' }, - { label: '物料描述', name: 'InvDescribe', width: 120, align: 'left' }, - { label: '辅助描述', name: 'InvDesc', width: 120, align: 'left' }, + { label: '物料描述', name: 'InvName', width: 120, align: 'left' }, + { label: '辅助描述', name: 'InvDes', width: 120, align: 'left' }, { label: '规格型号', name: 'InvStd', width: 120, align: 'left' }, { label: '批次', name: 'BatchCode', width: 100, align: 'left' }, { label: '区域', name: 'Area', width: 100, align: 'left' },