INSR-6190 Don't show mobile service option for big truck

This commit is contained in:
Josh Dassinger 2026-02-11 14:51:46 -06:00
parent 29998788c1
commit 1413267f16

View file

@ -243,6 +243,10 @@ export default {
return this.isGlassServiceableInshop;
},
isServiceableMobile() {
if (this.isBigTruck) {
return false;
}
if (this.isRecalibrationServiceableMobile !== null) {
return (
this.isGlassServiceableMobile