|
@@ -162,7 +162,7 @@ export default {
|
|
|
this.$store.state.app.curActionPermission = 'B_eRPrint'
|
|
|
// html, type, callback, printLogParams
|
|
|
// console.log(htmlStr)
|
|
|
- jGPlPrint(htmlStr.join('').split('&-NEWPAGE-&'), 'preview', function (res) {
|
|
|
+ jGPlPrint(htmlStr.join('').split('&-NEWPAGE-&'), 'print', function (res) {
|
|
|
_this.$store.state.app.curActionPermission = ''
|
|
|
_this.$emit('printOk', res)
|
|
|
},null,'费用报销单')
|