From 726d06871b6a646ff7fea9e471ce9e617814527d Mon Sep 17 00:00:00 2001 From: edmondlang Date: Mon, 8 Jul 2024 19:07:06 +0800 Subject: [PATCH] 1688 changes --- .../elements/BookingConfirmationComponent.vue | 4 ++-- .../sections/BookingDetailsSectionComponent.vue | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue index dc4c01ba..84cba3e6 100644 --- a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue @@ -320,7 +320,7 @@ account_no: '', step:1, promoCode:"", - oneSixEightEightIds: [4, 10], + oneSixEightEightServiceIds: [4, 10], } }, computed: { @@ -328,7 +328,7 @@ return !!Object.keys(this.parameters.bankAccount).length; }, isOneSizEightEightOrder() { - return this.oneSixEightEightIds.includes(this.data.serviceType.id); + return this.oneSixEightEightServiceIds.includes(this.data.serviceType.id); } }, created(){ diff --git a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue index fb227333..3eb807f7 100644 --- a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue @@ -219,7 +219,7 @@
-
+
@@ -261,7 +261,7 @@
-
+
Delete PO
@@ -269,7 +269,7 @@
-
+
@@ -278,7 +278,7 @@
- +
@@ -492,7 +492,8 @@ isLoading: true, booking: null, attention: false, - bearShowing: false + bearShowing: false, + oneSixEightEightServiceIds: [4, 10], } }, computed: {