From 444c7b9149ecc59a1093c47ff97717f45db18f2d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 28 Dec 2023 10:57:23 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E6=B5=81=E7=A8=8B=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BC=81=E6=A0=87=E8=AE=A1=E5=88=92=E5=90=8E?= =?UTF-8?q?=E5=B8=A6=E5=87=BA=E5=85=B6=E4=BB=96=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardRevisionFlow.vue | 2 ++ .../modules/BaseInfoForm.vue | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue index a391a94e..b961eff4 100644 --- a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue +++ b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue @@ -653,6 +653,8 @@ export default { }).finally(() => { this.loading = false }) + } else { + this.switchValue = 'base' } }) }, diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue index b0142839..ffa470a3 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/BaseInfoForm.vue @@ -610,6 +610,30 @@ export default { this.formInline.typeOfRevision = value[0].applicationCategory this.formInline.typeOfRevision_dictText = value[0].applicationCategory_dictText this.$refs.ruleForm.clearValidate('typeOfRevision') + // 企标名称 + this.formInline.standard_name = value[0].newEnStandardName + // 标准英文名称 + this.formInline.standard_english_name = value[0].enStandardEnglishName + // 标准体系 + this.formInline.standard_system = value[0].enStandardSystem ? value[0].enStandardSystem.split(',').map(item => { + return { value: item } + }) : [] + // 标准等级分类 + this.formInline.grade_classification = value[0].enStandardClassification + // 授权部门 + this.formInline.auth_dept = value[0].authDept + // 发布日期?? + // this.formInline.release_date = value[0].applicationCategory + // 实施日期?? + // this.formInline.implementation_date = value[0].applicationCategory + // 编制说明 + this.formInline.comp_illustration = value[0].compilationDescription + // 是否试行?? + // this.formInline.try_flag = value[0].applicationCategory + // 试行周期?? + // this.formInline.trial_period = value[0].applicationCategory + // 代替标准号 + // this.formInline.standard_number = value[0].applicationCategory // 设置主起草单位,改变标准等级分类的时候设置授权部门有时会需要主起草单位 this.formInline.main_drafting_unit = value[0].mainDraftingUnit // 设置流程名称