From baf140f1668a508a566f8ee04077ea5900090a66 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 21 一月 2025 09:59:49 +0800 Subject: [PATCH] OEE页面新增计算OEE功能 --- src/api/mdc.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/api/mdc.js b/src/api/mdc.js index 24833ba..587c235 100644 --- a/src/api/mdc.js +++ b/src/api/mdc.js @@ -1,7 +1,6 @@ import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage' export default { - // -------------------------------------椹卞姩鍙傛暟绠$悊椤甸潰---------------------------------------- // 鑾峰彇鎺у埗绯荤粺绫诲瀷 getDriveTypeApi: () => getAction('/mdc/mdcDriveTypeParamConfig/getDriveParamOptions'), // -------------------------------------杞﹂棿鐪嬫澘椤甸潰-------------------------------------------- @@ -41,5 +40,8 @@ // 鍒犻櫎璁惧鍙傛暟闃堝�� deleteParamThresholdApi: id => deleteAction('/mdc/mdcEquipmentThreshold/delete', { id }), // 鍒犻櫎璁惧鍙傛暟闃堝�� - deleteBatchParamThresholdApi: ids => deleteAction('/mdc/mdcEquipmentThreshold/deleteBatch', { ids }) + deleteBatchParamThresholdApi: ids => deleteAction('/mdc/mdcEquipmentThreshold/deleteBatch', { ids }), + // -------------------------------------OEE椤甸潰-------------------------------------------- + // 璁$畻OEE + computeOeeApi: params => postAction('/mdc/mdcOeeInfo/computeOee', params) } \ No newline at end of file -- Gitblit v1.9.3