From d78dad29ee493b68dd6ac2e34df08431685c3734 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 03 九月 2025 17:47:27 +0800 Subject: [PATCH] 设备管理首页按照需求进行样式开发 --- src/api/signage.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/signage.js b/src/api/signage.js index 68f02af..069d90c 100644 --- a/src/api/signage.js +++ b/src/api/signage.js @@ -1,6 +1,7 @@ import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage' export default { + /* MDC */ // 鑾峰彇鎵�鏈夎溅闂翠俊鎭� getAllWorkShop: id => getAction('/mdc/home/getAllWorkShop', {}), // 鏍规嵁鐢ㄦ埛ID鑾峰彇鐢ㄦ埛淇℃伅 @@ -15,4 +16,14 @@ getEquipmentOEEStatistics: productionId => getAction('/mdc/home/equipmentOEEStatistics', { productionId }), // 璁惧OEE鍜屽埄鐢ㄧ巼瀵规瘮 getEquipmentMonthStatisticsApi: productionId => getAction('/mdc/home/equipmentMonthStatistics', { productionId }), + + /* EAM */ + // 鎶�鏈姸鎬� + getEquipmentTechnologyStatusApi: () => getAction('/equipment/home/getEquipmentTechnologyStatusList'), + // 鏁呴殰鎶ヤ慨 + getReportRepairEquipmentApi: () => getAction('/equipment/home/getReportRepairEquipmentList'), + // 涓変繚璁″垝 + getThirdMaintenancePlanApi: () => getAction('/equipment/home/getThirdGuaranteesPlan'), + // 浜屼繚璁″垝 + getSecondMaintenancePlanApi: () => getAction('/equipment/home/getSecondGuaranteesPlan') } \ No newline at end of file -- Gitblit v1.9.3