From 9c9a4d5acabecf58b881eafb67bd99e7323d7c66 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Fri, 2 Jun 2023 17:36:01 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E8=8F=A9=E6=8F=90=E5=85=8D=E8=B4=A3?=
=?UTF-8?q?=20reompte?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dataReportEarnedDetailStatistics.html | 10 +++-
.../dataReportFeeStatistics.html | 54 +++++++++++++++----
.../dataReportFeeStatistics.js | 39 +++++++++-----
3 files changed, 79 insertions(+), 24 deletions(-)
diff --git a/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html b/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html
index 1a713e4ac..406a05977 100644
--- a/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html
+++ b/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html
@@ -46,8 +46,16 @@
{{fee.receivedFee}}
-
+
+
+
+
+
diff --git a/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html b/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html
index 0d2d90323..be3ed547b 100644
--- a/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html
+++ b/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html
@@ -1,5 +1,5 @@
|
- |
- |
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - {{fee.roomName}} + {{fee.floorNum}} | - {{fee.ownerName}} + {{fee.roomCount}} + | ++ {{fee.freeCount}} + | ++ {{fee.hisMonthOweFee}} | {{fee.oweFee}} | - ++ {{fee.todayReceivedRoomCount}} + | ++ {{fee.todayReceivedRoomAmount}} + | ++ {{fee.hisOweReceivedRoomCount}} + | ++ {{fee.hisOweReceivedRoomAmount}} + | ++ {{fee.monthReceivedRoomCount}} + | ++ {{(fee.roomCount-fee.freeCount-fee.monthReceivedRoomCount).toFixed(0)}} + | ++ {{(fee.monthReceivedRoomCount/(fee.roomCount-fee.freeCount)*100).toFixed(2)}}% + | + ++ {{fee.monthReceivedRoomAmount}} + | ++ {{fee.curMonthOweFee}} + | ++ {{(fee.monthReceivedRoomAmount/(fee.monthReceivedRoomAmount+fee.curMonthOweFee)*100).toFixed(2)}}% + |