From 99b5d3d7c950a8332f81d3ca07be9f2d5957f58c Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 29 三月 2025 16:26:44 +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