@@ -134,7 +134,7 @@
| {{fee.roomCount}} |
{{fee.feeRoomCount}} |
- {{fee.feeRoomCount}} |
+ {{fee.oweRoomCount}} |
{{fee.hisOweFee}} |
{{fee.curOweFee}} |
{{(fee.curOweFee+fee.hisOweFee).toFixed(2)}} |
@@ -160,10 +160,10 @@
-
+
-
diff --git a/public/pages/property/reportFeeSummary/reportFeeSummary.js b/public/pages/property/reportFeeSummary/reportFeeSummary.js
index a8a22f7d8..30117cb3f 100755
--- a/public/pages/property/reportFeeSummary/reportFeeSummary.js
+++ b/public/pages/property/reportFeeSummary/reportFeeSummary.js
@@ -152,7 +152,24 @@
});
},
_exportExcel: function() {
- vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=reportFeeSummary&' + vc.objToGetParam($that.reportFeeSummaryInfo.conditions));
+ //vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=reportFeeSummary&' + vc.objToGetParam($that.reportFeeSummaryInfo.conditions));
+ $that.reportFeeSummaryInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
+ $that.reportFeeSummaryInfo.conditions.pagePath = 'reportFeeSummary';
+ let param = {
+ params: $that.reportFeeSummaryInfo.conditions
+ };
+ //发送get请求
+ vc.http.apiGet('/export.exportData', param,
+ function(json, res) {
+ let _json = JSON.parse(json);
+ vc.toast(_json.msg);
+ if (_json.code == 0) {
+ vc.jumpToPage('/#/pages/property/downloadTempFile?tab=下载中心')
+ }
+ },
+ function(errInfo, error) {
+ console.log('请求失败处理');
+ });
},
_toDetail: function(_fee) {
let _configIds = "";