From 2fc928c582961b78e215b145a4edf98d3cdca2f4 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 06 五月 2024 21:00:46 +0800 Subject: [PATCH] 工艺路线更新 --- src/api/tigerapi/mes/router.ts | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/api/tigerapi/mes/router.ts b/src/api/tigerapi/mes/router.ts index af197ed..b815637 100644 --- a/src/api/tigerapi/mes/router.ts +++ b/src/api/tigerapi/mes/router.ts @@ -116,3 +116,30 @@ isTransformResponse: false, }, ); + +/* + *琛屼负鐩稿叧 + */ +export const ActTypeStatus = async () => { + const usParams = genAction('MES_ROUTE_NODE_ACT+ACT_TYPEs', ''); + return await defHttp.post( + { url: Api.urlQueryEnum, params: usParams }, + { + errorMessageMode: 'none', + isTransformResponse: false, + //apiUrl: globSetting.taskApiUrl + }, + ); +}; + +export const DoTypeStatus = async () => { + const usParams = genAction('MES_ROUTE_NODE_ACT+DO_TYPEs', ''); + return await defHttp.post( + { url: Api.urlQueryEnum, params: usParams }, + { + errorMessageMode: 'none', + isTransformResponse: false, + //apiUrl: globSetting.taskApiUrl + }, + ); +}; -- Gitblit v1.9.3