This commit is contained in:
2021-06-22 22:34:18 +00:00
parent 1d2f5fa3f0
commit d32639438a
2 changed files with 76 additions and 13 deletions

View File

@@ -38,16 +38,22 @@
>{{ $ay.t("WorkOrder") }}&nbsp;{{ this.value.serial }}</span
>
</div>
<div>
<span class="text-h6">Signature title here</span>
</div>
<div class="mb-5">
<span class="subtitle-1"
>Signature header here with a lot of text that might span a long
ways</span
>
</div>
<template v-if="variant == 'customer'">
<div v-if="$store.state.globalSettings.signatureTitle">
<span class="text-h6">{{
$store.state.globalSettings.signatureTitle
}}</span>
</div>
<div
class="mb-5"
v-if="$store.state.globalSettings.signatureHeader"
>
<span class="subtitle-1">{{
$store.state.globalSettings.signatureHeader
}}</span>
</div>
</template>
<vueSignature
ref="sigCtrl"
:sig-option="sigOption"
@@ -55,9 +61,16 @@
:default-url="imgUrl"
></vueSignature>
{{ sigDateLocalized }}
<div class="my-5">
<span class="subtitle-2">Signature footer here</span>
</div>
<template v-if="variant == 'customer'">
<div
class="my-5"
v-if="$store.state.globalSettings.signatureFooter"
>
<span class="subtitle-2">{{
$store.state.globalSettings.signatureFooter
}}</span>
</div>
</template>
<template>
<div class="mt-8">
<v-text-field