diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index 9909ae8e..9efbe54c 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -169,6 +169,15 @@ +
+
+
+
+
Online Transfer
+
+
+
+
@@ -190,6 +199,38 @@ + +
+
+ +
+
+
+
+
+ + Maybank2u +
+
+
+
+
+ +
+
+
+
+
+ + Cimb +
+
+
+
+
+ +
+
@@ -197,7 +238,7 @@
- +
@@ -311,6 +352,11 @@ id: 'cash', status: false }, + onlinePayment: { + bankName: '', + id: '', + status: false + }, amount: (Math.round((this.data.outstanding_amount + Number.EPSILON) * 100) / 100).toFixed(2), calculation: null } @@ -331,6 +377,14 @@ status: false, } + }, + selectOnlinePaymentBank(bankName){ + this.onlinePayment = { + bankName: bankName.bankName, + id: bankName.id, + status: true, + } + }, submitForm(){ this.parameters = {