ysy hace 1 año
padre
commit
ef15eb50f8
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      src/views/material/BOMmanage/details.vue

+ 6 - 6
src/views/material/BOMmanage/details.vue

@@ -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(() => {