This commit is contained in:
2021-11-17 00:31:40 +00:00
parent 8fc2746d01
commit cfb1e758f9

View File

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