Merge branch 'test' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into gyq

This commit is contained in:
gyq
2024-09-24 13:47:35 +08:00
15 changed files with 705 additions and 241 deletions

View File

@@ -573,6 +573,17 @@ export function tbPlussShopStaff(data) {
});
}
export function tbShopPermissionlist(params) {
return request({
url: `/api/tbShopPermission/list`,
method: "get",
params
});
}
/**
* 通过id获取员工信息
* @returns
@@ -603,6 +614,13 @@ export function callRecord(params) {
params
});
}
export function callTablecall(data) {
return request({
url: `/callTable/call`,
method: 'post',
data
});
}
// 删除桌型
export function callTabledelete(data) {
return request({