From 5e7bc8dc1338c6db1a8d01731dbc7ccd627d8a6d Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 23 Sep 2024 15:27:55 -0400 Subject: [PATCH] CSR-2166: some temporary debugging indications for dev --- src/layouts/quote/quote.vue | 13 +++++++++++++ .../service-package-question.vue | 11 ++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 76e206586..5d3db0c3a 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -15,6 +15,12 @@ +
+

thresholdToUse: {{ thresholdToUse }}

+

externalSource: {{ externalSource }}

+

recalSettingValue: {{ recalSettingValue }}

+
+ +
+ + +

isInsuranceSelected: {{ isInsuranceSelected }}

+

isRecalibrationOnOrder: {{ isRecalibrationOnOrder }}

+

shouldHideRecalibration: {{ shouldHideRecalibration }}

+ + +
{