仓库管理-库位信息: 初始化

This commit is contained in:
qianhao.xu
2024-03-12 17:38:38 +08:00
parent 7f7c8f5d84
commit 67070b8c36
6 changed files with 11 additions and 74 deletions

View File

@@ -5,7 +5,7 @@ import { downFile } from '@/utils/request'
export function production_warehouse_info(query) {
// 发送get请求获取工单列表
return request({
url: '/mes/pro/workorder_v2/getWorkoderList',
url: '/mes/wm/storagelocation/production_warehouse_info',
method: 'get',
params: query,
})