youhua anhuiwenti

This commit is contained in:
java110 2021-03-05 10:29:54 +08:00
parent 5e33ae7c16
commit cb9afdf34d
4 changed files with 13 additions and 3 deletions

View File

@ -89,6 +89,8 @@
vc.emit('viewFeeDetail', 'listFeeDetail',{
roomName:fee.objName,
feeId:fee.feeId,
configId:fee.configId,
payerObjId:fee.objId,
curYear:item.collectionYear
})
}

View File

@ -103,6 +103,8 @@
vc.emit('viewFeeDetail', 'listFeeDetail',{
roomName:fee.objName,
feeId:fee.feeId,
configId:fee.configId,
payerObjId:fee.objId,
curYear:item.collectionYear
})
}

View File

@ -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请求

View File

@ -211,7 +211,7 @@
communityId: vc.getCurrentCommunity().communityId,
feeTypeCd: $that.reportProficientInfo.conditions.feeTypeCd,
isDefault: '',
feeFlag: '1003006',
feeFlag: '',
valid: '1'
}
};