diff --git a/public/components/property/floorSelect2/floorSelect2.js b/public/components/property/floorSelect2/floorSelect2.js index b61eb6a40..5f1b1a276 100755 --- a/public/components/property/floorSelect2/floorSelect2.js +++ b/public/components/property/floorSelect2/floorSelect2.js @@ -86,7 +86,7 @@ return { floorNum: _term, page: 1, - row: 30, + row: 50, communityId: vc.getCurrentCommunity().communityId }; }, diff --git a/public/components/property/roomSelect2/roomSelect2.js b/public/components/property/roomSelect2/roomSelect2.js index 4a602af27..35626c078 100755 --- a/public/components/property/roomSelect2/roomSelect2.js +++ b/public/components/property/roomSelect2/roomSelect2.js @@ -104,7 +104,7 @@ return { roomNum: _term, page: 1, - row: 10, + row: 100, unitId: this.roomSelect2Info.unitId, communityId: vc.getCurrentCommunity().communityId }; diff --git a/public/components/property/unitSelect2/unitSelect2.js b/public/components/property/unitSelect2/unitSelect2.js index cd59409d0..04d5e3524 100755 --- a/public/components/property/unitSelect2/unitSelect2.js +++ b/public/components/property/unitSelect2/unitSelect2.js @@ -90,7 +90,7 @@ return { unitNum: _term, page: 1, - row: 10, + row: 50, floorId: this.unitSelect2Info.floorId, communityId: vc.getCurrentCommunity().communityId }; diff --git a/public/pages/property/roomCreateFee/roomCreateFee.html b/public/pages/property/roomCreateFee/roomCreateFee.html index c33167e96..87b54a4f3 100755 --- a/public/pages/property/roomCreateFee/roomCreateFee.html +++ b/public/pages/property/roomCreateFee/roomCreateFee.html @@ -29,7 +29,7 @@
+ v-model="roomCreateFeeInfo.conditions.ownerNameLike" @keyup.enter="_queryRoomMethod">
diff --git a/public/pages/property/roomCreateFee/roomCreateFee.js b/public/pages/property/roomCreateFee/roomCreateFee.js index 495893cc4..8c0681419 100755 --- a/public/pages/property/roomCreateFee/roomCreateFee.js +++ b/public/pages/property/roomCreateFee/roomCreateFee.js @@ -20,6 +20,7 @@ conditions: { floorId: '', ownerName: '', + ownerNameLike: '', floorName: '', unitId: '', roomNum: '', @@ -117,7 +118,7 @@ }); }, _openViewRoomCreateFee: function (_room) { - vc.jumpToPage("/admin.html#/pages/property/listRoomFee?roomId=" + _room.roomId+ '&ownerId=' + _room.ownerId); + vc.jumpToPage("/admin.html#/pages/property/listRoomFee?roomId=" + _room.roomId + '&ownerId=' + _room.ownerId); }, /** 根据楼ID加载房屋