This commit is contained in:
2021-06-14 23:42:59 +00:00
parent d4076c0217
commit b2c0833e74
2 changed files with 29 additions and 7 deletions

View File

@@ -4,6 +4,12 @@
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-form ref="form">
<v-row>
<v-col cols="12">
<div class="text-h6">
{{ $ay.t("BusinessSettings") }}
</div>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-pick-list
:aya-type="ayaTypes().TaxCode"
@@ -119,12 +125,13 @@
></v-text-field>
</v-col>
<v-col cols="12">
<span class="text-h6"> {{ $ay.t("UserInterfaceSettings") }}</span>
<span class="text-h6 mt-5">
{{ $ay.t("UserInterfaceSettings") }}</span
>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-card elevation="0" outlined v-if="formState.ready">
<v-list subheader>
<!-- <v-subheader>{{ $ay.t("UserInterfaceSettings") }}</v-subheader> -->
<v-list-item link to="adm-global-logo" data-cy="logo">
<v-list-item-title>{{
$ay.t("GlobalLogo")
@@ -147,6 +154,12 @@
</v-list>
</v-card>
</v-col>
<v-col cols="12">
<div class="text-h6 mt-5">
{{ $ay.t("CustomerAccessSettings") }}
</div>
</v-col>
</v-row>
</v-form>
</div>
@@ -455,6 +468,8 @@ async function initForm(vm) {
async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([
"UserInterfaceSettings",
"BusinessSettings",
"CustomerAccessSettings",
"PickListTemplates",
"GlobalLogo",
"GlobalUseInventory",