|
|
|
|
@ -958,7 +958,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
clickQualityNo() { |
|
|
|
|
if (this.viewType == 'evaluate') { |
|
|
|
|
this.detailFormisOkQuality = 0 |
|
|
|
|
this.detailForm.isOkQuality = 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
clickSafeYes() { |
|
|
|
|
@ -982,8 +982,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
confirmName() { |
|
|
|
|
console.log('name===========>', this.nameImg) |
|
|
|
|
if (this.isClear) { |
|
|
|
|
if (this.isClear && this.nameImg == '') { |
|
|
|
|
this.nameImg = '' |
|
|
|
|
} else { |
|
|
|
|
this.nameImg = this.$refs.sign.submit(80, 50); |
|
|
|
|
@ -999,7 +998,7 @@ export default { |
|
|
|
|
clearName() { |
|
|
|
|
this.$refs.sign.clear() |
|
|
|
|
this.nameImg = '' |
|
|
|
|
this.isClear = true |
|
|
|
|
this.assignVisible = false |
|
|
|
|
}, |
|
|
|
|
base64toFile(dataurl, filename = 'file') { |
|
|
|
|
let arr = dataurl.split(',') |
|
|
|
|
|