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;