对关闭中的桌台增加部分处理

This commit is contained in:
2024-10-16 14:13:18 +08:00
parent de6320ef6e
commit e0f0d90bae
2 changed files with 9 additions and 2 deletions

View File

@@ -151,16 +151,17 @@
})
}
if (index == 2) {
return
return infoBox.showToast('待开放,请敬请期待!')
}
if (index == 3) {
return
return infoBox.showToast('待开放,请敬请期待!')
}
if (index == 4) {
//打印订单
const res = await $fun.printOrder(actionSheet.selTable.tableId)
return
}
infoBox.showToast('待开放,请敬请期待!')
}