From e5fa65c0e6da868104d40363299a3606a0aa7e98 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期一, 03 三月 2025 13:27:11 +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