代课下单套餐下单修改
This commit is contained in:
@@ -73,6 +73,12 @@ export default {
|
|||||||
})
|
})
|
||||||
} catch (error) { }
|
} catch (error) { }
|
||||||
this.multipleSelection = []
|
this.multipleSelection = []
|
||||||
|
console.log(item)
|
||||||
|
// 不用选套餐
|
||||||
|
if (item.groupType == 0) {
|
||||||
|
this.$emit("dialogpackageconfirm", this.listdata, [item.proGroupVo[0].goods]);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
this.disabledshow = true
|
this.disabledshow = true
|
||||||
console.log(this.listdata, this.multipleSelection);
|
console.log(this.listdata, this.multipleSelection);
|
||||||
this.show = true;
|
this.show = true;
|
||||||
|
|||||||
@@ -3438,8 +3438,8 @@ export default {
|
|||||||
},
|
},
|
||||||
reset() {
|
reset() {
|
||||||
// this.goods.list = [];
|
// this.goods.list = [];
|
||||||
this.isAllWaitCall=false;
|
this.isAllWaitCall = false;
|
||||||
this.selQuan=[];
|
this.selQuan = [];
|
||||||
this.guazhangRen = "";
|
this.guazhangRen = "";
|
||||||
this.order.status = "";
|
this.order.status = "";
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user