From 79965f00a5b70287e4fac0f747beda83d9f950c1 Mon Sep 17 00:00:00 2001 From: lilili Date: Wed, 5 Jul 2023 15:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E3=80=81=E5=88=86=E9=A1=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WMS-BS/NFine.Application/WMS/PickMaterialApp.cs | 4 ++-- .../Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs index c68c9e5..4374bed 100644 --- a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs +++ b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs @@ -298,7 +298,7 @@ where b.MOCode='{0}' and a.WorkPoint='{1}'"; a.ApplyCode as Code,CONVERT(varchar(100),a.CreateDateTime,23) as MTIME,a.createperson as MUSER,a.WHCode,detail.LocationCode AS Area, a.EATTRIBUTE,a.Sets,a.OrderInvCode,a.OrderInvDescribe,a.BillType,a.Remarks,a.Desks,a.DispatchNumber,a.DispatcherName, a.ReceiverNumber,a.ReceiverName,a.Urgency,a.NeedDate,a.NeedTime,a.RemarksTerm,a.TextNumber,a.Unit,a.StockIndicator, - case when max(e.SourceID) is null then '未合并' else '已合并' end as IsNew,f.Colspan , + case when max(e.SourceID) is null then '未合并' else '已合并' end as IsNew,f.Colspan,a.CustomerName,a.Pagination, g.Status,ISNULL(p.PrintCount, 0) as PrintCount, case when max(k.TransCode) is null then '未占料' else '已占料' end as IsOccupy, f.ProjectCode ,f.BatchCode ,f.Version ,f.Brand ,f.cFree1 ,f.cFree2 ,f.cFree3 , @@ -361,7 +361,7 @@ where b.MOCode='{0}' and a.WorkPoint='{1}'"; f.cFree3,f.cFree4,f.cFree5,f.cFree6,f.cFree7,f.cFree8,f.cFree9,f.cFree10,g.Status, a.WHCode,detail.LocationCode,a.EATTRIBUTE,a.Sets,a.OrderInvCode,a.OrderInvDescribe,a.BillType,a.Remarks,a.Desks,a.DispatchNumber,a.DispatcherName, - a.ReceiverNumber,a.ReceiverName,a.Urgency,a.NeedDate,a.NeedTime,a.RemarksTerm,a.TextNumber,a.Unit,a.StockIndicator,a.MUSERName,a.MUSER,p.PrintCount) as t where t.row=1"); + a.ReceiverNumber,a.ReceiverName,a.Urgency,a.NeedDate,a.NeedTime,a.RemarksTerm,a.TextNumber,a.Unit,a.StockIndicator,a.MUSERName,a.MUSER,p.PrintCount,a.CustomerName,a.Pagination) as t where t.row=1"); if (!string.IsNullOrWhiteSpace(queryParam["Status"].ToString())) { 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 43811c6..29950ac 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/PickMaterial/ICSMOPickMerge.cshtml @@ -154,7 +154,12 @@ cols1.push(collast1); var collast1 = { label: '占料数量', name: 'SendQTY', hidden: true }; cols1.push(collast1); - + if (Type == 12) { + var collast = { label: '客户名称', name: 'CustomerName', width: 100, align: 'left' }; + cols.push(collast); + var collast = { label: '分页', name: 'Pagination', width: 100, align: 'left' }; + cols.push(collast); + } if (Type != 7) { var collast = { label: '销售凭证', name: 'ProjectCode', width: 100, align: 'left' }; cols.push(collast);