This commit is contained in:
2022-01-26 18:55:40 +00:00
parent 0d2a8b445f
commit c29e59881f
2 changed files with 17 additions and 1 deletions

View File

@@ -85,6 +85,7 @@
data-cy="woState"
:all-states="pvm.selectLists.quotestatus"
:allowed-states="pvm.selectLists.allowedquotestatus"
:error-messages="form().serverErrors(this, 'LastStatusId')"
/>
</v-col>
@@ -102,6 +103,7 @@
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly || value.userIsRestrictedType"
:pvm="pvm"
:error-messages="form().serverErrors(this, 'Address')"
data-cy="woAddress"
/>
</v-col>