This commit is contained in:
2025-05-15 09:22:12 +08:00
parent 29c83dd9da
commit 0684d8e4f5
2 changed files with 8 additions and 6 deletions

View File

@@ -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;