This commit is contained in:
2024-11-05 14:03:29 +08:00

View File

@@ -4454,7 +4454,7 @@ namespace Tnb.WarehouseMgr
code_batch = input.code_batch,
Size = 100,
PolicyCode = WmsWareHouseConst.POLICY_YCLOUTSTOCK,
qcres_list = new List<string>() { "vergeOk", "ok" }
qcres_list = input.biz_type == WmsWareHouseConst.BIZTYPE_WmsRawmatOutstock_ID ? null : new List<string>() { "vergeOk", "ok" }
};
List<WmsCarryH> items = await OutStockStrategy(outStockStrategyInput);