chenrui
2025-03-28 0723f2c7428d57458df1dca3a619d92b5f23d140
src/api/warehouse/location.js
@@ -106,3 +106,19 @@
    params: query
  })
}
export function getIfsLocationByGroupCopy(query) {
  return request({
    url: '/mes/location/getIfsLocation/copy',
    method: 'get',
    params: query
  })
}
export function getIfsLocationByGroupCopyAll(query) {
  return request({
    url: '/mes/location/getIfsLocationByGroupCopyAll',
    method: 'get',
    params: query
  })
}