From c09e27ad225db06c1ebff340635654c76acc4d2d Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 12 三月 2025 14:56:23 +0800 Subject: [PATCH] 1.生产退补料优化,日志 --- service/Warehouse/TransferOutManager.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/service/Warehouse/TransferOutManager.cs b/service/Warehouse/TransferOutManager.cs index 3c7f231..d30ddd0 100644 --- a/service/Warehouse/TransferOutManager.cs +++ b/service/Warehouse/TransferOutManager.cs @@ -113,6 +113,7 @@ ItemModel = s.ItemModel, FQty = b.FQty, // 鐢宠鏁伴噺 SQty = b.SQty, // 宸叉壂鏁伴噺 + RQty = b.RQty, // 淇濈暀鍏朵粬蹇呰瀛楁... Pid = b.Pid.ToString(), FMaterialId = b.FMaterialId, -- Gitblit v1.9.3