Commit 4127f1bc authored by 鲁鑫's avatar 鲁鑫

产品特性增加基本信息

parent b83dc2c7
......@@ -559,6 +559,9 @@
<el-tab-pane label="客户loss" name="CustomerLoss">
<CustomerLoss ref="CustomerLoss" :optType="optType" :itemId="form.itemId"></CustomerLoss>
</el-tab-pane>
<el-tab-pane label="SAP基本信息" name="SapBaseInfoProperty">
<SapPropertyData ref="SapBaseInfoProperty"/>
</el-tab-pane>
<el-tab-pane label="SAP销售特性" name="SapSaleProperty">
<SapPropertyData ref="SapSaleProperty"/>
</el-tab-pane>
......@@ -1028,7 +1031,9 @@ export default {
}
},
onTabClick() {
if (this.activeName === 'SapSaleProperty') {
if (this.activeName === 'SapBaseInfoProperty') {
this.$refs.SapBaseInfoProperty.init(2,"sapBaseInfo", this.form.itemId, this.form)
} else if (this.activeName === 'SapSaleProperty') {
this.$refs.SapSaleProperty.init(2,"sapSale", this.form.itemId, this.form)
} else if (this.activeName === 'SapPurchaseProperty') {
this.$refs.SapPurchaseProperty.init(2,'sapPurchase', this.form.itemId, 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