|
@ -440,8 +440,8 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts |
|
|
{ |
|
|
{ |
|
|
WmsHQFSharePartOutPutDetial _detail = new WmsHQFSharePartOutPutDetial( |
|
|
WmsHQFSharePartOutPutDetial _detail = new WmsHQFSharePartOutPutDetial( |
|
|
GuidGenerator.Create(), |
|
|
GuidGenerator.Create(), |
|
|
itm.WmsBillNum, |
|
|
string.Empty, |
|
|
itm.OrderBillNum, |
|
|
string.Empty, |
|
|
itm.MaterialCode, |
|
|
itm.MaterialCode, |
|
|
itm.MaterialDesc, |
|
|
itm.MaterialDesc, |
|
|
itm.MaterialGroup, |
|
|
itm.MaterialGroup, |
|
@ -451,7 +451,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts |
|
|
!string.IsNullOrEmpty(itm.Extend1) ? itm.Extend1 : string.Empty, |
|
|
!string.IsNullOrEmpty(itm.Extend1) ? itm.Extend1 : string.Empty, |
|
|
!string.IsNullOrEmpty(itm.Extend2) ? itm.Extend2 : string.Empty, |
|
|
!string.IsNullOrEmpty(itm.Extend2) ? itm.Extend2 : string.Empty, |
|
|
version, |
|
|
version, |
|
|
itm.ParentMaterialCode, |
|
|
itm.MaterialCode, |
|
|
itm.BillNum, |
|
|
itm.BillNum, |
|
|
GuidGenerator.Create() |
|
|
GuidGenerator.Create() |
|
|
, string.Empty |
|
|
, string.Empty |
|
|