From 6022f2bdaca2859a129a16a5f775057a1657f65a Mon Sep 17 00:00:00 2001 From: ruanqi Date: Sat, 8 Oct 2022 22:08:35 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/print_part_label.js | 2 +- src/views/modules/production/print_seqNo_label.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/production/print_part_label.js b/src/views/modules/production/print_part_label.js index d25b2a5..d746b24 100644 --- a/src/views/modules/production/print_part_label.js +++ b/src/views/modules/production/print_part_label.js @@ -6,7 +6,7 @@ export function printPartLabel(printList) { if (LODOP) { //LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); - LODOP.SET_PRINTER_INDEXA("大标签打印机"); + // LODOP.SET_PRINTER_INDEXA("大标签打印机"); //循环调用打印机 for(let i = 0; i < printList.length; i++){ let printData = printList[i]; diff --git a/src/views/modules/production/print_seqNo_label.js b/src/views/modules/production/print_seqNo_label.js index b9e7156..5e3b85e 100644 --- a/src/views/modules/production/print_seqNo_label.js +++ b/src/views/modules/production/print_seqNo_label.js @@ -6,7 +6,7 @@ export function printSeqNoLabel(printList) { if (LODOP) { //LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); LODOP.SET_LICENSES("", "AF8A5800B84BCC5218BCF67B92627BEA", "", ""); - LODOP.SET_PRINTER_INDEXA("小标签打印机"); + // LODOP.SET_PRINTER_INDEXA("小标签打印机"); //循环调用打印机 for(let i = 0; i < printList.length; i++){ let printData = printList[i];