Validate CLIN PoP against configurable contract start and end dates

This commit is contained in:
leigh-mil
2019-09-05 11:25:14 -04:00
parent 5419e1c475
commit e4ca027065
3 changed files with 57 additions and 20 deletions

View File

@@ -314,15 +314,9 @@
</div>
{% endif %}
<div class="form-row">
<p class="usa-input-error-message form-has-errors">
<template v-if='showPopError'>
{% if fields and fields.start_date.errors %}
{{ fields.start_date.errors[0] }}
{% else %}
{{ "forms.task_order.start_date_error" | translate }}
{% endif %}
</template>
</p>
<div class="usa-input-error-message form-has-errors" v-for="error in popErrors" :key="error">
<div v-html='error'></div>
</div>
</div>
</div>