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)"
/>
-
+
+
+
+ {{ scope.row.proName }}
+
+
+
施工机具
@@ -98,10 +102,10 @@
- 查询
+ 查询
- 导出
+ 导出
@@ -113,10 +117,13 @@
type="index"
:index="indexContinuation(dialogDeviceQuery.pageNum, dialogDeviceQuery.pageSize)"
>
-
-
+
+
-
+
+
+
+
@@ -140,7 +147,7 @@
:total="dialogDeviceTotal"
:page.sync="dialogDeviceQuery.pageNum"
:limit.sync="dialogDeviceQuery.pageSize"
- @pagination="getUserRecords"
+ @pagination="getDeviceRecords"
/>
@@ -173,13 +180,7 @@
type="index"
:index="indexContinuation(dialogUseQuery.pageNum, dialogUseQuery.pageSize)"
>
-
-
-
- {{ scope.row.proName }}
-
-
-
+
@@ -197,7 +198,7 @@