|
@@ -330,7 +330,7 @@ export default {
|
|
|
let template = JSON.parse(str)
|
|
let template = JSON.parse(str)
|
|
|
hiprint.init();
|
|
hiprint.init();
|
|
|
var hiprintTemplate = new hiprint.PrintTemplate({template:template});
|
|
var hiprintTemplate = new hiprint.PrintTemplate({template:template});
|
|
|
- hiprintTemplate.print2(printData)
|
|
|
|
|
|
|
+ hiprintTemplate.print(printData)
|
|
|
info.printSeatSn = 1
|
|
info.printSeatSn = 1
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|