INSR-8540 | Allow heavy trucks to do mobile
This commit is contained in:
parent
ab4eb77ca5
commit
6e96a4635c
1 changed files with 0 additions and 4 deletions
|
|
@ -249,10 +249,6 @@ export default {
|
||||||
return this.isGlassServiceableInshop;
|
return this.isGlassServiceableInshop;
|
||||||
},
|
},
|
||||||
isServiceableMobile() {
|
isServiceableMobile() {
|
||||||
if (this.isBigTruck) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.isRecalibrationServiceableMobile === true || this.isRecalibrationServiceableMobile === false) {
|
if (this.isRecalibrationServiceableMobile === true || this.isRecalibrationServiceableMobile === false) {
|
||||||
return (
|
return (
|
||||||
this.isGlassServiceableMobile
|
this.isGlassServiceableMobile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue