From 5d624d5ad0cdce0737e565c288b0efeb8b42aef8 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 12 九月 2023 11:07:23 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/applyDetail/index.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 36f8615..902a945 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -2839,7 +2839,7 @@
           itemid: "鍣ㄥ畼鎹愮尞浼︾悊瀹℃牳涓撳璐�",
           itemname: null,
           itemtype: null,
-          amount: null,
+          amount: 200,
           prepaidamount: null,
           taxamount: null,
           invoicecount: null,
@@ -3219,13 +3219,16 @@
     ConfirmDetailDialog() {
       console.log(this.unitforname);
       console.log(this.Personnelforname);
-      if (this.experthear == "expert") {
-        this.funddetailForm.beneficiaryname = this.unitforname;
-      } else {
-        console.log(11);
-        this.funddetailForm.beneficiaryname = this.Personnelforname;
-        console.log(this.funddetailForm.beneficiaryname);
+      if (this.businessType == 4) {
+        if (this.experthear == "expert") {
+          this.funddetailForm.beneficiaryname = this.unitforname;
+        } else {
+          console.log(11);
+          this.funddetailForm.beneficiaryname = this.Personnelforname;
+          console.log(this.funddetailForm.beneficiaryname);
+        }
       }
+
       console.log(this.funddetailForm);
       let tempIndex = this.funddetailForm.index;
       let tempExpertName = this.funddetailForm.beneficiaryname;

--
Gitblit v1.9.3