From d1adef5b04e1d9f91d0396b04b09a03a3a36d72f Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Tue, 9 Sep 2025 09:52:11 +0800 Subject: [PATCH] 1.补充弹窗翻译 --- src/mes/productionExec/noticeModal/index.js | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/mes/productionExec/noticeModal/index.js b/src/mes/productionExec/noticeModal/index.js index 8d1734f..1a6d25e 100644 --- a/src/mes/productionExec/noticeModal/index.js +++ b/src/mes/productionExec/noticeModal/index.js @@ -268,6 +268,13 @@ const firstNoticeModal = _props => { }; const firstNotice = commonFunc.showLocalMessage(props, 'firstNotice', '首签样通知'); const firstNoticeList = commonFunc.showLocalMessage(props, 'firstNoticeList', '版材消耗登记'); + const employeeNameIdTitle = commonFunc.showLocalMessage(props, 'employeeName', '员工名称/工号'); + const btnAll = commonFunc.showLocalMessage(props, 'btnAll', '全部'); + const btnSearch = commonFunc.showLocalMessage(props, 'BtnSearch', '查询'); + const BtnCancel = commonFunc.showLocalMessage(props, 'BtnCancel', '取消'); + const selectRecipient = commonFunc.showLocalMessage(props, 'selectRecipient', '请先选择接收人!'); + const btnSend = commonFunc.showLocalMessage(props, 'btnSend', '确认'); + return ( { setFilterEmployeeName(""); }} > - 全 部 + {btnAll} { @@ -321,7 +328,7 @@ const firstNoticeModal = _props => { setFilterEmployeeName(employeeName); }} > - 查 询 + {btnSearch} @@ -336,14 +343,14 @@ const firstNoticeModal = _props => { onClick={() => props.setModalShow(false)} style={{ background: "#ff7800", "border-color": "#ff7800" }} > - 取 消 + {BtnCancel} -- libgit2 0.22.2