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 82339822..13ece0ad 100644 --- a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue @@ -224,7 +224,7 @@
-
+
@@ -266,7 +266,7 @@
-
+
Delete PO
@@ -274,7 +274,7 @@
-
+
@@ -283,7 +283,7 @@
- +
@@ -498,7 +498,8 @@ isLoading: true, booking: null, attention: false, - bearShowing: false + bearShowing: false, + oneSixEightEightServiceIds: [4, 10], } }, computed: {