From 3aaca6f8bd7894fd244ab738824a83f997642e68 Mon Sep 17 00:00:00 2001 From: lilili Date: Mon, 5 Jun 2023 16:15:19 +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-BS/NFine.Application/WMS/PickMaterialApp.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs index 3903476..ae58dcd 100644 --- a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs +++ b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs @@ -1603,7 +1603,7 @@ where a.IssueCode='{0}' and a.WorkPoint='{1}'"; GROUP BY c.MOCode,a.InvCode,b.InvName,b.InvStd,b.InvUnit,a.WhCode,a.ExtensionID"; #endregion } - if (Type == "2") + if (Type == "2"||Type=="12") { sqls = @"select a.ApplyCode as Code, a.InvCode, b.InvName, b.InvStd, b.InvUnit, SUM(ISNULL(a.Quantity, 0)) AS iQuantity, a.WhCode,a.ExtensionID @@ -2374,7 +2374,7 @@ where a.IssueCode='{0}' and a.WorkPoint='{1}'"; GROUP BY c.MOCode,a.InvCode,b.InvName,b.InvStd,b.InvUnit,a.WhCode,x.MergeID,a.ExtensionID"; #endregion } - if (Type == "2") + if (Type == "2" || Type=="12") { #region 工单领料SQL sqls = @" select