@@ -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'
}
};