| | |
| | | //业务明细 |
| | | 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) { |
| | |
| | | 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, |