Commit 4b9f86193d334aa111ce025d55861186a2b0bb79
1 parent
eed32c79
1.翻译MES弹窗
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/productionExec/noticeModal/index.js
| @@ -269,7 +269,7 @@ const firstNoticeModal = _props => { | @@ -269,7 +269,7 @@ const firstNoticeModal = _props => { | ||
| 269 | const firstNotice = commonFunc.showLocalMessage(props, 'firstNotice', '首签样通知'); | 269 | const firstNotice = commonFunc.showLocalMessage(props, 'firstNotice', '首签样通知'); |
| 270 | const firstNoticeList = commonFunc.showLocalMessage(props, 'firstNoticeList', '版材消耗登记'); | 270 | const firstNoticeList = commonFunc.showLocalMessage(props, 'firstNoticeList', '版材消耗登记'); |
| 271 | const employeeNameIdTitle = commonFunc.showLocalMessage(props, 'employeeName', '员工名称/工号'); | 271 | const employeeNameIdTitle = commonFunc.showLocalMessage(props, 'employeeName', '员工名称/工号'); |
| 272 | - const btnAll = 22222; | 272 | + const btnAll = commonFunc.showLocalMessage(props, 'btnAll', '全部'); |
| 273 | const btnSearch = commonFunc.showLocalMessage(props, 'BtnSearch', '查询'); | 273 | const btnSearch = commonFunc.showLocalMessage(props, 'BtnSearch', '查询'); |
| 274 | const BtnCancel = commonFunc.showLocalMessage(props, 'BtnCancel', '取消'); | 274 | const BtnCancel = commonFunc.showLocalMessage(props, 'BtnCancel', '取消'); |
| 275 | const selectRecipient = commonFunc.showLocalMessage(props, 'selectRecipient', '请先选择接收人!'); | 275 | const selectRecipient = commonFunc.showLocalMessage(props, 'selectRecipient', '请先选择接收人!'); |