From 6daeec815186e9d9e07186ec9fc850d34a800d20 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 17 Jun 2025 17:57:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(statistics):=20=E7=9C=9F=E5=AE=9E=E5=A5=96?= =?UTF-8?q?=E9=A1=B9=E6=94=B9=E4=B8=BA=E6=9C=88=E5=BA=A6=E5=A5=96=E8=A1=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../specialBusiness/zeroBuy/index.vue | 8 +- src/views/statistics/awardAnalysis.vue | 285 +++---- src/views/statistics/realPerAddAwards.vue | 187 ++--- src/views/statistics/recommendedCheck.vue | 749 +++++++++--------- 4 files changed, 542 insertions(+), 687 deletions(-) diff --git a/src/views/information/specialBusiness/zeroBuy/index.vue b/src/views/information/specialBusiness/zeroBuy/index.vue index d416943..b0c8def 100644 --- a/src/views/information/specialBusiness/zeroBuy/index.vue +++ b/src/views/information/specialBusiness/zeroBuy/index.vue @@ -80,7 +80,7 @@ - + { this.gradeRangList = res.data }) - // 真实奖衔 + // 当月奖衔 getAwardsListChiose().then((res) => { this.awardsList = res.rows }) diff --git a/src/views/statistics/awardAnalysis.vue b/src/views/statistics/awardAnalysis.vue index 7b18ee0..788c838 100644 --- a/src/views/statistics/awardAnalysis.vue +++ b/src/views/statistics/awardAnalysis.vue @@ -2,106 +2,91 @@
+ />
- + - + - + + /> - + + /> + /> - + + /> @@ -109,30 +94,28 @@ - + @change="changeTime" + /> - + @change="changeTime1" + /> @@ -146,11 +129,9 @@ } " > - {{ '搜索' }} + {{ '搜索' }} - {{ '重置' }} + {{ '重置' }}
@@ -160,129 +141,73 @@
- {{ '导出' }} + {{ '导出' }}
- - + - + /> - + /> - + /> - + /> - + :label="'当月奖衔'" + /> - + /> - + /> - - - - - + - + />
@@ -297,31 +222,31 @@ - \ No newline at end of file diff --git a/src/views/statistics/recommendedCheck.vue b/src/views/statistics/recommendedCheck.vue index fd8e5b5..d8a0c71 100644 --- a/src/views/statistics/recommendedCheck.vue +++ b/src/views/statistics/recommendedCheck.vue @@ -1,398 +1,379 @@ +
+
+
+ + {{ '导出' }} +
+
+
+ + - + getSearch() { + this.loading = true + sta.getRecommendedCheckList(this.queryParams).then((res) => { + this.tableData = res.rows + this.total = res.total + this.loading = false + }) + }, + getCzNum() { + this.queryParams.pageNum = 1 + } + } +} +