mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 06:24:21 +00:00
fix daily cbm report
This commit is contained in:
+2
-2
@@ -43,7 +43,7 @@
|
||||
<div class="row-xs-height">
|
||||
<div class="col-xs-height col-top">
|
||||
<div class="p-l-20 p-t-50 p-b-40 p-r-20">
|
||||
<h3 class="no-margin p-b-5">{{(Math.ceil(report.total_cbm * 1000) / 1000).toFixed(3)}} <small class="fs-12">{{(report.daily_cbm).toFixed(0)}} CBM/Day</small></h3>
|
||||
<h3 class="no-margin p-b-5">{{(Math.ceil(report.total_cbm * 1000) / 1000).toFixed(3)}} <small class="fs-12">+{{(report.daily_cbm).toFixed(0)}} CBM/Day</small></h3>
|
||||
<span class="small hint-text pull-left">{{((report.total_cbm / 800) * 100).toFixed(2)}}%</span>
|
||||
<span class="pull-right small text-primary">Goal: 800 CBM </span>
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@
|
||||
<div class="row-xs-height">
|
||||
<div class="col-xs-height col-top">
|
||||
<div class="p-l-20 p-t-50 p-b-40 p-r-20">
|
||||
<h3 class="no-margin p-b-5">{{report.active_customers}} <small class="fs-12">+{{(report.total_cbm / report.active_customers).toFixed(3)}} CBM</small></h3>
|
||||
<h3 class="no-margin p-b-5">{{report.active_customers}} <small class="fs-12">{{(report.total_cbm / report.active_customers).toFixed(3)}} CBM</small></h3>
|
||||
<span class="small hint-text pull-left">{{((report.active_customers / report.total_customers) * 100).toFixed(2)}}%</span>
|
||||
<span class="pull-right small text-primary">Total Customers: {{report.total_customers}}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user