From 171fb388506ecbb74d95522056acc90c1693ec3b Mon Sep 17 00:00:00 2001
From: qmj <37242163+qmj666@users.noreply.github.com>
Date: Tue, 13 Jan 2026 16:53:07 +0800
Subject: [PATCH] 暂时隐藏完工功能
---
src/mes/scheduledTasks/machineTasks/index.js | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/mes/scheduledTasks/machineTasks/index.js b/src/mes/scheduledTasks/machineTasks/index.js
index 83f7d3b..a23d926 100644
--- a/src/mes/scheduledTasks/machineTasks/index.js
+++ b/src/mes/scheduledTasks/machineTasks/index.js
@@ -360,28 +360,28 @@ const useInfoEvent = props => {
Modal.confirm({
title: "温馨提示:",
content:
- {/*
确认完工?
*/}
-
-
是否确认完工清场?
-
}
- onChange={handleChange}
- style={{ width: '100%', fontSize: '18px' }}
- defaultValue={true}
- options={[
- { label: '是', value: true },
- { label: '否', value: false },
- ]}
- />
-
+
确认完工?
+ {/*
*/}
+ {/*
是否确认完工清场?
*/}
+ {/*
}*/}
+ {/* onChange={handleChange}*/}
+ {/* style={{ width: '100%', fontSize: '18px' }}*/}
+ {/* defaultValue={true}*/}
+ {/* options={[*/}
+ {/* { label: '是', value: true },*/}
+ {/* { label: '否', value: false },*/}
+ {/* ]}*/}
+ {/* />*/}
+ {/*
*/}
,
okText: "确认",
cancelText: "取消",
onOk() {
- const newItem = {
- ...item,
- bComplete: value
- }
+ // const newItem = {
+ // ...item,
+ // bComplete: value
+ // }
handleUpdateProductionplan({ item:newItem, iFlag: 4,});
}
});
--
libgit2 0.22.2