22
This commit is contained in:
@@ -402,9 +402,11 @@ namespace MyCode.Project.Services.Implementation
|
||||
tempUpdate.FENTRYID = t.EntityId.SafeValue();
|
||||
tempUpdate.FSupplierLot = temp.FSupplierLot;
|
||||
billPush.CustomParams.ScanEntry.Add(tempUpdate);
|
||||
billPush.CustomParams.FPH= act.F_VHUB_Text;
|
||||
billPush.CustomParams.FPH= act.F_VHUB_Text;
|
||||
billPush.CustomParams.F_URXD_Date = act.F_URXD_Date;
|
||||
t.FReceiveQty = t.FReceiveQty.SafeValue() + temp.Qty;
|
||||
if (string.IsNullOrWhiteSpace(billPush.CustomParams.F_URXD_Date))
|
||||
billPush.CustomParams.F_URXD_Date = null;
|
||||
t.FReceiveQty = t.FReceiveQty.SafeValue() + temp.Qty;
|
||||
t.FRemainReceiveQty = t.FRemainReceiveQty.SafeValue() - temp.Qty;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user