diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index cadc84fb..2dd3873a 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -59,6 +59,10 @@ const endpoints = { url: "/vehicle/api/v1/vehicle/lookup", method: "POST", }, + LookupVinByPlate: { + url: "/vehicle/api/v1/vehicle/lookup-vin-by-plate", + method: "POST", + }, InitializeSession: { url: "/analytics/api/v1/analytics/initialize", method: "POST", diff --git a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue index e2f0fa9c..a03c32d0 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue @@ -3,24 +3,24 @@ id="vin-lookup-alerts-wrapper" :class="wrapperCssClass" > - + /> + + \ No newline at end of file diff --git a/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue new file mode 100644 index 00000000..5d135367 --- /dev/null +++ b/src/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue @@ -0,0 +1,49 @@ + + + \ No newline at end of file diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index f495982a..56ef8aed 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -1,7 +1,8 @@ diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 3d15d67b..6adcc361 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -103,6 +103,15 @@ const routingTable = function(store) { }, ], }, + { + issPageValue: issPageValues.LICENSE_PLATE_LOOKUP, + maps: [ + { + scenario: navigationScenarios.CLICKED_BACK, + destinationIssPageValue: issPageValues.VEHICLE_LOOKUP, + }, + ], + }, { issPageValue: issPageValues.PART_QUESTIONS, maps: [