From 6ae28b3edbd0e5f2e15b05786ba6e7ce7e1fc550 Mon Sep 17 00:00:00 2001 From: lilili Date: Fri, 7 Apr 2023 11:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8E=B7=E5=8F=96=E6=BA=90?= =?UTF-8?q?=E5=A4=B4=E5=8D=95=E6=8D=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ICSSoft.DataProject/ICSSubmitService.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index 60ff176..2f30229 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -634,6 +634,16 @@ namespace ICSSoft.DataProject #region 采购入库 else if (TransType == TransTypeEnum.PurchaseReceiveDoc.GetDescription()) { + columns = @"a.DNCode AS TransCode, + '' AS Type, + a.Sequence AS TransSequence, + a.Quantity, + a.Amount, + a.RCVQuantity AS IssueQuantity,"; + + tableName = @"ICSDeliveryNotice a "; + + where = @" a.DNCode='{0}' AND a.WorkPoint='{1}' AND DNType='1' "; } #endregion #region 审核的到货单