Browse Source

bom审核

yusheng 10 months ago
parent
commit
b4966fff77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/material/BOMmanage/detailsPop.vue

+ 1 - 1
src/views/material/BOMmanage/detailsPop.vue

@@ -860,7 +860,7 @@
             variables: {
               businessCode: this.currentNodeData.code,
               businessName: this.currentNodeData.name,
-              // businessType: res.sourceTypeName
+              businessType:this.currentNodeData.bomType==1?'PBOM':this.currentNodeData.bomType==2?'MBOM':this.currentNodeData.bomType==3?'ABOM':'EBOM'
             }
           };