|
|
@@ -128,7 +128,7 @@
|
|
|
<detailedList :attributeData="currentNodeData"></detailedList>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane
|
|
|
- v-if="currentNodeData.bomType == 2"
|
|
|
+
|
|
|
label="工艺路线"
|
|
|
name="工艺路线"
|
|
|
>
|
|
|
@@ -138,9 +138,9 @@
|
|
|
></routing>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane
|
|
|
- v-if="currentNodeData.bomType == 2"
|
|
|
- label="工艺"
|
|
|
- name="工艺"
|
|
|
+
|
|
|
+ label="工序配置"
|
|
|
+ name="工序配置"
|
|
|
>
|
|
|
<workmanship
|
|
|
ref="workmanshipRef"
|
|
|
@@ -252,7 +252,7 @@
|
|
|
this.$refs.routingRef.reload();
|
|
|
}
|
|
|
|
|
|
- if (tab.name === '工艺' && this.currentNodeData.children?.length < 1) {
|
|
|
+ if (tab.name === '工序配置' && this.currentNodeData.children?.length < 1) {
|
|
|
this.$refs.workmanshipRef.reload();
|
|
|
}
|
|
|
},
|
|
|
@@ -362,7 +362,7 @@
|
|
|
}
|
|
|
|
|
|
if (
|
|
|
- this.activeName == '工艺' &&
|
|
|
+ this.activeName == '工序配置' &&
|
|
|
this.currentNodeData.children?.length < 1
|
|
|
) {
|
|
|
this.$nextTick(() => {
|