lilei 2 vuotta sitten
vanhempi
commit
e3ba97fa3e

+ 1 - 1
src/views/expenseManagement/expenseReimbursement/previewModal.vue

@@ -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,'费用报销单')