From fd5db4e206df6c87928306d9436bcdf343ec72ca Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 30 Nov 2022 15:42:44 -0500 Subject: [PATCH] CSR-944 vin optional alert info --- src/layouts/estimate/estimate.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 20a47e357..3d0d16b4a 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -22,7 +22,7 @@
@@ -250,6 +250,11 @@ export default { skipVinLookup() { return this.isRepair || this.isVinOptionalVehicle; }, + alertInfo() { + return this.isVinOptionalVehicle && !this.isRepair + ? "AlertQuoteVinOptional" + : "AlertQuoteReady"; + }, }, watch: { serviceZipCode() {