This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user