This commit is contained in:
@@ -131,17 +131,16 @@
|
|||||||
lg="4"
|
lg="4"
|
||||||
xl="3"
|
xl="3"
|
||||||
>
|
>
|
||||||
<v-text-field
|
<gz-phone
|
||||||
v-model="obj.phone2"
|
v-model="obj.phone2"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('CustomerPhone2')"
|
:label="$ay.t('CustomerPhone2')"
|
||||||
ref="phone2"
|
ref="phone2"
|
||||||
data-cy="phone2"
|
data-cy="phone2"
|
||||||
type="tel"
|
|
||||||
:error-messages="form().serverErrors(this, 'phone2')"
|
:error-messages="form().serverErrors(this, 'phone2')"
|
||||||
@input="fieldValueChanged('phone2')"
|
@input="fieldValueChanged('phone2')"
|
||||||
></v-text-field>
|
></gz-phone>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
@@ -151,17 +150,16 @@
|
|||||||
lg="4"
|
lg="4"
|
||||||
xl="3"
|
xl="3"
|
||||||
>
|
>
|
||||||
<v-text-field
|
<gz-phone
|
||||||
v-model="obj.phone3"
|
v-model="obj.phone3"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('CustomerPhone3')"
|
:label="$ay.t('CustomerPhone3')"
|
||||||
ref="phone3"
|
ref="phone3"
|
||||||
data-cy="phone3"
|
data-cy="phone3"
|
||||||
type="tel"
|
|
||||||
:error-messages="form().serverErrors(this, 'phone3')"
|
:error-messages="form().serverErrors(this, 'phone3')"
|
||||||
@input="fieldValueChanged('phone3')"
|
@input="fieldValueChanged('phone3')"
|
||||||
></v-text-field>
|
></gz-phone>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
@@ -171,17 +169,16 @@
|
|||||||
lg="4"
|
lg="4"
|
||||||
xl="3"
|
xl="3"
|
||||||
>
|
>
|
||||||
<v-text-field
|
<gz-phone
|
||||||
v-model="obj.phone4"
|
v-model="obj.phone4"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('CustomerPhone4')"
|
:label="$ay.t('CustomerPhone4')"
|
||||||
ref="phone4"
|
ref="phone4"
|
||||||
data-cy="phone4"
|
data-cy="phone4"
|
||||||
type="tel"
|
|
||||||
:error-messages="form().serverErrors(this, 'phone4')"
|
:error-messages="form().serverErrors(this, 'phone4')"
|
||||||
@input="fieldValueChanged('phone4')"
|
@input="fieldValueChanged('phone4')"
|
||||||
></v-text-field>
|
></gz-phone>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
@@ -191,17 +188,16 @@
|
|||||||
lg="4"
|
lg="4"
|
||||||
xl="3"
|
xl="3"
|
||||||
>
|
>
|
||||||
<v-text-field
|
<gz-phone
|
||||||
v-model="obj.phone5"
|
v-model="obj.phone5"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('CustomerPhone5')"
|
:label="$ay.t('CustomerPhone5')"
|
||||||
ref="phone5"
|
ref="phone5"
|
||||||
data-cy="phone5"
|
data-cy="phone5"
|
||||||
type="tel"
|
|
||||||
:error-messages="form().serverErrors(this, 'phone5')"
|
:error-messages="form().serverErrors(this, 'phone5')"
|
||||||
@input="fieldValueChanged('phone5')"
|
@input="fieldValueChanged('phone5')"
|
||||||
></v-text-field>
|
></gz-phone>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
|
|||||||
Reference in New Issue
Block a user