This commit is contained in:
@@ -38,16 +38,22 @@
|
||||
>{{ $ay.t("WorkOrder") }} {{ 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
|
||||
|
||||
Reference in New Issue
Block a user