zuozhengqing
2023-10-23 e4dc63eeeb30bf97e1767eb1da49031216ed24ac
src/api/overview/overview.js
@@ -3,6 +3,12 @@
// 查询业务类型列表
export const getOperationType = async (data) => {
  return await axios.get(`/api-wms/v1/operationType/operationType`, {
    params: data
  })
}
// 查询业务类型列表--内部调拨
export const getListTransfer = async (data) => {
  return await axios.get(`/api-wms/v1/operationType/listTransfer`, {
    params: data
  })