This commit is contained in:
2021-12-15 18:21:58 +00:00
parent 381b487972
commit 6e1b0f4021
2 changed files with 16 additions and 9 deletions

View File

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