Skip to content

Commit 9df6461

Browse files
committed
优化代码
1 parent f30f382 commit 9df6461

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

public/pages/property/roomCreateFee/roomCreateFee.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ <h5>房屋信息</h5>
8585
v-on:click="_openRoomCreateFeeAddModal(null,true)">
8686
<i class="fa fa-plus"></i> 批量创建
8787
</button>
88+
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
89+
v-on:click="_downloadCollectionLetterOrder()">
90+
<i class="fa fa-download"></i> 批量催缴单
91+
</button>
8892
</div>
8993
</div>
9094
<div class="ibox-content">
@@ -142,6 +146,11 @@ <h5>房屋信息</h5>
142146
v-on:click="_openTranslateFeeManualCollectionDetailModel(room)">人工托收
143147
</button>
144148
</div>
149+
<div class="btn-group" v-if="room.state != '2002'">
150+
<button class="btn-white btn btn-xs"
151+
v-on:click="_openTranslateFeeManualCollectionDetailModel(room)">催缴单
152+
</button>
153+
</div>
145154
<div class="btn-group">
146155
<button class="btn-white btn btn-xs"
147156
v-on:click="_openViewRoomCreateFee(room)">查看费用

public/pages/property/roomCreateFee/roomCreateFee.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@
299299
currentPage: $that.currentPage
300300
});
301301
},
302+
_downloadCollectionLetterOrder:function(){
303+
vc.jumpToPage('/callComponent/feeManualCollection/downloadCollectionLetterOrder?communityId=' + vc.getCurrentCommunity().communityId );
304+
}
302305
}
303306
});
304307
})(window.vc);

0 commit comments

Comments
 (0)