From 2871dd51e0adc895781cf4ddb6979c93abe55b75 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 22 九月 2023 15:54:18 +0800
Subject: [PATCH] 11

---
 src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
index f361d1e..74630a4 100644
--- a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
+++ b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -147,6 +147,19 @@
             </template>
           </el-table-column>
           <el-table-column
+            label="棰勫鐘舵��"
+            width="140"
+            align="center"
+            prop="checkFlag"
+          >
+            <template slot-scope="scope">
+              <dict-tag
+                :options="dict.type.sys_stage_type"
+                :value="scope.row.checkstatus"
+              />
+            </template>
+          </el-table-column>
+          <el-table-column
             label="鎹愮尞鑰�"
             align="center"
             prop="donorname"
@@ -170,6 +183,14 @@
                 v-if="scope.row.checkFlag == 0"
                 @click="handleDetail(scope.row)"
                 >璇︽儏</el-button
+              >
+              <el-button
+                v-if="scope.row.checkFlag == 1"
+                size="mini"
+                type="text"
+                icon="el-icon-edit"
+                @click="beforehandCheck(scope.row)"
+                >棰勫鏍�</el-button
               >
               <el-button
                 v-if="scope.row.checkFlag == 1"
@@ -730,7 +751,8 @@
     "sys_ConsolationType",
     "sys_fund_type",
     "sys_finsubject",
-    "sys_financeitemtype"
+    "sys_financeitemtype",
+    "sys_stage_type"
   ],
   data() {
     return {
@@ -826,6 +848,21 @@
           label: "鍏ㄩ儴"
         }
       ],
+      // 瀹℃壒鍗曟祦绋�
+      checkFlagOptionsbar: [
+        {
+          value: 1,
+          label: "寰呴瀹�"
+        },
+        {
+          value: 2,
+          label: "棰勭畻閫氳繃锛岀瓑寰呯焊璐ㄦ姤閿�鏉愭枡"
+        },
+        {
+          value: 3,
+          label: "鏀跺埌绾歌川鎶ラ攢鏉愭枡"
+        }
+      ],
       // 鏌ヨ鍙傛暟
       queryParams: {
         pageNum: 1,
@@ -916,7 +953,7 @@
   mounted() {
     if (grtItem("ethicalExpertFeeCheck")) {
       this.queryParams = grtItem("ethicalExpertFeeCheck");
-    };
+    }
     this.selectReporters();
     this.getlistOrganization();
     //this.getlistUser();
@@ -1029,7 +1066,6 @@
     isopenvalue(index) {
       this.isopen = index;
     },
-
     tojust(e) {
       let username = "111";
       getFund(e).then(res => {
@@ -1235,6 +1271,17 @@
         });
       }
     },
+    beforehandCheck(row) {
+      this.$router.push({
+        path: "/finance/applyDetail/",
+        query: {
+          id: row.id,
+          beforehandType: "1",
+          businessType: "2",
+          operationType: "check",
+        }
+      });
+    },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleCheck(row) {
       this.$router.push({

--
Gitblit v1.9.3