mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化代码
This commit is contained in:
parent
a3ca2104cd
commit
9b7c30da92
@ -47,6 +47,10 @@
|
||||
<div class="ibox-title">
|
||||
<h5>托收信息</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-on:click="_exitManualCollectionData()">
|
||||
导出托收
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-on:click="_openAddFeeManualCollectionModal()">
|
||||
<i class="glyphicon glyphicon-plus"></i>
|
||||
|
||||
@ -77,8 +77,10 @@
|
||||
} else {
|
||||
vc.component.feeManualCollectionManageInfo.moreCondition = true;
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
_exitManualCollectionData: function () {
|
||||
vc.jumpToPage('/callComponent/feeManualCollection/exportData?communityId='+vc.getCurrentCommunity().communityId);
|
||||
},
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user