From e6aa82bfe5ef07a4058ede84836978e18f6a0a21 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 4 Jul 2024 09:43:33 +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 473023a..6bd97cf 100644 --- a/src/views/modules/label/print_issureSo_label.js +++ b/src/views/modules/label/print_issureSo_label.js @@ -45,9 +45,9 @@ export function printIssureSoLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",12); LODOP.SET_PRINT_STYLEA(0,"Bold",1); } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); // LODOP.PREVIEW(); - // LODOP.PRINT(); + 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 d0d1926..d572af3 100644 --- a/src/views/modules/label/print_poReceive_label.js +++ b/src/views/modules/label/print_poReceive_label.js @@ -40,9 +40,9 @@ export function printPoReceiveLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",11); } - LODOP.PRINT_DESIGN(); + // LODOP.PRINT_DESIGN(); // LODOP.PREVIEW(); - // LODOP.PRINT(); + LODOP.PRINT(); console.log("操作成功!") } }