|
@ -128,6 +128,15 @@ export const selectBusinessTypeOutLocation = async (params) => { |
|
|
return request.get({ url: `/wms/location/pageBusinessTypeOutLocation`, params }) |
|
|
return request.get({ url: `/wms/location/pageBusinessTypeOutLocation`, params }) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
export const selectBusinessTypeOutLocationAll = async (params) => { |
|
|
|
|
|
if (params.isSearch) { |
|
|
|
|
|
delete params.isSearch |
|
|
|
|
|
const data = {...params} |
|
|
|
|
|
return await request.post({ url: '/wms/location/pageBusinessTypeOutLocationSeniorAll', data }) |
|
|
|
|
|
} else { |
|
|
|
|
|
return request.get({ url: `/wms/location/pageBusinessTypeOutLocationAll`, params }) |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const selectPageItemAreaToLocation = async (params) => { |
|
|
export const selectPageItemAreaToLocation = async (params) => { |
|
|