桌台更新
This commit is contained in:
parent
9c0a4e704f
commit
4db00359e5
|
|
@ -129,6 +129,9 @@
|
|||
//编辑
|
||||
// refTableShow()
|
||||
if (index == 0) {
|
||||
if(!item.orderId){
|
||||
return infoBox.showToast('该桌台暂无要结账的订单!')
|
||||
}
|
||||
return
|
||||
}
|
||||
if (index == 1) {
|
||||
|
|
@ -353,7 +356,6 @@
|
|||
prve[cur.id] = cur.name
|
||||
return prve
|
||||
}, {})
|
||||
console.log(areaMap);
|
||||
}
|
||||
watch(() => tables.area.sel, (newval) => {
|
||||
console.log(newval);
|
||||
|
|
|
|||
Loading…
Reference in New Issue