This commit is contained in:
2024-11-05 14:42:59 +08:00
parent 8a9ee49526
commit c3e4e99812

View File

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