From a212247bc0ecd9ecd2dfbe83b818e84a59408899 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 10 Jul 2024 14:02:39 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/workCenter/zh.js | 1 + .../modules/MainDrafterInitBaseInfo.vue | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index 3a452494..56baf0aa 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -185,6 +185,7 @@ module.exports = { lookUpdateBeforeContent: '查看修改前内容', proposingDepartment: '提出部门', introducer: '提出人', + modifiedUnit: '修改单位', levelCode: '更改级别代号', isHasGraph: '有无二维或三维图', customerConfirmation: '顾客确认(适用军品)', diff --git a/src/views/workCenter/enterpriseStandardChange/modules/MainDrafterInitBaseInfo.vue b/src/views/workCenter/enterpriseStandardChange/modules/MainDrafterInitBaseInfo.vue index 8f82e1c4..a7e3735c 100644 --- a/src/views/workCenter/enterpriseStandardChange/modules/MainDrafterInitBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardChange/modules/MainDrafterInitBaseInfo.vue @@ -55,6 +55,22 @@
+ +
+
+ * + + {{ $t('workCenter.enStandardChange.modifiedUnit') }} + +
+ + + +
@@ -339,6 +355,14 @@ export default { loading: false, formInline: {}, rules: { + // 修改单位 + changeDeptCode: [ + { + required: true, + message: this.$t('workCenter.enStandardChange.modifiedUnit') + this.$t('cannotEmpty'), + trigger: 'change' + } + ], // 更改级别代号 levelCode: [ { @@ -454,6 +478,8 @@ export default { // 在线编辑 this.onEditFile = data.onEditFile const formInline = {} + // 修改单位 + formInline.changeDeptCode = data.changeDeptCode // 更改级别代号 formInline.levelCode = data.levelCode // 有无二维或三维图