From 93c941229866f943dec6ca401a0909a2c8a07c7e Mon Sep 17 00:00:00 2001 From: omair saleh Date: Sat, 2 Oct 2021 15:17:22 +0800 Subject: [PATCH] customer report --- .../reports/sections/MonthlyReportSectionComponent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue b/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue index 07bafbb9..14a08e4a 100644 --- a/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue +++ b/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue @@ -19,15 +19,15 @@

{{(Math.ceil(report.total_cbm * 1000) / 1000).toFixed(3)}} CBM

- {{ Math.ceil((((report.total_cbm / 700) * 100) * 100) / 100).toFixed(2)}}% - Goal: 700 CBM + {{ Math.ceil((((report.total_cbm / 1000) * 100) * 100) / 100).toFixed(2)}}% + Goal: 1000 CBM
-
+