This commit is contained in:
2021-12-15 16:17:38 +00:00
parent 26f8de86a3
commit 381b487972
2 changed files with 14 additions and 1 deletions

View File

@@ -198,6 +198,16 @@ 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;