优化代码

This commit is contained in:
java110 2021-01-14 19:08:24 +08:00
parent f30f382684
commit 9df6461f03
2 changed files with 12 additions and 0 deletions

View File

@ -85,6 +85,10 @@
v-on:click="_openRoomCreateFeeAddModal(null,true)">
<i class="fa fa-plus"></i> 批量创建
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_downloadCollectionLetterOrder()">
<i class="fa fa-download"></i> 批量催缴单
</button>
</div>
</div>
<div class="ibox-content">
@ -142,6 +146,11 @@
v-on:click="_openTranslateFeeManualCollectionDetailModel(room)">人工托收
</button>
</div>
<div class="btn-group" v-if="room.state != '2002'">
<button class="btn-white btn btn-xs"
v-on:click="_openTranslateFeeManualCollectionDetailModel(room)">催缴单
</button>
</div>
<div class="btn-group">
<button class="btn-white btn btn-xs"
v-on:click="_openViewRoomCreateFee(room)">查看费用

View File

@ -299,6 +299,9 @@
currentPage: $that.currentPage
});
},
_downloadCollectionLetterOrder:function(){
vc.jumpToPage('/callComponent/feeManualCollection/downloadCollectionLetterOrder?communityId=' + vc.getCurrentCommunity().communityId );
}
}
});
})(window.vc);