[update] 修改企标制修订流程发起选择企标计划后带出其他字段
This commit is contained in:
@@ -653,6 +653,8 @@ export default {
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
})
|
||||
} else {
|
||||
this.switchValue = 'base'
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -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
|
||||
// 设置流程名称
|
||||
|
||||
Reference in New Issue
Block a user