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

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

View File

@ -137,6 +137,12 @@
onMounted(() => {})
function more() {
if(props.data.status=='closed'){
return uni.showToast({
icon:'none',
title:'桌台关闭中!'
})
}
emits('more')
}

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('待开放,请敬请期待!')
}