From a99209bc191ae0aebc50f77fcc1b6815f600083e Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 12 Jul 2022 15:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportProficientCarFee/reportProficientCarFee.html | 2 +- .../property/reportProficientCarFee/reportProficientCarFee.js | 4 ++-- public/pages/property/roomCreateFee/roomCreateFee.js | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/components/property/reportProficientCarFee/reportProficientCarFee.html b/public/components/property/reportProficientCarFee/reportProficientCarFee.html index c611f648a..f3396a9c1 100755 --- a/public/components/property/reportProficientCarFee/reportProficientCarFee.html +++ b/public/components/property/reportProficientCarFee/reportProficientCarFee.html @@ -32,7 +32,7 @@ - diff --git a/public/components/property/reportProficientCarFee/reportProficientCarFee.js b/public/components/property/reportProficientCarFee/reportProficientCarFee.js index f0e257b07..56a00d3ce 100755 --- a/public/components/property/reportProficientCarFee/reportProficientCarFee.js +++ b/public/components/property/reportProficientCarFee/reportProficientCarFee.js @@ -61,12 +61,12 @@ } let _reportFeeYearCollectionDetailDtos = _feeConfigInfo.data[0].reportFeeYearCollectionDetailDtos; _feeConfigInfo.data.forEach(item => { - if (item.reportProficientCarFeeInfo.length > reportProficientCarFeeInfo.length) { + if (item.reportFeeYearCollectionDetailDtos.length > _reportFeeYearCollectionDetailDtos.length) { _reportFeeYearCollectionDetailDtos = item.reportFeeYearCollectionDetailDtos; } }) _reportFeeYearCollectionDetailDtos.forEach(item => { - $that.reportProficientCarFeeInfo.listColumns.push(item.collectionYear + "年") + $that.reportProficientCarFeeInfo.listColumns.push(item.collectionYear) }) }, function() { diff --git a/public/pages/property/roomCreateFee/roomCreateFee.js b/public/pages/property/roomCreateFee/roomCreateFee.js index d67d10625..1d756dbbd 100755 --- a/public/pages/property/roomCreateFee/roomCreateFee.js +++ b/public/pages/property/roomCreateFee/roomCreateFee.js @@ -14,6 +14,8 @@ unitId: '', state: '', roomNum: '', + floorNum: '', + unitNum: '', moreCondition: false, fees: [], roomName: '',
{{item}} + {{item}}年