From e0ec6425989013b2e1be173413a38ad5c6dcc2e3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 15 Dec 2021 23:19:55 +0000 Subject: [PATCH] --- .../src/components/work-order-signature.vue | 23 +++++-------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/ayanova/src/components/work-order-signature.vue b/ayanova/src/components/work-order-signature.vue index 6ea713f5..cc36c6c4 100644 --- a/ayanova/src/components/work-order-signature.vue +++ b/ayanova/src/components/work-order-signature.vue @@ -16,8 +16,7 @@ @@ -65,7 +64,7 @@ v-if="$vuetify.breakpoint.xs" data-cy="sigSheet" width="275px" - height="137px" + height="75px" > - + @@ -198,16 +197,6 @@ export default { this.$emit("change"); this.openDialog = false; }, - // hasChanges(){ - // if (this.variant == "customer") { - // if(this.tempSig!= this.value.customerSignature) - // return true; - // if(this.tempDate!=this.value.) - // } else { - // this.value.techSignature = theSig; - // } - - // }, setSig(theSig) { if (this.variant == "customer") { this.value.customerSignature = theSig;