From 3cffceecf7d670b872d23df9e2f131b67639b916 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 14 九月 2023 12:25:06 +0800
Subject: [PATCH] 伦理审查

---
 src/views/project/fund/applyDetail/index.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 3bf7dc8..cef943c 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -1246,12 +1246,14 @@
         //涓氬姟鏄庣粏
         getownFundDetail(this.curId).then(res => {
           this.rbDetails = res.data;
+          console.log("this.feeBlocks",this.feeBlocks);
           for (let m = 0; m < this.rbDetails.length; m++) {
             this.rbDetails[m].itemlist = [];
             this.getRowFeeItems(m, this.rbDetails[m]);
 
             //鑾峰彇璐圭敤椤圭洰鐨勮缁嗕俊鎭�
             this.rbDetails[m].rowfeeblocks = this.feeBlocks.filter(r => r.itemid == this.rbDetails[m].itemid);
+            console.log("this.rbDetails[m].rowfeeblocks",this.rbDetails[m].rowfeeblocks);
           }
 
           if (this.rbDetails.length == 0) {
@@ -2309,10 +2311,9 @@
       this.checkedCities.forEach(item => {
         let rowData = {
           orderno: null,
-          id: item.id,
           fundid: null,
           beneficiaryname: item.reportName,
-          beneficiaryno: null,
+          beneficiaryno: item.reportNo,
           unitname: item.unitname,
           unitno: null,
           uintuserno: null,
@@ -2330,6 +2331,7 @@
           applytype: "7",
           applytypename: "浼︾悊瀹℃牳涓撳璐�",
           itemid: "27",
+          itemcode: "27",
           itemname: "鍣ㄥ畼鎹愮尞浼︾悊瀹℃牳涓撳璐�",
           itemtype: null,
           amount: 200,
@@ -2384,7 +2386,8 @@
         annexregistform: null,
         applytype: null,
         itemid: null,
-        itemname: null,
+        itemname: null,        
+        itemcode: null,
         itemtype: null,
         amount: null,
         prepaidamount: null,

--
Gitblit v1.9.3