customer payment ui inside orders

This commit is contained in:
edmondlang
2022-07-31 21:38:15 +08:00
parent 436985db8f
commit 43491223ab
4 changed files with 200 additions and 2 deletions
@@ -134,6 +134,23 @@
</div>
</div>
</div>
<div class="row m-b-30" v-if="order.invoices.length">
<div class="col">
<div class="row m-b-20">
<div class="col">
<h4 class="bold">Invoices</h4>
<p>You can view your invoices here and make payment.</p>
</div>
</div>
<div class="row bg-master-lightest p-t-15" v-for="invoice in order.invoices">
<div class="col">
<customer-payments-billing-component :data="invoice" invoice_status="Pending Payment" :section="section"></customer-payments-billing-component>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="row m-b-20">