zuozhengqing
2023-12-01 509016c3a2ec5a50fe140c136ed68e13e63282a2
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
  })
}