From a3d0180cddde6e1d0b91aa3c23b0ae0bccfe087c Mon Sep 17 00:00:00 2001 From: CatMaoo <1205395967@qq.com> Date: Thu, 4 Jan 2024 10:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E7=A0=81=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index e1743ec..6beb07b 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -3185,6 +3185,7 @@ a.ExtensionID a.Quantity*(a.Amount/a.Quantity) AS Amount, {0},{2}, lotdd.TransCode,lotdd.TransSequence, + a.Type, {3} {1} ext.BatchCode AS BatchCode,"; @@ -3199,6 +3200,7 @@ a.ExtensionID columns = @"a.Quantity AS Quantity, a.Quantity*(a.Amount/a.Quantity) AS Amount, {0},{2}, + a.Type, {3} {1} ext.BatchCode AS BatchCode,"; @@ -3832,7 +3834,7 @@ a.ExtensionID } #endregion - #region 副产品入库 + #region 副产品入库(无源头) else if (TransType == TransTypeEnum.MOStockINByProductNoTrans.GetDescription()) { log.Debug("无源头副产品入库" + TransType);