From 778842fcc1b3658682835b30895b14640b2cd9c6 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 5 Sep 2025 15:50:29 +0800 Subject: [PATCH] 1.翻译生产进度 2.处理开工后不跳转bug --- src/mes/common/siderInfoComponent/index.js | 4 ++-- src/mes/scheduledTasks/machineTasks/index.js | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/mes/common/siderInfoComponent/index.js b/src/mes/common/siderInfoComponent/index.js index 82be672..428f94d 100644 --- a/src/mes/common/siderInfoComponent/index.js +++ b/src/mes/common/siderInfoComponent/index.js @@ -354,7 +354,7 @@ const WorkOrderTypeComponent = () => { ); const task= commonFunc.showLocalMessage(props, 'task', '任务:工单信息'); const specialFocus= commonFunc.showLocalMessage(props, 'specialFocus', '任务:工单信息'); - + const productionSchedule= commonFunc.showLocalMessage(props, 'productionSchedule', '生产进度'); return (
@@ -446,7 +446,7 @@ const WorkOrderTypeComponent = () => { flex={"160px"} className={styles.productionTitle} > - 生产进度: + {productionSchedule} {/*