fix: 代客下单只要是后付费无台桌也可加菜
This commit is contained in:
parent
0e4050c3e5
commit
dd1e3a61c7
|
|
@ -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(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue