This commit is contained in:
2021-07-08 23:10:59 +00:00
parent 34ce13f295
commit 698b9c36d8
2 changed files with 6 additions and 28 deletions

View File

@@ -94,13 +94,13 @@
xl="3"
>
<v-text-field
v-model="obj.uPC"
v-model="obj.upc"
:readonly="formState.readOnly"
:label="$ay.t('PartUPC')"
ref="uPC"
data-cy="uPC"
:error-messages="form().serverErrors(this, 'uPC')"
@input="fieldValueChanged('uPC')"
ref="upc"
data-cy="upc"
:error-messages="form().serverErrors(this, 'upc')"
@input="fieldValueChanged('upc')"
></v-text-field>
</v-col>