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