From f6326d8e85b55a290ca88c9f14a0f2a9ecbf6971 Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期六, 07 三月 2026 14:03:31 +0800
Subject: [PATCH] 修改S6_MES上传条码逻辑

---
 src/Bro.M141.Process/UI/DataPrinter.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/Bro.M141.Process/UI/DataPrinter.cs b/src/Bro.M141.Process/UI/DataPrinter.cs
index e842daa..915180d 100644
--- a/src/Bro.M141.Process/UI/DataPrinter.cs
+++ b/src/Bro.M141.Process/UI/DataPrinter.cs
@@ -79,7 +79,6 @@
                     // 灏嗘潯鐮佸叏閮ㄩ�変腑锛屼笅涓�娆℃壂鐮佺殑鏃跺�欙紝鏃ф潯鐮佸氨浼氳鏂版潯鐮佽鐩�
                     Data_Textbox.SelectAll();
                     // 澶勭悊鏉$爜
-                    // ProcessBarcode(barcode);
                     DatatoGridView(barcode);
 
                     Data_Textbox.Focus();
@@ -152,7 +151,7 @@
 
                                         if (Config141.Isprint && !string.IsNullOrEmpty(obj.tary_label))
                                         {
-                                            Process141.StartPrint(obj.tary_label);
+                                            Process141.StartPrint(obj.tary_label, "Honeywell PX240S (300 dpi)");
                                         }
                                     }
                                     else

--
Gitblit v1.8.0