zuozhengqing
2023-11-30 af9ae0806cdce3935d8c5ec9f4e4f085587353b6
src/api/reportForm/inventoryRwport.js
@@ -36,4 +36,12 @@
    method: "post",
    data
  })
}
//查询单条详情接口
export function getOperationInfo(data) {
  return request({
    url: `/api-wms/v1/operation/getOperationInfo/${data}`,
    method: "get",
    data
  })
}