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 审核的到货单