From cde7199a991fa91efeafdde898f64d8353b9c3d7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 11 十月 2023 16:50:24 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/performanceApply/index.vue |   47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index 91629d0..8503f4f 100644
--- a/src/views/project/fund/performanceApply/index.vue
+++ b/src/views/project/fund/performanceApply/index.vue
@@ -63,7 +63,22 @@
             </el-select>
           </el-form-item>
         </el-col>
+        
 
+    
+      </el-row>
+      <el-row>
+        <el-col :span="6">
+          <el-form-item label="鎹愮尞鑰�" prop="name">
+            <el-input
+              v-model="queryParams.donorname"
+              placeholder="璇疯緭鍏ユ崘鐚�呭鍚�"
+              clearable
+              size="small"
+              @keyup.enter.native="handleQuery"
+            />
+          </el-form-item>
+        </el-col>
         <el-col :span="4">
           <el-button
             type="primary"
@@ -142,6 +157,19 @@
         </template>
       </el-table-column>
       <el-table-column
+        label="棰勫鐘舵��"
+        width="140"
+        align="center"
+        prop="checkstatus"
+      >
+        <template slot-scope="scope">
+          <dict-tag
+            :options="dict.type.sys_stage_type"
+            :value="scope.row.checkstatus"
+          />
+        </template>
+      </el-table-column>
+      <el-table-column
         label="缁╂晥绫诲瀷"
         width="150"
         align="center"
@@ -179,6 +207,14 @@
             @click="handleUpdate(scope.row)"
             v-hasPermi="['project:medicalfund:edit']"
             >淇敼</el-button
+          >
+          <el-button
+           
+            size="mini"
+            type="text"
+            icon="el-icon-edit"
+            @click="duplicationfn(scope.row)"
+            >澶嶅埗</el-button
           >
           <el-button
             size="mini"
@@ -252,7 +288,9 @@
     "sys_finsubject",
     "sys_financeitemtype",
     "sys_expensetype",
-    "sys_performance_type"
+    "sys_performance_type",
+    "sys_stage_type"
+
   ],
   data() {
     //杩欓噷瀛樻斁鏁版嵁
@@ -428,6 +466,13 @@
         query: { id: row.id, businessType: "5", operationType: "update" }
       });
     },
+       /** 澶嶅埗鎸夐挳鎿嶄綔 */
+       duplicationfn(row) {
+      this.$router.push({
+        path: "/finance/performancedetails/",
+        query: { id: row.id, businessType: "5", Copy: "1", operationType: "update" }
+      });
+    },
 
     /** 鏌ョ湅鎸夐挳鎿嶄綔 */
     handleDetail(row) {

--
Gitblit v1.9.3