This commit is contained in:
@@ -27,23 +27,38 @@
|
|||||||
>
|
>
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
<span class="text-h5" v-if="variant == 'customer'">{{
|
<span class="text-h4" v-if="variant == 'customer'">{{
|
||||||
$ay.t("CustomerSignature")
|
$ay.t("CustomerSignature")
|
||||||
}}</span>
|
}}</span>
|
||||||
<span class="text-h5" v-else>{{ $ay.t("TechSignature") }}</span>
|
<span class="subtitle-4" v-else>{{ $ay.t("TechSignature") }}</span>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<span class="text-h6" v-if="variant == 'customer'"
|
<div class="mb-5">
|
||||||
>{{ $ay.t("WorkOrder") }} {{ this.value.serial }}</span
|
<span class="text-h5"
|
||||||
>
|
>{{ $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>
|
||||||
|
|
||||||
<vueSignature
|
<vueSignature
|
||||||
ref="sigCtrl"
|
ref="sigCtrl"
|
||||||
:sig-option="sigOption"
|
:sig-option="sigOption"
|
||||||
:disabled="disabled || imgUrl != null"
|
:disabled="disabled || imgUrl != null"
|
||||||
:default-url="imgUrl"
|
:default-url="imgUrl"
|
||||||
></vueSignature>
|
></vueSignature>
|
||||||
|
{{ sigDateLocalized }}
|
||||||
|
<div class="my-5">
|
||||||
|
<span class="subtitle-2">Signature footer here</span>
|
||||||
|
</div>
|
||||||
<template>
|
<template>
|
||||||
{{ sigDateLocalized }}
|
|
||||||
<div class="mt-8">
|
<div class="mt-8">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="tempName"
|
v-model="tempName"
|
||||||
|
|||||||
Reference in New Issue
Block a user