采购入库 单据审批画面 目录管理画面重新调试 up by dh

This commit is contained in:
duhe
2025-03-24 19:48:43 +08:00
parent bb68ba8989
commit 9f4ea53d31
9 changed files with 284 additions and 302 deletions

View File

@@ -71,4 +71,22 @@ export function startDevice(ids) {
method: 'put',
data: ids
})
}
}
// 查询部门树形数据
export function deptTreeSelect(queryParams) {
return request({
url: '/base-data-manage/organization/organization',
method: 'get',
param: queryParams
})
}
// 查询地点树形数据
export function locationTreeSelect(queryParams) {
return request({
url: '/base-data-manage/cabinet-location/cabinet-location',
method: 'get',
param: queryParams
})
}