zuozhengqing
2023-12-13 fe87d39adb4e995ccf96a45b142ae026c3cf5eae
src/api/reportForm/inventoryRwport.js
@@ -36,4 +36,20 @@
    method: "post",
    data
  })
}
// 出入库明细
export function listByCondition(data) {
  return request({
    url: "/api-wms/v1/operation/listByCondition",
    method: "post",
    data
  })
}
//查询单条详情接口
export function getOperationInfo(data) {
  return request({
    url: `/api-wms/v1/operation/getOperationInfo/${data}`,
    method: "get",
    data
  })
}