[update] 全局零部件名称均改为零部件分类

This commit is contained in:
lideqin
2024-02-21 11:32:03 +08:00
parent 6bf54fd901
commit 4400a94c88
13 changed files with 28 additions and 28 deletions
@@ -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
},