This commit is contained in:
余宇波 2025-07-09 13:48:28 +08:00
parent be3619103a
commit e24c2e31cc

View File

@ -722,7 +722,7 @@ namespace MyCode.Project.Services.Implementation
invoiceOrderItemTemp.ReceiveorgName = t.ReceiveorgName;
invoiceOrderItems.Add(invoiceOrderItemTemp);
ScanEntry tempUpdate = new ScanEntry();
tempUpdate.Qty = (int)temp.Qty;
tempUpdate.Qty = temp.Qty;
tempUpdate.FENTRYID = t.EntityId.SafeValue();
tempUpdate.FSupplierLot = temp.FSupplierLot;
billPush.CustomParams.ScanEntry.Add(tempUpdate);