fix: 代客下单只要是后付费无台桌也可加菜
This commit is contained in:
@@ -205,9 +205,9 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
let isXianFuKuan = computed(() => {
|
let isXianFuKuan = computed(() => {
|
||||||
if (!props.table.tableCode) {
|
// if (!props.table.tableCode) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
// }
|
||||||
return shopUser.userInfo.registerType === "before" ? true : false;
|
return shopUser.userInfo.registerType === "before" ? true : false;
|
||||||
});
|
});
|
||||||
const canWeiFee = computed(() => {
|
const canWeiFee = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user