优化混炼示方,新增种类配置

This commit is contained in:
geht
2026-05-25 19:44:14 +08:00
parent c85657d199
commit dc3f305303
34 changed files with 3892 additions and 104 deletions

View File

@@ -47,5 +47,8 @@ export const saveOrUpdate = (params, isUpdate) => defHttp.post({ url: isUpdate ?
//update-begin---author:cursor ---date:20260522 for【XSLMES-20260522-A38】配合示方生成混炼示方-----------
export const buildMixingGeneratePreview = (params) =>
defHttp.get({ url: Api.buildMixingGeneratePreview, params }, { successMessageMode: 'none' });
export const generateMixingSpec = (params) => defHttp.post({ url: Api.generateMixingSpec, params });
//update-begin---author:cursor ---date:20260525 for【XSLMES-20260525-A45】批量生成混炼示方延长超时避免误报失败-----------
export const generateMixingSpec = (params) =>
defHttp.post({ url: Api.generateMixingSpec, params, timeout: 120 * 1000 });
//update-end---author:cursor ---date:20260525 for【XSLMES-20260525-A45】批量生成混炼示方延长超时避免误报失败-----------
//update-end---author:cursor ---date:20260522 for【XSLMES-20260522-A38】配合示方生成混炼示方-----------