更新代客下单无台桌下单,更新台桌列表

This commit is contained in:
2024-10-25 11:40:54 +08:00
parent 3dea396d0d
commit 6c4786876e
10 changed files with 115 additions and 27 deletions

View File

@@ -333,9 +333,9 @@
}
//加入购物车
function addCart(par) {
if (!data.table.tableId) {
return infoBox.showToast('请先选择桌台!')
}
// if (!data.table.tableId) {
// return infoBox.showToast('请先选择桌台!')
// }
const submitPar = {
masterId: data.masterId,
tableId: data.table.tableId,