CASH-2025: temp commenting during dev
This commit is contained in:
parent
3cbddd8cda
commit
9af898604d
1 changed files with 13 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm" v-slot="{ meta }">
|
||||
<loadingModal ref="loadingModal" />
|
||||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
||||
|
||||
<div>
|
||||
<p style="font-size: 10px; color: darkblue">
|
||||
alternateGlassPartsForOem: {{ alternateGlassPartsForOem }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="container quote position-relative"
|
||||
:class="[showSaveProgressPopup ? 'initial-popup-open' : '']">
|
||||
|
|
@ -743,6 +750,12 @@ export default {
|
|||
this.lineItems.supportingItems = this.filterOutFees(this.lineItems.supportingItems);
|
||||
}
|
||||
|
||||
// isOemGlassSelected?
|
||||
// if it IS, then swap out the glass parts in the line items for these
|
||||
|
||||
// if it's NOT selected BUT alternateGlassPartsForOem exist, then swap out
|
||||
// // the existing glass line items for whatever is in alternateGlassPartsForOem
|
||||
|
||||
if (this.lineItems.glassParts?.length > 0) {
|
||||
this.dispatchStoreAction(
|
||||
this.storeActions.SAVE_GLASS_PARTS_SUPPRESSING_STATE_RESETTING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue