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 // 设置流程名称