|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
// }
|
|
|
// })
|
|
|
// })
|
|
|
- // setTimeout(function () {
|
|
|
+ setTimeout(function () {
|
|
|
//Blob
|
|
|
hiprintTemplate.toPdf(printData,'单据打印',{isDownload:false,type:''}).then(blob=>{
|
|
|
this.blob=blob
|
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
}).catch(err => {
|
|
|
this.err=err
|
|
|
})
|
|
|
- // }, 1000)
|
|
|
+ }, 1000)
|
|
|
|
|
|
}else {
|
|
|
this.$Message.warning(this.$t('W_006'))
|