From 36229448f3d9631a46101e6e7467cdaa64b08f86 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 10 十月 2023 15:06:17 +0800 Subject: [PATCH] 11 --- src/views/project/travelexpensecheck/index.vue | 32 ++++++++++++++++++-------------- src/views/project/fundcheck/medicalCostCheck/index.vue | 2 ++ src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue | 2 ++ src/views/project/fundcheck/expertFeeCheck/index.vue | 2 ++ src/views/project/fundcheck/officeExpenseCheck/index.vue | 2 ++ src/views/project/fundcheck/performanceCheck/index.vue | 2 ++ 6 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue index 137f820..04d0e76 100644 --- a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue +++ b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue @@ -962,6 +962,8 @@ mounted() { if (grtItem("ethicalExpertFeeCheck")) { this.queryParams = grtItem("ethicalExpertFeeCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; } this.selectReporters(); this.getlistOrganization(); diff --git a/src/views/project/fundcheck/expertFeeCheck/index.vue b/src/views/project/fundcheck/expertFeeCheck/index.vue index 779cee2..8fc2cff 100644 --- a/src/views/project/fundcheck/expertFeeCheck/index.vue +++ b/src/views/project/fundcheck/expertFeeCheck/index.vue @@ -641,6 +641,8 @@ mounted() { if (grtItem("expertFeeCheck")) { this.queryParams = grtItem("expertFeeCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; }; this.selectReporters(); this.getlistOrganization(); diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue index 17d2f03..9538b5f 100644 --- a/src/views/project/fundcheck/medicalCostCheck/index.vue +++ b/src/views/project/fundcheck/medicalCostCheck/index.vue @@ -1117,6 +1117,8 @@ mounted() { if (grtItem("medicalCostCheck")) { this.queryParams = grtItem("medicalCostCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; }; this.selectReporters(); this.getlistOrganization(); diff --git a/src/views/project/fundcheck/officeExpenseCheck/index.vue b/src/views/project/fundcheck/officeExpenseCheck/index.vue index 8a949e7..1f9119c 100644 --- a/src/views/project/fundcheck/officeExpenseCheck/index.vue +++ b/src/views/project/fundcheck/officeExpenseCheck/index.vue @@ -1098,6 +1098,8 @@ mounted() { if (grtItem("officeExpenseCheck")) { this.queryParams = grtItem("officeExpenseCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; }; this.selectReporters(); this.getlistOrganization(); diff --git a/src/views/project/fundcheck/performanceCheck/index.vue b/src/views/project/fundcheck/performanceCheck/index.vue index c7cae40..579e40d 100644 --- a/src/views/project/fundcheck/performanceCheck/index.vue +++ b/src/views/project/fundcheck/performanceCheck/index.vue @@ -437,6 +437,8 @@ mounted() { if (grtItem("officeExpenseCheck")) { this.queryParams = grtItem("officeExpenseCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; } this.getlistOrganization(); //his.getlistUser(); diff --git a/src/views/project/travelexpensecheck/index.vue b/src/views/project/travelexpensecheck/index.vue index 1760192..1a6f73c 100644 --- a/src/views/project/travelexpensecheck/index.vue +++ b/src/views/project/travelexpensecheck/index.vue @@ -215,13 +215,13 @@ > <template slot-scope="scope"> <el-button - v-if="scope.row.checkFlag == 1" - size="mini" - type="text" - icon="el-icon-edit" - @click="beforehandCheck(scope.row)" - >棰勫鏍�</el-button - > + v-if="scope.row.checkFlag == 1" + size="mini" + type="text" + icon="el-icon-edit" + @click="beforehandCheck(scope.row)" + >棰勫鏍�</el-button + > <el-button size="mini" type="text" @@ -1117,7 +1117,7 @@ /> <el-table-column label="瀹℃牳鏃ユ湡" - align="center" + align="center" width="160" prop="createTime" /> @@ -1236,7 +1236,7 @@ "sys_fund_type", "sys_financeitemtype", "sys_travelexpensebelong", -"sys_stage_type", + "sys_stage_type" ], data() { return { @@ -1333,12 +1333,11 @@ dialogType: "show" }; }, - created() { - }, + created() {}, mounted() { if (grtItem("travelexpensecheck")) { this.queryParams = grtItem("travelexpensecheck"); - }; + } //this.getlistDonatebaseinfo(); this.getList(); }, @@ -1556,10 +1555,10 @@ this.open = true; this.title = "娣诲姞鎶ラ攢鐢宠"; }, - beforehandCheck(row){ + beforehandCheck(row) { this.$router.push({ path: "/finance/travelexpenseapply/travelexpensedetail/", - query: { id: row.id, pos: 4,beforehandType:'1' } + query: { id: row.id, pos: 4, beforehandType: "1" } }); }, /** 淇敼鎸夐挳鎿嶄綔 */ @@ -1615,6 +1614,11 @@ }, //鏌ョ湅瀹℃牳璇︽儏 handleShow(row) { + this.$router.push({ + path: "/finance/travelexpenseapply/travelexpensedetail/", + query: { id: row.id, pos: 3 } + }); + this.dialogType = "show"; //鍔犺浇瀹℃牳璁板綍 let listFundflowparams = { -- Gitblit v1.9.3