yangfeng
2023-11-03 7a645e2eb9ef66b6ebea321845c42fd23fb59259
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
  })