去除wms,初始化
This commit is contained in:
12
src/api/wmsManagement/storagelocation.js
Normal file
12
src/api/wmsManagement/storagelocation.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from '@/utils/request'
|
||||
import { downFile } from '@/utils/request'
|
||||
|
||||
// 导出函数,获取工单列表
|
||||
export function production_warehouse_info(query) {
|
||||
// 发送get请求,获取工单列表
|
||||
return request({
|
||||
url: '/mes/pro/workorder_v2/getWorkoderList',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user