优化 报表导出

This commit is contained in:
java110 2020-10-19 11:33:49 +08:00
parent c3b8f0fd14
commit 12ebeacc57
10 changed files with 20 additions and 5 deletions

View File

@ -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>

View File

@ -110,6 +110,9 @@
},
_openChooseFloorMethod:function(){
vc.emit('searchFloor','openSearchFloorModel',{});
},
_exportFee:function(){
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFeeBreakdown");
}
}
});

View File

@ -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>

View File

@ -109,6 +109,9 @@
},
_openChooseFloorMethod:function(){
vc.emit('searchFloor','openSearchFloorModel',{});
},
_exportFee:function(){
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFeeDetail");
}
}
});

View File

@ -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>

View File

@ -111,6 +111,9 @@
_openChooseFloorMethod:function(){
vc.emit('searchFloor','openSearchFloorModel',{});
},
_exportFee:function(){
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFeeSummary");
}
}
});

View File

@ -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>

View File

@ -110,6 +110,9 @@
},
_openChooseFloorMethod:function(){
vc.emit('searchFloor','openSearchFloorModel',{});
},
_exportFee:function(){
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportFloorUnitFeeSummary");
}
}
});

View File

@ -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>

View File

@ -109,6 +109,9 @@
},
_openChooseFloorMethod:function(){
vc.emit('searchFloor','openSearchFloorModel',{});
},
_exportFee:function(){
vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId='+vc.getCurrentCommunity().communityId+"&pagePath=reportOweFeeDetail");
}
}
});