diff --git a/src/components/Manufacture/CommonPackEvent.js b/src/components/Manufacture/CommonPackEvent.js
index c3308ef..33caf1e 100644
--- a/src/components/Manufacture/CommonPackEvent.js
+++ b/src/components/Manufacture/CommonPackEvent.js
@@ -1182,10 +1182,13 @@ const PartsInfoModal = props => {
};
const handleFooter = () => {
+ const BtnSure = commonFunc.showLocalMessage(props, "BtnSure", "确定");
+ const BtnSave = commonFunc.showLocalMessage(props, "BtnSave", "确定");
+ const BtnUpd= commonFunc.showLocalMessage(props, "BtnUpd", "修改");
if (props.enabled || props.masterData?.partsInfoLock) {
return [
,
];
}
@@ -1196,7 +1199,7 @@ const PartsInfoModal = props => {
setEnabledNew(true);
}}
>
- 修改
+ {BtnUpd}
,
,
];
};
@@ -1481,7 +1484,6 @@ const ParamsChooseNewModal = props => {
const BtnNext= commonFunc.showMessage(props.app.commonConst, 'BtnNext') || '下一条' ;
- const BtnSure = commonFunc.showMessage(props.app.commonConst, 'BtnSure') || '确定' ;
return props[modalName] ? (
确定
}
>
-
+ 2212121212112
: ''
}