From 9b6092ef5c8b1f2c787b463accdc100ef45c176a Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 17 Jun 2024 11:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/label/print_issureSo_label.js | 4 ++-- src/views/modules/label/print_poReceive_label.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/label/print_issureSo_label.js b/src/views/modules/label/print_issureSo_label.js index df1c8f6..aa1b78a 100644 --- a/src/views/modules/label/print_issureSo_label.js +++ b/src/views/modules/label/print_issureSo_label.js @@ -45,8 +45,8 @@ export function printIssureSoLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",12); LODOP.SET_PRINT_STYLEA(0,"Bold",1); } - // LODOP.PRINT_DESIGN(); - LODOP.PREVIEW(); + LODOP.PRINT_DESIGN(); + // LODOP.PREVIEW(); // LODOP.PRINT(); console.log("操作成功!") } diff --git a/src/views/modules/label/print_poReceive_label.js b/src/views/modules/label/print_poReceive_label.js index 9592f81..198c257 100644 --- a/src/views/modules/label/print_poReceive_label.js +++ b/src/views/modules/label/print_poReceive_label.js @@ -40,8 +40,8 @@ export function printPoReceiveLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",11); } - // LODOP.PRINT_DESIGN(); - LODOP.PREVIEW(); + LODOP.PRINT_DESIGN(); + // LODOP.PREVIEW(); // LODOP.PRINT(); console.log("操作成功!") }