This commit is contained in:
zds
2022-08-25 11:26:42 +08:00
parent bad5e07f04
commit 08e820ffce
16 changed files with 68 additions and 21 deletions

View File

@@ -145,7 +145,7 @@ export default {
}
const LODOP = getLodop()
LODOP.PRINT_INIT('')
LODOP.SET_PRINT_PAGESIZE(1, '150mm', '100mm', '')
LODOP.SET_PRINT_PAGESIZE(2, '150mm', '100mm', '')
LODOP.ADD_PRINT_RECT('2mm', '2mm', '146mm', '96mm', 0, 1)
LODOP.SET_PRINT_STYLE('FontSize', 23)
LODOP.SET_PRINT_STYLE('Bold', 1)