| | |
| | | (function(vc,vm){ |
| | | |
| | | vc.extends({ |
| | | propTypes: { |
| | | emitReloadFee:vc.propTypes.string |
| | | }, |
| | | data:{ |
| | | propertyPayInfo:{ |
| | | cycles:'', |
| | |
| | | receivedAmount:'0.00', |
| | | remark:'', |
| | | feeId:'', |
| | | feeTypeCd:'', |
| | | builtUpArea:'', |
| | | squarePrice:'', |
| | | additionalAmount:'', |
| | |
| | | |
| | | $('#propertyPayModel').modal('show'); |
| | | vc.component.propertyPayInfo.feeId = _params.feeId; |
| | | vc.component.propertyPayInfo.feeTypeCd = _params.feeTypeCd; |
| | | vc.component.propertyPayInfo.builtUpArea = _params.builtUpArea; |
| | | vc.component.propertyPayInfo.communityId = vc.getCurrentCommunity().communityId; |
| | | |
| | | vc.component.loadPropertyConfigFee(); |
| | | }); |
| | | }, |
| | | methods:{ |
| | |
| | | //关闭model |
| | | $('#propertyPayModel').modal('hide'); |
| | | vc.emit('propertyFee','listFeeDetail',vc.component.propertyPayInfo); |
| | | vc.emit('viewMainFee','reloadFee',vc.component.propertyPayInfo); |
| | | vc.emit($props.emitReloadFee,'reloadFee',vc.component.propertyPayInfo); |
| | | return ; |
| | | } |
| | | vc.message(json); |
| | |
| | | remark:'', |
| | | builtUpArea:'', |
| | | feeId:'', |
| | | feeTypeCd:'', |
| | | squarePrice:'', |
| | | additionalAmount:'', |
| | | communityId:'' |
| | | }; |
| | | vc.component.loadPropertyConfigFee(); |
| | | |
| | | |
| | | }, |
| | | //加载配置数据 |
| | |
| | | var param = { |
| | | params:{ |
| | | communityId:vc.getCurrentCommunity().communityId, |
| | | configId:'' |
| | | feeTypeCd: vc.component.propertyPayInfo.feeTypeCd, |
| | | configId:'', |
| | | } |
| | | }; |
| | | vc.http.get( |