mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
youhua anhuiwenti
This commit is contained in:
parent
5e33ae7c16
commit
cb9afdf34d
@ -89,6 +89,8 @@
|
||||
vc.emit('viewFeeDetail', 'listFeeDetail',{
|
||||
roomName:fee.objName,
|
||||
feeId:fee.feeId,
|
||||
configId:fee.configId,
|
||||
payerObjId:fee.objId,
|
||||
curYear:item.collectionYear
|
||||
})
|
||||
}
|
||||
|
||||
@ -103,6 +103,8 @@
|
||||
vc.emit('viewFeeDetail', 'listFeeDetail',{
|
||||
roomName:fee.objName,
|
||||
feeId:fee.feeId,
|
||||
configId:fee.configId,
|
||||
payerObjId:fee.objId,
|
||||
curYear:item.collectionYear
|
||||
})
|
||||
}
|
||||
|
||||
@ -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请求
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
feeTypeCd: $that.reportProficientInfo.conditions.feeTypeCd,
|
||||
isDefault: '',
|
||||
feeFlag: '1003006',
|
||||
feeFlag: '',
|
||||
valid: '1'
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user