代课下单套餐下单修改

This commit is contained in:
魏啾 2024-12-10 18:09:29 +08:00
parent ac74254ed5
commit 5f6c6d6635
2 changed files with 11 additions and 5 deletions

View File

@ -73,6 +73,12 @@ export default {
})
} catch (error) { }
this.multipleSelection = []
console.log(item)
//
if (item.groupType == 0) {
this.$emit("dialogpackageconfirm", this.listdata, [item.proGroupVo[0].goods]);
return false;
}
this.disabledshow = true
console.log(this.listdata, this.multipleSelection);
this.show = true;

View File

@ -3438,8 +3438,8 @@ export default {
},
reset() {
// this.goods.list = [];
this.isAllWaitCall=false;
this.selQuan=[];
this.isAllWaitCall = false;
this.selQuan = [];
this.guazhangRen = "";
this.order.status = "";
this.loading = false;