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