You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
384 B

import http from '../http'
// 获取车间
export function getWorkshopNoPage(params) {
return http.get('/wms/workshop/noPage',{params})
}
// 获取库区
export function getAreaBasicInfoNoPage(params) {
return http.get('/wms/areabasic/list',{params})
}
// 获取库位
export function getLocationBasicInfoNoPage(params) {
return http.get('/wms/locationgroup/list',{params})
}