From 966a9c008ded0a25f1de183b680a291212445e31 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 20 十一月 2023 09:50:14 +0800
Subject: [PATCH] yxh

---
 src/views/project/fund/applyDetail/index.vue |   45 ++++++++++++++++++++++++++-------------------
 1 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 2ae752b..02d0d38 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -150,7 +150,7 @@
             <div
               style="margin-bottom: 15px;"
               v-if="
-                userprofile.nickName == '闄堟厱鍗�' && operationType == 'check'
+                userprofile.nickName == '闄堟厱鍗�'&&(businessType=='1'||businessType=='2')
               "
             >
               <el-button
@@ -346,7 +346,7 @@
             <el-table-column
               prop="beneficiaryname"
               align="center"
-              label="濮撳悕"
+              label="涓撳/鍗曚綅"
               width="120"
               v-if="form.applytype == '1' || form.applytype == '2'"
             >
@@ -366,7 +366,7 @@
             <el-table-column
               prop="unitno"
               align="center"
-              label="鍗曚綅鍚嶇О"
+              label="涓撳鎵�鍦ㄥ崟浣�"
               width="250"
               v-if="form.applytype != '4' && form.applytype != '3'"
             >
@@ -451,7 +451,7 @@
                 <el-form-item :error="scope.row.error" label-width="0">
                   <el-input
                     v-model.number="scope.row.idcardno"
-                    @input="tableParValueChange(scope.row)"
+                    @input="tableParValueChange1(scope.row)"
                     placeholder="韬唤璇佸彿"
                   />
                 </el-form-item>
@@ -863,7 +863,7 @@
           </el-col>
           <el-col :span="24" v-if="experthear == 'unit'">
             <el-form-item
-              label="浜哄憳濮撳悕"
+              label="涓撳/鍗曚綅"
               prop="beneficiaryname"
               label-width="80px"
             >
@@ -1574,7 +1574,7 @@
         ]
       },
       funddrules: {
-        expertidcardno: [{ validator: validatePass, trigger: "blur" }],
+        // expertidcardno: [{ validator: validatePass, trigger: "blur" }],
         expertdepositbank: [
           { required: true, message: "璇疯緭鍏ュ紑鎴烽摱琛�", trigger: "change" }
         ],
@@ -2122,6 +2122,8 @@
               );
               return;
             }
+            
+            /*
             if (
               tempDetail.idcardno == null &&
               this.businessType != "3" &&
@@ -2135,6 +2137,7 @@
               );
               return;
             }
+            */
 
             if (this.businessType == "1") {
               if (tempDetail.servicesscope == null) {
@@ -2887,20 +2890,22 @@
           );
           sessionStorage.setItem("apiform", JSON.stringify(this.form));
           // this.$router.go(0);
-          this.$router.push({
-            path: "/finance/applyDetail/",
-            query: {
-              id: this.curId,
-              businessType: this.businessType,
-              operationType: this.operationType,
-              curCase: this.curCase
-            }
-          });
-        } else {
-          // this.$message({
-          //   type: "error",
-          //   message: "鐢宠澶辫触"
+          // this.$router.push({
+          //   path: "/finance/applyDetail/",
+          //   query: {
+          //     id: this.curId,
+          //     businessType: this.businessType,
+          //     operationType: this.operationType,
+          //     curCase: this.curCase
+          //   }
           // });
+          this.$modal.msgSuccess("璁$畻鎴愬姛");
+          this.handleCheck()
+        } else {
+          this.$message({
+            type: "error",
+            message: "璁$畻閿欒"
+          });
         }
       });
     },
@@ -3188,6 +3193,8 @@
     uploadSccess(response, file, fileList) {
       this.rbDetails;
       //鑾峰彇绁ㄦ嵁淇℃伅浣嶇疆
+      console.log(response);
+      console.log(file);
       if (this.activeName == 1) {
         if (response.code == 200) {
           // this.form.filename = file.raw.name;

--
Gitblit v1.9.3