This commit is contained in:
2024-10-14 11:52:40 +08:00
parent 38383eb4cb
commit da3db7aee6

View File

@@ -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;