From 2bf3fda0cd085d5e6af9b55471701e44768d26a9 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 20 十二月 2023 15:47:07 +0800 Subject: [PATCH] yxh:修改了银行账户管理 --- src/views/project/fundcheck/performanceCheck/index.vue | 35 ++++++++++++++++++++++++----------- 1 files changed, 24 insertions(+), 11 deletions(-) diff --git a/src/views/project/fundcheck/performanceCheck/index.vue b/src/views/project/fundcheck/performanceCheck/index.vue index 3be9bfd..de2ada5 100644 --- a/src/views/project/fundcheck/performanceCheck/index.vue +++ b/src/views/project/fundcheck/performanceCheck/index.vue @@ -64,9 +64,11 @@ </el-select> </el-form-item> </el-col> + </el-row> + <el-row> <el-col :span="5"> <el-form-item - label-width="120px" + label-width="120px" label="鐢宠鏉愭枡鐘舵��" prop="checkstatus" style="float: left" @@ -86,8 +88,6 @@ </el-select> </el-form-item> </el-col> - </el-row> - <el-row> <el-col :span="4"> <div style="margin-bottom: 15px;"> <el-button @@ -112,6 +112,17 @@ :data="donateconsolationfundList" @selection-change="handleSelectionChange" > + <el-table-column type="selection" width="45"> </el-table-column> + <el-table-column + label="涓◣璁$畻鎯呭喌" + align="center" + prop="recordstatus" + width="200" + > + <template slot-scope="scope"> + <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" /> + </template> + </el-table-column> <el-table-column label="鐢宠鏃ユ湡" width="180" @@ -310,7 +321,9 @@ "sys_finsubject", "sys_financeitemtype", "sys_consolationfundlevel", - "sys_stage_type" + "sys_stage_type", + "sys_performance_type", + "sys_tax" ], data() { return { @@ -388,15 +401,15 @@ checkmaterials: [ { value: 1, - label: "寰呭鏍�" + label: "鏉愭枡寰呭鏍�" }, { value: 2, - label: "瀹℃牳閫氳繃绛夊緟鏉愭枡" + label: "瀹℃煡閫氳繃绛夊緟閭瘎绾歌川鏉愭枡" }, { value: 3, - label: "宸叉敹鍒版潗鏂�" + label: "宸叉敹鍒扮焊璐ㄦ潗鏂�" } ], // 鏌ヨ鍙傛暟 @@ -462,8 +475,8 @@ }, mounted() { - if (grtItem("officeExpenseCheck")) { - this.queryParams = grtItem("officeExpenseCheck"); + if (grtItem("performanceCheck")) { + this.queryParams = grtItem("performanceCheck"); this.queryParams.APPLICATIONBEGTIME = ""; this.queryParams.APPLICATIONENDTIME = ""; } @@ -482,8 +495,8 @@ // this.queryParams.params = {}; console.log("this.queryParams", this.queryParams); listbypower(this.queryParams).then(res => { - removeItem("officeExpenseCheck"); - setItem("officeExpenseCheck", this.queryParams); + removeItem("performanceCheck"); + setItem("performanceCheck", this.queryParams); this.loading = false; let list = res.rows; this.total = res.total; -- Gitblit v1.9.3