2 文件已重命名
1个文件已添加
6个文件已修改
1个文件已删除
| | |
| | | vc.jumpToPage("/flow/sellParkingSpaceFlow?ownerId="+_owner.ownerId); |
| | | }, |
| | | _openOwnerDetailModel:function(_owner){ |
| | | vc.jumpToPage("/flow/ownerRoomFlow?ownerId="+_owner.ownerId); |
| | | vc.jumpToPage("/flow/ownerDetailFlow?ownerId="+_owner.ownerId); |
| | | } |
| | | } |
| | | }) |
| New file |
| | |
| | | <div id="component" > |
| | | |
| | | <!-- 业主信息 --> |
| | | <vc:create name="viewOwnerInfo" |
| | | callBackListener="sellParkingSpace" |
| | | callBackFunction="notify" |
| | | ></vc:create> |
| | | |
| | | <!-- 业主 房屋信息 --> |
| | | <vc:create name="showOwnerRoom" |
| | | ></vc:create> |
| | | |
| | | <!-- 业主 车位信息 --> |
| | | <vc:create name="showOwnerParkingSpace" |
| | | ></vc:create> |
| | | |
| | | |
| | | </div> |
| | |
| | | }, |
| | | _initMethod:function(){ |
| | | |
| | | //加载 业主信息 |
| | | var _ownerId = vc.getParam('ownerId') |
| | | if(!vc.notNull(_ownerId)){ |
| | | return ; |
| | | } |
| | | |
| | | vc.component.showOwnerRoomInfo.ownerId = _ownerId; |
| | | |
| | | vc.component.loadRooms(); |
| | | |
| | | }, |
| | | _initEvent:function(){ |
| | | vc.on('showOwnerRoom','notify',function(_owner){ |
| | |
| | | vc.component.sellParkingSpaceFeeInfo.index = _index; |
| | | }); |
| | | |
| | | vc.on('sellParkingSpaceFee', 'callBackOwnerInfo', function(_info){ |
| | | vc.on('sellParkingSpaceFee', 'callBackParkingSpaceInfo', function(_info){ |
| | | vc.component.saveSellParkingSpaceFee(); |
| | | }); |
| | | |
| | |
| | | |
| | | <div v-if="sellParkingSpaceInfo.index == 3"> |
| | | <vc:create name="sellParkingSpaceFee" |
| | | callBackComponent="sellCar" |
| | | callBackComponent="sellParkingSpace" |
| | | callBackFunction="notify" |
| | | ></vc:create> |
| | | </div> |
| | |
| | | } |
| | | |
| | | if(vc.component.sellParkingSpaceInfo.index == 3){ |
| | | vc.emit('sellParkingSpaceFee','callBackOwnerInfo',{}); |
| | | vc.emit('sellParkingSpaceFee','callBackParkingSpaceInfo',{}); |
| | | } |
| | | |
| | | }, |
| | |
| | | } |
| | | |
| | | if(vc.component.sellParkingSpaceInfo.index == 3){ |
| | | vc.emit('sellParkingSpaceFee','callBackOwnerInfo',{}); |
| | | vc.emit('sellParkingSpaceFee','callBackParkingSpaceInfo',{}); |
| | | } |
| | | |
| | | }, |
| | |
| | | } |
| | | }, |
| | | _initMethod:function(){ |
| | | //加载 业主信息 |
| | | var _ownerId = vc.getParam('ownerId') |
| | | if(!vc.notNull(_ownerId)){ |
| | | return ; |
| | | } |
| | | |
| | | vc.component.showOwnerParkingSpaceInfo.ownerId = _ownerId; |
| | | |
| | | vc.component.loadParkingSpaces(); |
| | | }, |
| | | _initEvent:function(){ |
| | | vc.on('showOwnerParkingSpace','notify',function(_owner){ |
| File was renamed from WebService/src/main/resources/views/ownerRoomFlow.html |
| | |
| | | xmlns:vc="http://www.thymeleaf.org"> |
| | | <head> |
| | | <meta charset="UTF-8"/> |
| | | <title>业主房产|java110</title> |
| | | <title>业主详情|java110</title> |
| | | <vc:create name="commonTop"></vc:create> |
| | | </head> |
| | | <body> |
| | |
| | | </div> |
| | | <!-- id="component" --> |
| | | <div class="wrapper wrapper-content animated fadeInRight"> |
| | | <vc:create name="ownerRoom"></vc:create> |
| | | <vc:create name="ownerDetail"></vc:create> |
| | | </div> |
| | | |
| | | <vc:create name="copyright"></vc:create> |