yxh
2023-09-14 3cffceecf7d670b872d23df9e2f131b67639b916
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,