Commit eaa14971 authored by 黄奎's avatar 黄奎

页面修改

parent 020b0c35
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
:SpecPriceList="TempSpecPriceList"></groupStep> :SpecPriceList="TempSpecPriceList"></groupStep>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="分销价设置"> <el-tab-pane label="分销价设置">
<distributePrice :shareGroup_list="shareGroup_list"></distributePrice> <distributePrice :shareGroup_list="TempGroupPriceList"></distributePrice>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="会员价设置"> <el-tab-pane label="会员价设置">
<memberPrice :SpecificationPriceList="TempSpecPriceList" :SpecificationList="TempSpecList"></memberPrice> <memberPrice :SpecificationPriceList="TempSpecPriceList" :SpecificationList="TempSpecList"></memberPrice>
...@@ -563,7 +563,7 @@ ...@@ -563,7 +563,7 @@
trigger: "blur" trigger: "blur"
}] }]
}, },
shareGroup_list: [],
}; };
}, },
created() {}, created() {},
...@@ -777,11 +777,11 @@ ...@@ -777,11 +777,11 @@
}, },
//设置阶梯价格 //设置阶梯价格
setNewVal(val){ setNewVal(val){
console.log("setNewVal",val);
var tempObj=JSON.parse(JSON.stringify(val)); var tempObj=JSON.parse(JSON.stringify(val));
this.TempGroupPriceList =tempObj ; this.TempGroupPriceList =tempObj ;
this.addMsg.GroupList = tempObj; this.addMsg.GroupList = tempObj;
this.shareGroup_list = tempObj;
}, },
//获取子组件规格 //获取子组件规格
getSpecList(val) { getSpecList(val) {
......
...@@ -166,7 +166,6 @@ ...@@ -166,7 +166,6 @@
Group_Num:0, Group_Num:0,
StepPriceList: attr StepPriceList: attr
}); });
}, },
//删除拼团 //删除拼团
destroyPintuan(index) { destroyPintuan(index) {
......
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