File tree Expand file tree Collapse file tree
public/pages/property/roomCreateFee Expand file tree Collapse file tree Original file line number Diff line number Diff 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) "> 查看费用
Original file line number Diff line number Diff line change 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 ) ;
You can’t perform that action at this time.
0 commit comments