INSR-6190 Don't show mobile service option for big truck
This commit is contained in:
parent
29998788c1
commit
1413267f16
1 changed files with 4 additions and 0 deletions
|
|
@ -243,6 +243,10 @@ export default {
|
||||||
return this.isGlassServiceableInshop;
|
return this.isGlassServiceableInshop;
|
||||||
},
|
},
|
||||||
isServiceableMobile() {
|
isServiceableMobile() {
|
||||||
|
if (this.isBigTruck) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (this.isRecalibrationServiceableMobile !== null) {
|
if (this.isRecalibrationServiceableMobile !== null) {
|
||||||
return (
|
return (
|
||||||
this.isGlassServiceableMobile
|
this.isGlassServiceableMobile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue