diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index e48dddcc..f9c7ef43 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -243,6 +243,10 @@ export default { return this.isGlassServiceableInshop; }, isServiceableMobile() { + if (this.isBigTruck) { + return false; + } + if (this.isRecalibrationServiceableMobile !== null) { return ( this.isGlassServiceableMobile