|
|
|
@ -121,6 +121,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const searchCountZero = () => {
|
|
|
|
|
|
|
|
window.$box.alert(`未查询到排队信息`, '提示', {
|
|
|
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
|
|
|
callback: () => {
|
|
|
|
|
|
|
|
window.location.reload()
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
const doneClick = async (id) => {
|
|
|
|
const doneClick = async (id) => {
|
|
|
|
const idn = '{{ $id_number }}'
|
|
|
|
const idn = '{{ $id_number }}'
|
|
|
|
if (!!idn && id) {
|
|
|
|
if (!!idn && id) {
|
|
|
|
@ -152,6 +161,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
|
|
onMounted(() => {
|
|
|
|
|
|
|
|
@if($id_number != '' && count($queue) == 0)
|
|
|
|
|
|
|
|
searchCountZero()
|
|
|
|
|
|
|
|
@endif
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|