From 5debc7f1041fd47e47715ba31793acddb286eebf Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Thu, 20 Nov 2025 17:16:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=8A=9F=E8=83=BD=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/stquery/stquery.js | 9 ++
.../stquery/deviceComparisonStatistical.vue | 107 +++++++++++-------
2 files changed, 78 insertions(+), 38 deletions(-)
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 @@