|
|
@ -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)) |
|
|
|
{ |
|
|
|