[update] 全局零部件名称均改为零部件分类
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-flex-box collapsible-panel-form-content" v-show="retractableFlag.rangeOfApplication">
|
||||
<!-- 零部件名称 -->
|
||||
<!-- 零部件分类 -->
|
||||
<div class="box-title-text form-flex-item">
|
||||
<div class="title-text">
|
||||
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.partName')">
|
||||
@@ -1095,7 +1095,7 @@ export default {
|
||||
this.formInline.enStandardClassification = result.grade_classification || undefined
|
||||
// 编制说明
|
||||
this.formInline.compilationDescription = result.comp_illustration
|
||||
// 零部件名称
|
||||
// 零部件分类
|
||||
this.formInline.componentName = result.part_name
|
||||
this.formInline.componentName_dictText = result.part_name_dictText
|
||||
// 授权部门
|
||||
@@ -1119,7 +1119,7 @@ export default {
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
// 零部件名称选择完成的回调
|
||||
// 零部件分类选择完成的回调
|
||||
treeSelectNameChange (value, fieldName) {
|
||||
this.formInline[fieldName + '_dictText'] = value
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user