From fd80b935c9f7d3a56b84dcfaedf74536c44cc4f1 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Fri, 3 Dec 2021 10:11:58 +0800 Subject: [PATCH] fix bug from testing - slide 5 - change online banking to fpx-online banking - add manual bank transfer(cash) - diable create booking butotn until payment methiod is selected --- resources/assets/sass/modules/_buttons.scss | 4 ++++ .../BookingPaymentQuotationComponent.vue | 23 +++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/resources/assets/sass/modules/_buttons.scss b/resources/assets/sass/modules/_buttons.scss index e4c1e5b4..3a9879eb 100644 --- a/resources/assets/sass/modules/_buttons.scss +++ b/resources/assets/sass/modules/_buttons.scss @@ -120,6 +120,10 @@ button:focus{ outline: none !important; } + +button:disabled { + cursor: not-allowed; +} /* Alternate buttons -------------------------------------------------- diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index ee005666..7f140821 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -204,7 +204,7 @@
-
+
@@ -213,10 +213,23 @@ viewBox="0 0 172 172" style=" fill:#000000;">
-

Online Banking

+

FPX Online Banking

+
+
+ +
+

Manual Bank Transfer

+
+
+
+
+
Cancel
- +
@@ -443,8 +456,8 @@ error: '', expandPayment: false, paymentMethod: { - name: 'Bank Transfer', - id: 'cash', + name: '', + id: '', status: false }, onlinePayment: {