vin lookup extra succss alert
This commit is contained in:
parent
bbec912fc3
commit
d4b606e475
1 changed files with 9 additions and 1 deletions
|
|
@ -65,6 +65,14 @@
|
||||||
alertClass="alert-warning"
|
alertClass="alert-warning"
|
||||||
cmsWidgetName="NoMatchAlertWidget"
|
cmsWidgetName="NoMatchAlertWidget"
|
||||||
/>
|
/>
|
||||||
|
<alert
|
||||||
|
class="my-4"
|
||||||
|
:manualHeadline="PerfectMatchNewVinAlertReadOnlyHeader"
|
||||||
|
:manualCopy="PerfectMatchNewVinAlertReadOnlyBody"
|
||||||
|
v-model="customAlertData"
|
||||||
|
v-if="isVinFieldReadOnly"
|
||||||
|
alertClass="alert-success"
|
||||||
|
/>
|
||||||
<alert
|
<alert
|
||||||
class="my-4"
|
class="my-4"
|
||||||
:manualHeadline="MatchedDifferentVehicleAlertHeader"
|
:manualHeadline="MatchedDifferentVehicleAlertHeader"
|
||||||
|
|
@ -93,7 +101,7 @@
|
||||||
:manualHeadline="PerfectMatchNewVinAlertHeader"
|
:manualHeadline="PerfectMatchNewVinAlertHeader"
|
||||||
:manualCopy="PerfectMatchNewVinAlertBody"
|
:manualCopy="PerfectMatchNewVinAlertBody"
|
||||||
v-model="customAlertData"
|
v-model="customAlertData"
|
||||||
v-if="perfectMatchNewVinAlert && !noServiceZip && !vinNotFound && meta.valid"
|
v-if="perfectMatchNewVinAlert && !noServiceZip && !vinNotFound && meta.valid && !isVinFieldReadOnly"
|
||||||
alertClass="alert-success"
|
alertClass="alert-success"
|
||||||
/>
|
/>
|
||||||
<funnelFooter
|
<funnelFooter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue