diff --git a/public/pages/property/reportFeeSummary/reportFeeSummary.js b/public/pages/property/reportFeeSummary/reportFeeSummary.js index 2c04ca0c5..74fd4f25f 100644 --- a/public/pages/property/reportFeeSummary/reportFeeSummary.js +++ b/public/pages/property/reportFeeSummary/reportFeeSummary.js @@ -26,18 +26,6 @@ _initMethod: function () { vc.component._initDate(); vc.component._listFees(DEFAULT_PAGE, DEFAULT_ROWS); - // vc.initDateMonth('startTime', function (_startTime) { - // $that.reportFeeSummaryInfo.conditions.startTime = _startTime; - // }); - // vc.initDateMonth('endTime', function (_endTime) { - // $that.reportFeeSummaryInfo.conditions.endTime = _endTime; - // let start = Date.parse(new Date($that.reportFeeSummaryInfo.conditions.startTime + "-01")) - // let end = Date.parse(new Date($that.reportFeeSummaryInfo.conditions.endTime + "-01")) - // if (start - end >= 0) { - // vc.toast("结束时间必须大于开始时间") - // $that.reportFeeSummaryInfo.conditions.endTime = ''; - // } - // }); }, _initEvent: function () { vc.on('reportFeeSummary', 'chooseFloor', function (_param) { diff --git a/public/pages/property/reportProficient/reportProficient.html b/public/pages/property/reportProficient/reportProficient.html index 2b3f4f662..c0d3a78fd 100644 --- a/public/pages/property/reportProficient/reportProficient.html +++ b/public/pages/property/reportProficient/reportProficient.html @@ -49,7 +49,10 @@
查询条件
- +
diff --git a/public/pages/property/reportProficient/reportProficient.js b/public/pages/property/reportProficient/reportProficient.js index 0867a8bc8..493b425fa 100644 --- a/public/pages/property/reportProficient/reportProficient.js +++ b/public/pages/property/reportProficient/reportProficient.js @@ -240,6 +240,16 @@ return '请填写房屋编号' } return '请填写车牌号'; + }, + + _exportFee: function () { + let _objType = vc.component.reportProficientInfo._currentTab == 'reportProficientRoomFee'?"3333":"6666" + vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId=' + + vc.getCurrentCommunity().communityId + +"&configId="+$that.reportProficientInfo.conditions.configId + +"&feeTypeCd="+$that.reportProficientInfo.conditions.feeTypeCd + +"&objType="+_objType + + "&pagePath=reportYearCollection"); } } })