mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
reverse temporary remove booking from transactions resource
This commit is contained in:
@@ -23,7 +23,7 @@ class TransactionResource extends JsonResource
|
||||
|
||||
return [
|
||||
'id' => $this->id,
|
||||
// 'booking' => new BookingResource($booking),
|
||||
'booking' => new BookingResource($booking),
|
||||
'type' => (int) $this->type,
|
||||
'bill_no' => $this->bill_no,
|
||||
'payment_reference' => $this->payment_reference,
|
||||
|
||||
@@ -30,24 +30,24 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="row" v-if="item.booking.bank.bank_name.includes('浙江网商银行')">-->
|
||||
<!--<div class="col">-->
|
||||
<!--<span class="rounded badge-danger" style="padding: 5px">1688</span>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<div class="row" v-if="item.booking.bank.bank_name.includes('浙江网商银行')">
|
||||
<div class="col">
|
||||
<span class="rounded badge-danger" style="padding: 5px">1688</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-b-10">
|
||||
<div class="col-auto">
|
||||
<div class="font-heading fs-10 muted all-caps">reference</div>
|
||||
<div class="font-heading fs-10">
|
||||
<!--<a :href="route('booking.details', item.booking.marking)">{{item.booking.marking}}</a>-->
|
||||
<a :href="route('booking.details', item.booking.marking)">{{item.booking.marking}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<div class="font-heading fs-10 muted all-caps">Marking</div>
|
||||
<div class="font-heading fs-10">
|
||||
<!--<a :href="route('customer.profile', item.booking.company.reference)">{{item.booking.company.reference}}</a>-->
|
||||
<a :href="route('customer.profile', item.booking.company.reference)">{{item.booking.company.reference}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
@@ -89,7 +89,7 @@
|
||||
<div class="col-auto">
|
||||
<div class="font-heading fs-10 muted all-caps">Service</div>
|
||||
<div class="font-heading fs-10">
|
||||
<!--{{item.booking.service.name}}-->
|
||||
{{item.booking.service.name}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col text-right">
|
||||
|
||||
Reference in New Issue
Block a user