桌台更新

This commit is contained in:
2024-10-10 16:23:31 +08:00
parent 9c0a4e704f
commit 4db00359e5

View File

@@ -129,6 +129,9 @@
//编辑 //编辑
// refTableShow() // refTableShow()
if (index == 0) { if (index == 0) {
if(!item.orderId){
return infoBox.showToast('该桌台暂无要结账的订单!')
}
return return
} }
if (index == 1) { if (index == 1) {
@@ -353,7 +356,6 @@
prve[cur.id] = cur.name prve[cur.id] = cur.name
return prve return prve
}, {}) }, {})
console.log(areaMap);
} }
watch(() => tables.area.sel, (newval) => { watch(() => tables.area.sel, (newval) => {
console.log(newval); console.log(newval);