|
@@ -24,8 +24,9 @@ export const JGPrint = function (data, type, printerType) {
|
|
|
return
|
|
|
}
|
|
|
LODOP.SET_SHOW_MODE('HIDE_PAPER_BOARD', 1)
|
|
|
- LODOP.ADD_PRINT_HTM('0', '0', 'RightMargin:0.1cm', 'BottomMargin:0.1cm', data)
|
|
|
- LODOP.SET_PRINT_PAGESIZE(3, 2140, '60', '')
|
|
|
+ LODOP.ADD_PRINT_HTM('0', '0', 'RightMargin:0cm', 'BottomMargin:0cm', data)
|
|
|
+ LODOP.SET_PRINT_PAGESIZE(3, 2090, 45, '')
|
|
|
+
|
|
|
if (type == 'preview') {
|
|
|
LODOP.PREVIEW()
|
|
|
}
|