mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化 报表导出
This commit is contained in:
parent
c3b8f0fd14
commit
12ebeacc57
@ -81,7 +81,7 @@
|
||||
<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="_openAddActivitiesModal()">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_exportFee()">
|
||||
<i class="fa fa-plus"></i>
|
||||
导出
|
||||
</button>
|
||||
|
||||
@ -110,6 +110,9 @@
|
||||
},
|
||||
_openChooseFloorMethod:function(){
|
||||
vc.emit('searchFloor','openSearchFloorModel',{});
|
||||
},
|
||||
_exportFee:function(){
|
||||
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFeeBreakdown");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
<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="_openAddActivitiesModal()">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_exportFee()">
|
||||
<i class="fa fa-plus"></i>
|
||||
导出
|
||||
</button>
|
||||
|
||||
@ -109,6 +109,9 @@
|
||||
},
|
||||
_openChooseFloorMethod:function(){
|
||||
vc.emit('searchFloor','openSearchFloorModel',{});
|
||||
},
|
||||
_exportFee:function(){
|
||||
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFeeDetail");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
<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="_openAddActivitiesModal()">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_exportFee()">
|
||||
<i class="fa fa-plus"></i>
|
||||
导出
|
||||
</button>
|
||||
|
||||
@ -111,6 +111,9 @@
|
||||
|
||||
_openChooseFloorMethod:function(){
|
||||
vc.emit('searchFloor','openSearchFloorModel',{});
|
||||
},
|
||||
_exportFee:function(){
|
||||
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFeeSummary");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
<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="_openAddActivitiesModal()">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_exportFee()">
|
||||
<i class="fa fa-plus"></i>
|
||||
导出
|
||||
</button>
|
||||
|
||||
@ -110,6 +110,9 @@
|
||||
},
|
||||
_openChooseFloorMethod:function(){
|
||||
vc.emit('searchFloor','openSearchFloorModel',{});
|
||||
},
|
||||
_exportFee:function(){
|
||||
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFloorUnitFeeSummary");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
<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="_openAddActivitiesModal()">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_exportFee()">
|
||||
<i class="fa fa-plus"></i>
|
||||
导出
|
||||
</button>
|
||||
|
||||
@ -109,6 +109,9 @@
|
||||
},
|
||||
_openChooseFloorMethod:function(){
|
||||
vc.emit('searchFloor','openSearchFloorModel',{});
|
||||
},
|
||||
_exportFee:function(){
|
||||
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportOweFeeDetail");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user