Browse Source

bom审核

yusheng 10 tháng trước cách đây
mục cha
commit
b4966fff77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
             }
           };