From 3db528dcd1e7d8c43334cb22548ea4037ca76386 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 31 七月 2026 17:06:21 +0800
Subject: [PATCH] 显示税后金额
---
src/views/project/fund/performanceApply/index.vue | 27 ++++++++-------------------
1 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index ec51987..003d626 100644
--- a/src/views/project/fund/performanceApply/index.vue
+++ b/src/views/project/fund/performanceApply/index.vue
@@ -147,7 +147,7 @@
</template>
</el-table-column>
<el-table-column
- label="鐢宠鏉愭枡鐘舵��"
+ label="鏉愭枡棰勫鐘舵��"
width="140"
align="center"
prop="checkstatus"
@@ -298,22 +298,7 @@
// 瀵煎嚭閬僵灞�
exportLoading: false,
total: 0,
- queryParams: {
- organizationname: null,
- organizationtype: null,
- pageNum: 1,
- pageSize: 10,
- name: null,
- idcardno: null,
- residenceprovince: null,
- residencecity: null,
- residencetown: null,
- recordstate: null,
- treatmenthospitalname: null,
- donorno: null,
- reportername: null,
- reporttime: null
- },
+
checkFlagOptions: [
{
value: 0,
@@ -328,7 +313,7 @@
label: "鍏ㄩ儴"
}
],
- fundQueryParam: {
+ queryParams: {
infoid: null,
applytype: "5",
createBy: null,
@@ -452,6 +437,7 @@
/** 鎼滅储鎸夐挳鎿嶄綔 */
handleQuery() {
this.queryParams.pageNum = 1;
+
this.getList();
},
/** 閲嶇疆鎸夐挳鎿嶄綔 */
@@ -532,13 +518,16 @@
/** 鏌ヨ鍒楄〃 */
getList() {
+ console.log(this.queryParams);
+
this.loading = true;
this.queryParams.params = {};
console.log(21);
- listFund(this.fundQueryParam).then(response => {
+ listFund(this.queryParams).then(response => {
console.log(11);
this.loading = false;
this.donateconsolationfundList = response.rows;
+ this.total=response.total;
});
},
// 鎹愮尞鑰呭尰瀛︾粺璁℃墦鍗�
--
Gitblit v1.9.3