diff --git a/public/components/property/reportProficientCarFee/reportProficientCarFee.js b/public/components/property/reportProficientCarFee/reportProficientCarFee.js index 6acad15d0..541313ecb 100644 --- a/public/components/property/reportProficientCarFee/reportProficientCarFee.js +++ b/public/components/property/reportProficientCarFee/reportProficientCarFee.js @@ -89,6 +89,8 @@ vc.emit('viewFeeDetail', 'listFeeDetail',{ roomName:fee.objName, feeId:fee.feeId, + configId:fee.configId, + payerObjId:fee.objId, curYear:item.collectionYear }) } diff --git a/public/components/property/reportProficientRoomFee/reportProficientRoomFee.js b/public/components/property/reportProficientRoomFee/reportProficientRoomFee.js index 187021e4c..4925acaa1 100644 --- a/public/components/property/reportProficientRoomFee/reportProficientRoomFee.js +++ b/public/components/property/reportProficientRoomFee/reportProficientRoomFee.js @@ -103,6 +103,8 @@ vc.emit('viewFeeDetail', 'listFeeDetail',{ roomName:fee.objName, feeId:fee.feeId, + configId:fee.configId, + payerObjId:fee.objId, curYear:item.collectionYear }) } diff --git a/public/components/property/viewFeeDetail/viewFeeDetail.js b/public/components/property/viewFeeDetail/viewFeeDetail.js index c0cf1e3b2..0293721fc 100644 --- a/public/components/property/viewFeeDetail/viewFeeDetail.js +++ b/public/components/property/viewFeeDetail/viewFeeDetail.js @@ -11,6 +11,8 @@ total: 0, records: 1, feeId: '', + configId:'', + payerObjId:'', curYear: '', roomName:'' } @@ -23,6 +25,8 @@ vc.component.viewFeeDetailInfo.feeId = _param.feeId; vc.component.viewFeeDetailInfo.curYear = _param.curYear; vc.component.viewFeeDetailInfo.roomName = _param.roomName; + vc.component.viewFeeDetailInfo.configId = _param.configId; + vc.component.viewFeeDetailInfo.payerObjId = _param.payerObjId; vc.component.listFeeDetail(DEFAULT_PAGE, DEFAULT_ROW); $('#viewFeeDetailModel').modal('show'); @@ -38,8 +42,10 @@ page: _page, row: _row, communityId: vc.getCurrentCommunity().communityId, - feeId: vc.component.viewFeeDetailInfo.feeId, - curYear: vc.component.viewFeeDetailInfo.curYear + //feeId: vc.component.viewFeeDetailInfo.feeId, + curYear: vc.component.viewFeeDetailInfo.curYear, + configId: vc.component.viewFeeDetailInfo.curYear, + payerObjId: vc.component.viewFeeDetailInfo.payerObjId, } } //发送get请求 diff --git a/public/pages/property/reportProficient/reportProficient.js b/public/pages/property/reportProficient/reportProficient.js index 9c5018478..d1e7a86ee 100644 --- a/public/pages/property/reportProficient/reportProficient.js +++ b/public/pages/property/reportProficient/reportProficient.js @@ -211,7 +211,7 @@ communityId: vc.getCurrentCommunity().communityId, feeTypeCd: $that.reportProficientInfo.conditions.feeTypeCd, isDefault: '', - feeFlag: '1003006', + feeFlag: '', valid: '1' } };