对关闭中的桌台增加部分处理
This commit is contained in:
@@ -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('待开放,请敬请期待!')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user