haoxuan
2024-04-19 75b4bf4554da6622cfe00f577829b256fc44f32c
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({
@@ -44,4 +52,12 @@
    method: "get",
    data
  })
}
// 月度统计报表
export function getmonthStats(data) {
  return request({
    url: "/api-wms/v1/forms/monthStats",
    method: "post",
    data
  })
}