Browse Source

出货单

master
parent
commit
a9bc6e380c
  1. 2
      ICS.CreateSMShip/CreateSMShip.cs

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

Loading…
Cancel
Save