display Recipient receive transfer date notice on booking quotation compoennt

This commit is contained in:
edmondlang
2022-03-11 21:00:53 +08:00
parent c9e56cb030
commit b1fc858f79
@@ -399,6 +399,11 @@
<div class="font-heading fs-10">{{this.data.fixed_currency.short_code}} {{(Math.round(((this.data.outstanding_amount - parseFloat(amount.replace(',', '')))+ Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}</div>
</div>
</div>
<div class="row m-b-15" v-if="calculation.date">
<div class="col text-center">
<div class="fs-14 muted" >The recipient will receive the transfer amount by <br><span class="bold text-success">{{ this.calculation.receive_date }}</span></div>
</div>
</div>
<div class="row align-items-end m-b-10 text-success bold">
<div class="col">
<div class="font-heading all-caps fs-12">Recipient Gets</div>