From 86f899fa91e811415614dff1a699141144bfc802 Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期五, 12 十二月 2025 13:25:37 +0800
Subject: [PATCH] S5上传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..31ab720 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