oa二期内容更新,库存方面ui优化:添加针对项目的直接添加出库效果

This commit is contained in:
2024-12-19 11:09:27 +08:00
parent 8e4e2a29ac
commit 23734ef853
5 changed files with 72 additions and 38 deletions

View File

@@ -8,6 +8,14 @@ export function listOaWarehouse(query) {
params: query
})
}
// 查询库存管理列表
export function listByMultiQuery(query) {
return request({
url: '/oa/oaWarehouse/listByMultiQuery',
method: 'get',
params: query
})
}
// 查询库存管理详细
export function getOaWarehouse(id) {