更新物料、仓库、班组

This commit is contained in:
2024-08-12 14:03:47 +08:00
parent 22ca86e0fa
commit 48c678d260
59 changed files with 20100 additions and 9786 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-11-02 14:31:42
* @LastEditors: zwq
* @LastEditTime: 2023-11-04 14:56:10
* @LastEditTime: 2024-08-02 15:51:37
* @Description:
*/
import request from '@/utils/request'
@@ -41,10 +41,11 @@ export function getWarehouseLocation(id) {
})
}
// 获得库位列表(通过仓库id)
export function listByWarehouse(id) {
export function listByWarehouse(query) {
return request({
url: '/extend/warehouse-location/listByWarehouse?warehouseId=' + id,
method: 'get'
url: '/extend/warehouse-location/listByWarehouse',
method: 'get',
params: query,
})
}
// 获得库位列表(All)