fix: 代客下单增加转台功能,修复临时菜价格展示问题,增加就餐类型切换为打包时,加菜默认为打包

This commit is contained in:
2025-03-13 18:31:36 +08:00
parent dc5dc45893
commit a3f8c8c012
11 changed files with 268 additions and 52 deletions

View File

@@ -79,9 +79,9 @@ export default {
if (this.number > this.max) {
ElMessage.error("最多只能选择" + this.max + "位就餐人数");
}
if (!this.number) {
ElMessage.error("请选择就餐人数");
}
// if (!this.number) {
// ElMessage.error("请选择就餐人数");
// }
console.log(this.number);
this.$emit("confirm", this.number);
this.close();