Commit 2c76855c authored by 鲁鑫's avatar 鲁鑫

产品特性修改

parent 76968cf8
...@@ -1029,17 +1029,17 @@ export default { ...@@ -1029,17 +1029,17 @@ export default {
}, },
onTabClick() { onTabClick() {
if (this.activeName === 'SapSaleProperty') { if (this.activeName === 'SapSaleProperty') {
this.$refs.SapSaleProperty.init(5, this.form.itemId, this.form) this.$refs.SapSaleProperty.init(2,"sapSale", this.form.itemId, this.form)
} else if (this.activeName === 'SapPurchaseProperty') { } else if (this.activeName === 'SapPurchaseProperty') {
this.$refs.SapPurchaseProperty.init(6, this.form.itemId, this.form) this.$refs.SapPurchaseProperty.init(2,'sapPurchase', this.form.itemId, this.form)
} else if (this.activeName === 'SapPMCProperty'){ } else if (this.activeName === 'SapPMCProperty'){
this.$refs.SapPMCProperty.init(7, this.form.itemId, this.form) this.$refs.SapPMCProperty.init(2,'sapPMC', this.form.itemId, this.form)
} else if (this.activeName === 'SapStorageProperty') { } else if (this.activeName === 'SapStorageProperty') {
this.$refs.SapStorageProperty.init(8, this.form.itemId, this.form) this.$refs.SapStorageProperty.init(2,'sapStorage', this.form.itemId, this.form)
} else if (this.activeName === 'SapQAProperty') { } else if (this.activeName === 'SapQAProperty') {
this.$refs.SapQAProperty.init(9, this.form.itemId, this.form) this.$refs.SapQAProperty.init(2,'sapQA', this.form.itemId, this.form)
} else if (this.activeName === 'SapFinanceProperty') { } else if (this.activeName === 'SapFinanceProperty') {
this.$refs.SapFinanceProperty.init(10, this.form.itemId, this.form) this.$refs.SapFinanceProperty.init(2,'sapQA', this.form.itemId, this.form)
} //else this.$refs[this.activeName].init && this.$refs[this.activeName].init(this.form) } //else this.$refs[this.activeName].init && this.$refs[this.activeName].init(this.form)
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment