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