diff --git a/src/api/stquery/stquery.js b/src/api/stquery/stquery.js index be37e3d4..b5e1ef42 100644 --- a/src/api/stquery/stquery.js +++ b/src/api/stquery/stquery.js @@ -184,6 +184,15 @@ export function getStatisticsListApi(query) { }) } +// 供应统计表-二级页面 +export function getAllDeviceDetailsApi(query) { + return request({ + url: '/material/complex_query/getSecondStatisticsList', + method: 'get', + params: query + }) +} + // 供应统计表-详情 export function getAllUsDetailsApi(query) { return request({ diff --git a/src/views/material/stquery/deviceComparisonStatistical.vue b/src/views/material/stquery/deviceComparisonStatistical.vue index a8f86649..b21fc72d 100644 --- a/src/views/material/stquery/deviceComparisonStatistical.vue +++ b/src/views/material/stquery/deviceComparisonStatistical.vue @@ -20,15 +20,6 @@ style="width: 130px" /> - - - + + + + + + + 查询 重置 @@ -64,7 +62,13 @@ :index="indexContinuation(queryParams.pageNum, queryParams.pageSize)" /> - + + +