This commit is contained in:
2021-04-27 21:16:02 +00:00
parent 621378a7c7
commit f7d1488e23
4 changed files with 50 additions and 29 deletions

View File

@@ -35,6 +35,7 @@
v-model="value.customerId"
:readonly="formState.readOnly"
:label="$ay.t('Customer')"
:can-clear="false"
ref="customerId"
data-cy="customerId"
:rules="[form().required(this, 'customerId')]"