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];