yangfeng
2023-10-31 ac547f0629e21fa52ec0cb40f0ac59aaa6d573f4
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
  })