From 4bc9c197bcb3a116cce2eb37e4697857be950346 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 16 Dec 2025 14:40:14 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-16=20=E8=B0=83=E6=95=B4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=89=93=E5=8D=B0=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/yieldReport/com_abnormal_continue_roll.vue | 3 +-- .../modules/yieldReport/com_abnormal_material_offline.vue | 2 +- src/views/modules/yieldReport/com_produce_report_normal.vue | 2 +- src/views/modules/yieldReport/com_separate_roll.vue | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/modules/yieldReport/com_abnormal_continue_roll.vue b/src/views/modules/yieldReport/com_abnormal_continue_roll.vue index 16180e8..57f0891 100644 --- a/src/views/modules/yieldReport/com_abnormal_continue_roll.vue +++ b/src/views/modules/yieldReport/com_abnormal_continue_roll.vue @@ -285,7 +285,6 @@ export default { // 续卷操作(类似产量报告,只有一卷) async continueRoll() { - console.log(this.scheduleData) // 校验数量必须大于等于原始数量 for (let i = 0; i < this.rowDataList.length; i++) { const currentRow = this.rowDataList[i]; @@ -477,7 +476,7 @@ export default { executePrintWithTemplate(LODOP, printDataList, labelNo, printerName) { LODOP.PRINT_INIT('异常续卷标签打印'); LODOP.SET_PRINT_MODE("PRINT_NOCOLLATE", true); - LODOP.SET_PRINTER_INDEX(printerName); + //LODOP.SET_PRINTER_INDEX(printerName); for (let i = 0; i < printDataList.length; i++) { const printData = printDataList[i]; diff --git a/src/views/modules/yieldReport/com_abnormal_material_offline.vue b/src/views/modules/yieldReport/com_abnormal_material_offline.vue index b8a6218..8290c15 100644 --- a/src/views/modules/yieldReport/com_abnormal_material_offline.vue +++ b/src/views/modules/yieldReport/com_abnormal_material_offline.vue @@ -338,7 +338,7 @@ export default { LODOP.SET_PRINT_MODE("PRINT_NOCOLLATE", true); // 设置打印机 - LODOP.SET_PRINTER_INDEX(printerName); + //LODOP.SET_PRINTER_INDEX(printerName); // 循环打印每个标签 for (let i = 0; i < printDataList.length; i++) { diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index e1927fd..b45f97c 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -4947,7 +4947,7 @@ export default { LODOP.SET_PRINT_MODE("PRINT_NOCOLLATE", true); // 设置打印机 - LODOP.SET_PRINTER_INDEX(printerName); + //LODOP.SET_PRINTER_INDEX(printerName); // 循环打印每个标签 for (let i = 0; i < printDataList.length; i++) { diff --git a/src/views/modules/yieldReport/com_separate_roll.vue b/src/views/modules/yieldReport/com_separate_roll.vue index fe2502e..0475fa7 100644 --- a/src/views/modules/yieldReport/com_separate_roll.vue +++ b/src/views/modules/yieldReport/com_separate_roll.vue @@ -1468,7 +1468,7 @@ export default { LODOP.SET_PRINT_MODE("PRINT_NOCOLLATE", true); // 设置打印机 - LODOP.SET_PRINTER_INDEX(printerName); + //LODOP.SET_PRINTER_INDEX(printerName); // 循环打印每个标签 for (let i = 0; i < printDataList.length; i++) {