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