From a9bc6e380c1d21a141b959298d89afad4e6afa75 Mon Sep 17 00:00:00 2001 From: "LAPTOP-L19E5NHR\\Administrator" Date: Tue, 30 May 2023 10:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E8=B4=A7=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICS.CreateSMShip/CreateSMShip.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICS.CreateSMShip/CreateSMShip.cs b/ICS.CreateSMShip/CreateSMShip.cs index 79e2099..2f27f04 100644 --- a/ICS.CreateSMShip/CreateSMShip.cs +++ b/ICS.CreateSMShip/CreateSMShip.cs @@ -75,7 +75,7 @@ namespace ICS.CreateSMShip model.m_curShipQty1 = item.CurShipQty1; model.m_sOIsConsign = true; model.m_srcDocType = item.SrcDocType; - string SrcID = Appconfig.GetSOLineID(item.SrcDocNo, item.SrcDocLineNo); + string SrcID = Appconfig.GetSOLineID(item.SrcDocNo, item.SrcDocLineNo,item.SrcDocSubLineNo); string _OrgID = Appconfig.GetOrgID(item.SrcDocNo, item.SrcDocLineNo); if (!string.IsNullOrWhiteSpace(SrcID)) {