This commit is contained in:
2024-11-05 13:40:24 +08:00
parent 3f9c873c3a
commit 764c89f950

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