并转桌子

This commit is contained in:
duan
2024-12-12 17:25:16 +08:00
parent 6d8284e78f
commit 06e17a74b3
7 changed files with 241 additions and 23 deletions

View File

@@ -24,6 +24,17 @@ export function $bind(data) {
}
});
}
// 转/并桌
export function tableswitch(data) {
return request({
url: '/api/place/switch',
method: "put",
data: {
shopId: uni.getStorageSync('shopId'),
...data
}
});
}
//获取台桌详情状态
export function $returnTableDetail(data) {
return request({