This commit is contained in:
2020-12-01 22:11:25 +00:00
parent e2b3a03682
commit 6e28b2af9d
4 changed files with 53 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
lg="4"
xl="3"
>
<v-text-field
<!-- <v-text-field
v-model="obj.phone1"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
@@ -104,7 +104,19 @@
type="tel"
:error-messages="form().serverErrors(this, 'phone1')"
@input="fieldValueChanged('phone1')"
></v-text-field>
prepend-icon="$ayiPhoneAlt"
@click:prepend="console.log('CLICK')"
></v-text-field> -->
<gz-phone
v-model="obj.phone1"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
:label="$ay.t('CustomerPhone1')"
ref="phone1"
data-cy="phone1"
:error-messages="form().serverErrors(this, 'phone1')"
@input="fieldValueChanged('phone1')"
></gz-phone>
</v-col>
<v-col