diff --git a/src/locales/en.ts b/src/locales/en.ts index 1d888af0..a677a1df 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -1913,6 +1913,7 @@ export default { // Equipment Ledger EquipmentLedger: { lineCategory: 'Production Line Category', + placeholderLineCategory: 'Please select production line category', lineCategoryAll: 'All', createLineCategory: 'Add Production Line Category', updateLineCategory: 'Edit Production Line Category', @@ -5241,6 +5242,7 @@ export default { WorkReportRecord: { moduleName: 'Work Report Record', + tabProductionRecord: 'Production Record', searchBaogongTimeLabel: 'Report Date', searchBaogongTimeStartPlaceholder: 'Start Date', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index be44a029..b9fe5ac0 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -1929,6 +1929,7 @@ export default { // 设备台账 EquipmentLedger: { lineCategory: '产线分类', + placeholderLineCategory: '请选择产线分类', lineCategoryAll: '全部', createLineCategory: '新增产线分类', updateLineCategory: '修改产线分类', @@ -4223,8 +4224,8 @@ export default { }, WorkTeam: { moduleName: '班组管理', - searchTeamNameLabel: '班组名称', - searchTeamNamePlaceholder: '请输入班组名称', + searchTeamNameLabel: '班次名称', + searchTeamNamePlaceholder: '请输入班次名称', searchProcessLabel: '工序', searchProcessPlaceholder: '请选择工序', searchRemarkLabel: '备注', @@ -4237,7 +4238,7 @@ export default { tabsDay: '白班', tabsNight: '夜班', tabsLongDay: '长白班', - tableTeamNameColumn: '班组名称', + tableTeamNameColumn: '班次名称', tableLeaderColumn: '组长', tableGroupTypeColumn: '班组类型', tableWorkTimeColumn: '工作时间', @@ -4249,8 +4250,8 @@ export default { tableEditAction: '编辑', tableDeleteAction: '删除', detailTabLabel: '班组成员', - dialogTeamNameLabel: '班组名称', - dialogTeamNamePlaceholder: '请输入班组名称', + dialogTeamNameLabel: '班次名称', + dialogTeamNamePlaceholder: '请输入班次名称', dialogProcessLabel: '工序', dialogProcessTooltip: '来源:数据字典-工序', dialogGroupTypeLabel: '班组类型', @@ -5136,6 +5137,7 @@ export default { }, WorkReportRecord: { moduleName: '报工记录', + tabProductionRecord: '生产记录', searchBaogongTimeLabel: '报工日期', searchBaogongTimeStartPlaceholder: '开始日期', diff --git a/src/views/erp/product/unit/ProductUnitForm.vue b/src/views/erp/product/unit/ProductUnitForm.vue index 9965e5db..146bf9b2 100644 --- a/src/views/erp/product/unit/ProductUnitForm.vue +++ b/src/views/erp/product/unit/ProductUnitForm.vue @@ -49,6 +49,14 @@ v-if="formData.primaryFlag === 'N'" prop="changeRate" > + + :disabled="formType === 'update'" /> - - - +