update to hide/display policy zip field
This commit is contained in:
parent
4d8e59c930
commit
2097227538
1 changed files with 1 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
validationRules="policy-number-required" />
|
validationRules="policy-number-required" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mt-4" v-if="this.displayPolicyZip">
|
<div class="row mt-4" v-if="this.isCoverageEnabled">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
inputId="policyZipCode"
|
inputId="policyZipCode"
|
||||||
|
|
@ -356,11 +356,6 @@ export default {
|
||||||
displayGlassOnlyQuestion() {
|
displayGlassOnlyQuestion() {
|
||||||
return !!this.getCmsContent("GlassOnlyQuestion","QuestionText");
|
return !!this.getCmsContent("GlassOnlyQuestion","QuestionText");
|
||||||
},
|
},
|
||||||
displayPolicyZip() {
|
|
||||||
if (this.isCoverageEnabled && !this.mainStore.issConfig.disabledFields.policyNumber) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
getStates() {
|
getStates() {
|
||||||
return states;
|
return states;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue