This commit is contained in:
@@ -142,8 +142,11 @@
|
||||
>
|
||||
|
||||
<!-- --------------COMPANY ADDRESS ETC ---------------- -->
|
||||
|
||||
<v-col cols="12">
|
||||
{{ $ay.t("CompanyInformation") }}
|
||||
<div class="text-h4 primary--text">
|
||||
{{ $ay.t("CompanyInformation") }}
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-url
|
||||
@@ -161,7 +164,7 @@
|
||||
<gz-email
|
||||
v-model="obj.emailAddress"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerEmail')"
|
||||
:label="$ay.t('CompanyEmail')"
|
||||
ref="emailAddress"
|
||||
data-cy="emailAddress"
|
||||
:error-messages="form().serverErrors(this, 'emailAddress')"
|
||||
@@ -173,7 +176,7 @@
|
||||
<gz-phone
|
||||
v-model="obj.phone1"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone1')"
|
||||
:label="$ay.t('CompanyPhone1')"
|
||||
ref="phone1"
|
||||
data-cy="phone1"
|
||||
:error-messages="form().serverErrors(this, 'phone1')"
|
||||
@@ -185,7 +188,7 @@
|
||||
<gz-phone
|
||||
v-model="obj.phone2"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('CustomerPhone2')"
|
||||
:label="$ay.t('CompanyPhone2')"
|
||||
ref="phone2"
|
||||
data-cy="phone2"
|
||||
:error-messages="form().serverErrors(this, 'phone2')"
|
||||
@@ -194,7 +197,9 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<span class="text-h6"> {{ $ay.t("AddressTypePhysical") }}</span>
|
||||
<span class="text-subtitle-1">
|
||||
{{ $ay.t("AddressTypePhysical") }}</span
|
||||
>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-text-field
|
||||
@@ -273,7 +278,9 @@
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<span class="text-h6"> {{ $ay.t("AddressTypePostal") }}</span>
|
||||
<span class="text-subtitle-1">
|
||||
{{ $ay.t("AddressTypePostal") }}</span
|
||||
>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
@@ -1439,6 +1446,9 @@ async function fetchTranslatedText(vm) {
|
||||
"GlobalSignatureTitle",
|
||||
"GlobalAllowScheduleConflicts",
|
||||
"CompanyInformation",
|
||||
"CompanyEmail",
|
||||
"CompanyPhone1",
|
||||
"CompanyPhone2",
|
||||
"WebAddress",
|
||||
"AddressTypePhysical",
|
||||
"AddressTypePostal",
|
||||
|
||||
Reference in New Issue
Block a user