zuozhengqing
2023-11-24 6208d26b43f7a87027e42651c4e4d8836f9f9b8b
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
  })
}