zuozhengqing
2023-10-28 4b4438e7231bff0f260b0c17761072503e2af7b1
src/api/overview/overview.js
@@ -7,6 +7,12 @@
    params: data
  })
}
// 查询业务类型列表--内部调拨
export const getListTransfer = async (data) => {
  return await axios.get(`/api-wms/v1/operationType/listTransfer`, {
    params: data
  })
}
// 添加业务类型
export function addOperationType(data) {
  return request({