From da3db7aee6278599c7acc7bcf934559f5c8ec028 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Mon, 14 Oct 2024 11:52:40 +0800 Subject: [PATCH] 1 --- WarehouseMgr/Tnb.WarehouseMgr/WmsOutsourceService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutsourceService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutsourceService.cs index 44681f8e..d54a9647 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutsourceService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutsourceService.cs @@ -242,7 +242,7 @@ namespace Tnb.WarehouseMgr instockD.material_specification = item.matspecification; instockD.unit_id = item.unit; instockD.pr_qty = item.outsource_quantity; - instockD.qty = item.bind_qty.Value; + instockD.qty = item.outsource_arriveqty.Value; instockD.code_batch = item.code_batch; instockD.create_id = _userManager.UserId; instockD.create_time = DateTime.Now;