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;