mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix bill plz callback transaction status
This commit is contained in:
@@ -93,45 +93,45 @@
|
||||
<div class="font-heading fs-12">MYR {{(Math.round((this.customerBooking.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="font-heading all-caps fs-10 m-b-5">Your Payment Proof</div>
|
||||
<div class="row no-margin" v-if="customerBooking.payment_method !== 5">
|
||||
<div v-if="item.documents != null">
|
||||
<div v-for="file in item.documents.files" v-bind:key="file.id" class="col-auto no-padding m-r-5">
|
||||
<document-file-viewer-component :file="file">
|
||||
<template slot="button">
|
||||
<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-5">
|
||||
<i class="fa fa-file-image-o fs-10"></i>
|
||||
</div>
|
||||
</template>
|
||||
</document-file-viewer-component>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row no-margin" v-if="customerBooking.payment_method === 5 && (customerBooking.status === 2 || customerBooking.status === 3)">
|
||||
<a :href="'https://www.billplz-sandbox.com/bills/'+customerBooking.payment_reference" target="_blank">
|
||||
<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-5">
|
||||
<i class="fa fa-file-image-o fs-10"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col text-right">
|
||||
<div class="font-heading all-caps fs-10 m-b-5">Our Payment Proof</div>
|
||||
<div class="row no-margin justify-content-end" v-if="item.status === 2 || item.status === 3">
|
||||
<div v-for="file in customerBooking.item.documents.files" v-bind:key="file.id" class="col-auto no-padding m-l-5">
|
||||
<document-file-viewer-component :file="file">
|
||||
<template slot="button">
|
||||
<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-0">
|
||||
<i class="fa fa-file-image-o fs-10"></i>
|
||||
</div>
|
||||
</template>
|
||||
</document-file-viewer-component>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="row">-->
|
||||
<!--<div class="col">-->
|
||||
<!--<div class="font-heading all-caps fs-10 m-b-5">Your Payment Proof</div>-->
|
||||
<!--<div class="row no-margin" v-if="customerBooking.payment_method !== 5">-->
|
||||
<!--<div v-if="item.documents != null">-->
|
||||
<!--<div v-for="file in item.documents.files" v-bind:key="file.id" class="col-auto no-padding m-r-5">-->
|
||||
<!--<document-file-viewer-component :file="file">-->
|
||||
<!--<template slot="button">-->
|
||||
<!--<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-5">-->
|
||||
<!--<i class="fa fa-file-image-o fs-10"></i>-->
|
||||
<!--</div>-->
|
||||
<!--</template>-->
|
||||
<!--</document-file-viewer-component>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="row no-margin" v-if="customerBooking.payment_method === 5 && (customerBooking.status === 2 || customerBooking.status === 3)">-->
|
||||
<!--<a :href="'https://www.billplz-sandbox.com/bills/'+customerBooking.payment_reference" target="_blank">-->
|
||||
<!--<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-5">-->
|
||||
<!--<i class="fa fa-file-image-o fs-10"></i>-->
|
||||
<!--</div>-->
|
||||
<!--</a>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col text-right">-->
|
||||
<!--<div class="font-heading all-caps fs-10 m-b-5">Our Payment Proof</div>-->
|
||||
<!--<div class="row no-margin justify-content-end" v-if="item.status === 2 || item.status === 3">-->
|
||||
<!--<div v-for="file in customerBooking.item.documents.files" v-bind:key="file.id" class="col-auto no-padding m-l-5">-->
|
||||
<!--<document-file-viewer-component :file="file">-->
|
||||
<!--<template slot="button">-->
|
||||
<!--<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-0">-->
|
||||
<!--<i class="fa fa-file-image-o fs-10"></i>-->
|
||||
<!--</div>-->
|
||||
<!--</template>-->
|
||||
<!--</document-file-viewer-component>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<div class="row m-t-10 hide">
|
||||
<div class="col">
|
||||
<button class="btn btn-xs all-caps b-rad-none btn-success btn-block requestModal" data-type="transferSummary">Request Refund</button>
|
||||
|
||||
Reference in New Issue
Block a user