| | |
| | | apiFeeVo.setOwnerName(ownerDto.getName()); |
| | | apiFeeVo.setLink(ownerDto.getLink()); |
| | | |
| | | responseEntity = new ResponseEntity<String>(apiFeeVo.toString(), HttpStatus.OK); |
| | | responseEntity = new ResponseEntity<String>(JSONObject.toJSONString(apiFeeVo), HttpStatus.OK); |
| | | |
| | | |
| | | dataFlowContext.setResponseEntity(responseEntity); |
| | |
| | | |
| | | $('#propertyPayModel').modal('show'); |
| | | vc.component.propertyPayInfo.feeId = _params.feeId; |
| | | vc.component.propertyPayInfo.builtUpArea = _params.builtUpArea; |
| | | vc.component.addRoomInfo.communityId = vc.getCurrentCommunity().communityId; |
| | | }); |
| | | }, |
| | |
| | | }, |
| | | openPayModel:function(){ |
| | | vc.emit($props.payName,'openPayModel',{ |
| | | feeId:vc.component.mainFeeInfo.feeId |
| | | feeId:vc.component.mainFeeInfo.feeId, |
| | | builtUpArea:vc.component.mainFeeInfo.builtUpArea |
| | | }); |
| | | }, |
| | | loadMainFeeInfo:function(_room){ |
| | |
| | | package com.java110.vo.api; |
| | | |
| | | import com.java110.vo.Vo; |
| | | |
| | | /** |
| | | * @ClassName ApiFeeVo |
| | | * @Description TODO |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/6/2 |
| | | **/ |
| | | public class ApiFeeVo { |
| | | public class ApiFeeVo extends Vo { |
| | | |
| | | |
| | | private String feeId; |