From a82c1e808569b54868489f62864d957b7a759531 Mon Sep 17 00:00:00 2001 From: qmj <37242163+qmj666@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:15:41 +0800 Subject: [PATCH] 调整设备保养颜色 --- src/mes/common/RunningStatus/index.js | 2 +- src/mes/indexMes/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mes/common/RunningStatus/index.js b/src/mes/common/RunningStatus/index.js index 6956b0f..72ba513 100644 --- a/src/mes/common/RunningStatus/index.js +++ b/src/mes/common/RunningStatus/index.js @@ -26,7 +26,7 @@ const sTypeJson = { sType7: ["不正常待机", "red", "redTd"], sType8: ["设备保养(协助类)", "blue", "blueTd"], sType9: ["设备维修", "blue", "blueTd"], - sType10: ["设备保养", "blue", "blueTd"], + sType10: ["设备保养", "red", "blueTd"], sType11: ["材料异常", "red", "redTd"], sType12: ["工艺异常", "red", "redTd"], sType13: ["其他异常", "red", "redTd"], diff --git a/src/mes/indexMes/index.js b/src/mes/indexMes/index.js index b2b56f4..599e01f 100644 --- a/src/mes/indexMes/index.js +++ b/src/mes/indexMes/index.js @@ -957,7 +957,7 @@ const SystemFunComponent = () => { } const url = `${commonConfig.server_host - }procedureCall/doGenericProcedureCall?sModelsId=12710101117241578202960`; + }procedureCall/doGenericProcedureCall?sModelsId=17211911815017669769986370`; const returnData = (await commonServices.postValueService( token, value, -- libgit2 0.22.2