From 7e42384a7c008efc2923f812b387a75d88ad334f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 14 Mar 2022 15:16:07 -0400 Subject: [PATCH] Changes for license plate lookup --- src/constants/store-mutations.js | 2 ++ .../license-plate-lookup.vue | 36 ++++++++++++++----- src/store/index.js | 7 ++++ 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/src/constants/store-mutations.js b/src/constants/store-mutations.js index 62d839b54..b11873abb 100644 --- a/src/constants/store-mutations.js +++ b/src/constants/store-mutations.js @@ -10,10 +10,12 @@ const storeMutations = { UPDATE_VEHICLE_IMAGE_URL: "updateVehicleImageUrl", UPDATE_VEHICLE_IMAGE_VIF_NUMBER: "updateVehicleImageVifNumber", UPDATE_VEHICLE_IMAGE_COLOR: "updateVehicleImageColor", + UPDATE_VEHICLE_VIN: "updateVehicleVin", UPDATE_IS_REPAIR: "updateIsRepair", UPDATE_NUMBER_OF_CHIPS: "updateNumberOfChips", UPDATE_GLASS_TO_REPLACE: "updateGlassToReplace", UPDATE_PARTS: "updateParts", + UPDATE_REGISTRATION_LICENSE_PLATE : "updateRegistrationLicensePlate", UPDATE_REGISTRATION_ADDRESS: "updateRegistrationAddress", UPDATE_REGISTRATION_CITY: "updateRegistrationCity", UPDATE_REGISTRATION_STATE: "updateRegistrationState", diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index 5bc2dc640..4c28b9566 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -3,8 +3,8 @@ - - +