|
|
@ -88,7 +88,7 @@ public class GaoTongAppService : ApplicationService, IGaoTongAppService |
|
|
|
detailObj.ItemDesc1 = itemBasicObj.Desc1; |
|
|
|
detailObj.ItemDesc2 = itemBasicObj.Desc2; |
|
|
|
detailObj.Uom = itemBasicObj.BasicUom; |
|
|
|
detailObj.Qty = input.Qty.TryToDecimalZero(); |
|
|
|
detailObj.Qty = input.Qty; //.TryToDecimalZero();
|
|
|
|
detailObj.StdPackQty = itemBasicObj.StdPackQty; |
|
|
|
|
|
|
|
#region 去箱、去批、去托
|
|
|
@ -204,7 +204,7 @@ public class GaoTongAppService : ApplicationService, IGaoTongAppService |
|
|
|
detailObj.ItemDesc1 = itemBasicObj.Desc1; |
|
|
|
detailObj.ItemDesc2 = itemBasicObj.Desc2; |
|
|
|
detailObj.Uom = itemBasicObj.BasicUom; |
|
|
|
detailObj.Qty = input.Qty.TryToDecimalZero(); |
|
|
|
detailObj.Qty = input.Qty; //.TryToDecimalZero();
|
|
|
|
detailObj.StdPackQty = itemBasicObj.StdPackQty; |
|
|
|
|
|
|
|
#region 去箱、去批、去托
|
|
|
|