haoxuan
2024-04-18 7690ceac09aed9f2d0b50cecf77588087e930a65
src/api/reportForm/inventoryRwport.js
@@ -52,4 +52,12 @@
    method: "get",
    data
  })
}
// 月度统计报表
export function getmonthStats(data) {
  return request({
    url: "/api-wms/v1/forms/monthStats",
    method: "post",
    data
  })
}