|
@ -56,7 +56,15 @@ export const getLocationNoPage = async (params) => { |
|
|
|
|
|
|
|
|
// 查询库位列表
|
|
|
// 查询库位列表
|
|
|
export const selectPageByConditions = async (params) => { |
|
|
export const selectPageByConditions = async (params) => { |
|
|
return await request.get({ url: `/eam/location/selectPageByConditions`, params }) |
|
|
|
|
|
|
|
|
if (params.isSearch) { |
|
|
|
|
|
delete params.isSearch |
|
|
|
|
|
const data = {...params} |
|
|
|
|
|
return await request.post({ url: '/eam/location/selectPageByConditionsSenior', data }) |
|
|
|
|
|
} else { |
|
|
|
|
|
return await request.get({ url: `/eam/location/selectPageByConditions`, params }) |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 不在台账中的库位
|
|
|
// 不在台账中的库位
|
|
|