更新仓库、物料、班组

This commit is contained in:
2024-08-21 11:42:23 +08:00
parent ca08b46f77
commit 3c620f4dfa
44 changed files with 805 additions and 509 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-11-02 16:20:15
* @LastEditors: zwq
* @LastEditTime: 2024-08-08 15:56:30
* @LastEditTime: 2024-08-21 11:03:14
* @Description:
*/
import request from '@/utils/request'
@@ -41,6 +41,13 @@ export function getWarehouseLocation(id) {
})
}
// 库位存储详情
export function getStoreInfo(id) {
return request({
url: '/extend/warehouse-location/getStoreInfo?id=' + id,
method: 'get'
})
}
// 获得库位设置列表
export function getWarehouseLocationTree() {
return request({