This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.emailAddress"
|
||||
:readonly="true"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('CustomerEmail')"
|
||||
ref="emailAddress"
|
||||
@@ -88,7 +88,7 @@
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.phone1"
|
||||
:readonly="true"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone1')"
|
||||
ref="phone1"
|
||||
@@ -108,7 +108,7 @@
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.phone2"
|
||||
:readonly="true"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone2')"
|
||||
ref="phone2"
|
||||
@@ -128,7 +128,7 @@
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.phone3"
|
||||
:readonly="true"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone3')"
|
||||
ref="phone3"
|
||||
@@ -148,7 +148,7 @@
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.phone4"
|
||||
:readonly="true"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone4')"
|
||||
ref="phone4"
|
||||
@@ -168,7 +168,7 @@
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.phone5"
|
||||
:readonly="true"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone5')"
|
||||
ref="phone5"
|
||||
|
||||
Reference in New Issue
Block a user