From f7ff7deb390e1d8924c2861332f1499f306085e5 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 15 Dec 2020 11:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=B5=B7=E5=8D=97?= =?UTF-8?q?=E7=89=A9=E4=B8=9A=E5=85=AC=E5=8F=B8=20=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/searchOwner/searchOwner.html | 13 ++-- .../property/searchOwner/searchOwner.js | 76 +++++++++---------- .../pages/property/feeReceipt/feeReceipt.html | 68 ++++++++--------- .../pages/property/listOwner/listOwner.html | 4 + .../property/listOwnerCar/listOwnerCar.html | 12 +-- 5 files changed, 90 insertions(+), 83 deletions(-) diff --git a/public/components/property/searchOwner/searchOwner.html b/public/components/property/searchOwner/searchOwner.html index 3e697b315..236c60266 100644 --- a/public/components/property/searchOwner/searchOwner.html +++ b/public/components/property/searchOwner/searchOwner.html @@ -16,8 +16,8 @@
-
@@ -37,8 +37,8 @@ - + @@ -49,13 +49,14 @@ - + + diff --git a/public/components/property/searchOwner/searchOwner.js b/public/components/property/searchOwner/searchOwner.js index 606341633..860e221f7 100644 --- a/public/components/property/searchOwner/searchOwner.js +++ b/public/components/property/searchOwner/searchOwner.js @@ -1,63 +1,63 @@ -(function(vc){ +(function (vc) { vc.extends({ propTypes: { - emitChooseOwner:vc.propTypes.string, - emitLoadData:vc.propTypes.string + emitChooseOwner: vc.propTypes.string, + emitLoadData: vc.propTypes.string }, - data:{ - searchOwnerInfo:{ - owners:[], - _currentOwnerName:'', - _currentOwnerId:'' + data: { + searchOwnerInfo: { + owners: [], + _currentOwnerName: '', + roomName: '' } }, - _initMethod:function(){ + _initMethod: function () { }, - _initEvent:function(){ - vc.on('searchOwner','openSearchOwnerModel',function(_param){ + _initEvent: function () { + vc.on('searchOwner', 'openSearchOwnerModel', function (_param) { console.log("打开业主成员界面") $('#searchOwnerModel').modal('show'); vc.component._refreshSearchOwnerData(); - vc.component._loadAllOwnerInfo(1,10); + vc.component._loadAllOwnerInfo(1, 10); }); }, - methods:{ - _loadAllOwnerInfo:function(_page,_row,_name){ + methods: { + _loadAllOwnerInfo: function (_page, _row, _name) { var param = { - params:{ - page:_page, - row:_row, - communityId:vc.getCurrentCommunity().communityId, - name:_name, - ownerId:vc.component.searchOwnerInfo._currentOwnerId, - ownerTypeCd:'1001' + params: { + page: _page, + row: _row, + communityId: vc.getCurrentCommunity().communityId, + name: _name, + roomName: vc.component.searchOwnerInfo.roomName, + ownerTypeCd: '1001' } }; //发送get请求 - vc.http.get('searchOwner', - 'listOwner', - param, - function(json){ - var _ownerInfo = JSON.parse(json); - vc.component.searchOwnerInfo.owners = _ownerInfo.owners; - },function(){ - console.log('请求失败处理'); - } - ); + vc.http.get('searchOwner', + 'listOwner', + param, + function (json) { + var _ownerInfo = JSON.parse(json); + vc.component.searchOwnerInfo.owners = _ownerInfo.owners; + }, function () { + console.log('请求失败处理'); + } + ); }, - chooseOwner:function(_owner){ - vc.emit($props.emitChooseOwner,'chooseOwner',_owner); - vc.emit($props.emitLoadData,'listOwnerData',{ - ownerId:_owner.ownerId + chooseOwner: function (_owner) { + vc.emit($props.emitChooseOwner, 'chooseOwner', _owner); + vc.emit($props.emitLoadData, 'listOwnerData', { + ownerId: _owner.ownerId }); $('#searchOwnerModel').modal('hide'); }, - searchOwners:function(){ - vc.component._loadAllOwnerInfo(1,10,vc.component.searchOwnerInfo._currentOwnerName); + searchOwners: function () { + vc.component._loadAllOwnerInfo(1, 10, vc.component.searchOwnerInfo._currentOwnerName); }, - _refreshSearchOwnerData:function(){ + _refreshSearchOwnerData: function () { vc.component.searchOwnerInfo._currentOwnerName = ""; } } diff --git a/public/pages/property/feeReceipt/feeReceipt.html b/public/pages/property/feeReceipt/feeReceipt.html index cfdbdbab6..b8e9342c7 100644 --- a/public/pages/property/feeReceipt/feeReceipt.html +++ b/public/pages/property/feeReceipt/feeReceipt.html @@ -19,19 +19,19 @@
+ class=" form-control" placeholder="请输入房屋或车位信息">
+ placeholder="请输入收据ID">
@@ -40,15 +40,13 @@
+ v-model="feeReceiptManageInfo.conditions.qstartTime" class="form-control startTime">
+ v-model="feeReceiptManageInfo.conditions.qendTime" class="form-control endTime">
@@ -85,41 +83,43 @@
业主ID 名称房屋编号 性别 年龄 身份证
- {{owner.memberId}} - {{owner.name}} + {{owner.roomName}} + {{owner.sex == 0 ? '男' : '女'}}
- - - - - - - - + + + + + + + + + - - - - - - - + + + + + + - + + - - - + + +
费用类型收费对象总金额缴费时间收据ID操作
费用类型房屋车位总金额缴费时间收据ID操作
{{feeReceipt.objType == '3333'? '房屋费':'车位费'}}{{feeReceipt.objName}}{{feeReceipt.amount}}{{feeReceipt.createTime}}{{feeReceipt.receiptId}} -
-
{{feeReceipt.objType == '3333'? '房屋费':'车位费'}}{{feeReceipt.roomName}}{{feeReceipt.carNum}}{{feeReceipt.amount}}{{feeReceipt.createTime}}{{feeReceipt.receiptId}} +
+ -
- -
-
    -
    +
      +
      diff --git a/public/pages/property/listOwner/listOwner.html b/public/pages/property/listOwner/listOwner.html index 2364b3709..0ce0a1029 100644 --- a/public/pages/property/listOwner/listOwner.html +++ b/public/pages/property/listOwner/listOwner.html @@ -101,6 +101,7 @@ 业主ID 名称 + 房屋编号 性别 年龄 身份证 @@ -120,6 +121,9 @@ {{owner.name}} + + {{owner.roomName}} + {{owner.sex == 0 ? '男' : '女'}} diff --git a/public/pages/property/listOwnerCar/listOwnerCar.html b/public/pages/property/listOwnerCar/listOwnerCar.html index 297df6299..10701f64f 100644 --- a/public/pages/property/listOwnerCar/listOwnerCar.html +++ b/public/pages/property/listOwnerCar/listOwnerCar.html @@ -41,7 +41,7 @@ - + @@ -57,8 +57,7 @@
      - @@ -74,6 +73,7 @@ 车牌号 + 房屋号 车辆品牌 车辆类型 颜色 @@ -90,6 +90,9 @@ {{car.carNum}} + + {{car.roomName}} + {{car.carBrand}} @@ -127,8 +130,7 @@ v-on:click="_addCarParkingSpace(car)">续租车位
      - +