From 735cd27dd52406c21946dd729ea691fc9ccbfd1a Mon Sep 17 00:00:00 2001 From: yangtm Date: Fri, 21 Feb 2025 15:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=8D=95=E8=B0=83=E6=8B=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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, 2 insertions(+), 2 deletions(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index 6bf32ed..b770f16 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -9714,7 +9714,7 @@ inner join (select TransCode,sum(Quantity) Quantity,WorkPoint from ICSWareHouseL } string chksql = @" --获取调拨数据 - select a.* ,b.ToWarehouseCode + select a.* ,b.ToWarehouseCode TransferToWarehouseCode from ICSWareHouseLotInfoLog a inner join [ICSTransfer] b on a.TransCode=b.TransferNO and a.TransSequence=b.Sequence and a.InvCode=b.InvCode and a.WorkPoint=b.WorkPoint where a.TransCode ='{0}' and a.WorkPoint='{1}' @@ -9727,7 +9727,7 @@ inner join (select TransCode,sum(Quantity) Quantity,WorkPoint from ICSWareHouseL ICSWareHouseService.OneStepTransferDocIn(JsonData.TransCode, dr["TransSequence"].ToString(), JsonData.WorkPoint, dr["Quantity"].ToString(), cmd, language); //更新条码信息 - printTable = ICSWareHouseLotInfoService.WareHouseLotInfoTransfer(Identification, JsonData.TransCode, dr["TransSequence"].ToString(), dr["ToWarehouseCode"].ToString(), BinCode, + printTable = ICSWareHouseLotInfoService.WareHouseLotInfoTransfer(Identification, JsonData.TransCode, dr["TransSequence"].ToString(), dr["TransferToWarehouseCode"].ToString(), BinCode, dr["LotNo"].ToString(), dr["Quantity"].ToString(), JsonData.User, JsonData.WorkPoint, JsonData.TransType, TransTypeEnum.OneStepTransferDocIn.GetDescription(), cmd, language, MergeID); } //上传ERP