+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
@@ -214,10 +220,10 @@ export default {
// If serviceZipCode is not set, then sets the response to the registrationZipValidationResponse. Calls VALIDATE_ZIP if the serviceZipCode is set.
resultKey: "serviceZipValidationResponse",
promise: this.serviceZipCode
- ? this.dispatchStoreAction(storeActions.VALIDATE_ZIP, {
- zip: this.serviceZipCode,
- })
- : registrationZipValidationResponse,
+ ? this.dispatchStoreAction(storeActions.VALIDATE_ZIP, {
+ zip: this.serviceZipCode,
+ })
+ : registrationZipValidationResponse,
},
];
@@ -247,7 +253,7 @@ export default {
// Check if the CarId has changed.
this.isCarIdDifferent =
- vinLookup.data.vehicle.carId !== this.$store.getters.vehicle.carId;
+ vinLookup.data.vehicle.carId !== this.$store.getters.vehicle.carId;
// Handle changing car
if (
@@ -359,10 +365,10 @@ export default {
},
AlertMatchedDifferentVehicleBody() {
return this.getCmsContent("AlertMatchedDifferentVehicleWidget", "BodyText")
- .replaceAll("{custom:damage}", getDamageString())
- .replaceAll("{custom:plateLookupYear}", this.customAlertData?.vehicleInfo?.year)
- .replaceAll("{custom:plateLookupMake}", this.customAlertData?.vehicleInfo?.make)
- .replaceAll("{custom:plateLookupModel}", this.customAlertData?.vehicleInfo?.model);
+ .replaceAll("{custom:damage}", getDamageString())
+ .replaceAll("{custom:plateLookupYear}", this.customAlertData?.vehicleInfo?.year)
+ .replaceAll("{custom:plateLookupMake}", this.customAlertData?.vehicleInfo?.make)
+ .replaceAll("{custom:plateLookupModel}", this.customAlertData?.vehicleInfo?.model);
},
},
watch: {
diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue
index a754ed2a7..dfb254dc9 100644
--- a/src/layouts/vin-lookup/vin-lookup.vue
+++ b/src/layouts/vin-lookup/vin-lookup.vue
@@ -1,133 +1,133 @@