zuozhengqing
2024-01-08 95b3446e38cc84c66883e4ae0e0c9985d6e3e722
src/api/reportForm/inventoryRwport.js
@@ -37,6 +37,14 @@
    data
  })
}
// 出入库明细
export function listByCondition(data) {
  return request({
    url: "/api-wms/v1/operation/listByCondition",
    method: "post",
    data
  })
}
//查询单条详情接口
export function getOperationInfo(data) {
  return request({