From bfdb25c51958e6458fdbe5b3b2c0040a803ce4ef Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期五, 09 一月 2026 17:17:43 +0800
Subject: [PATCH] 修改mes篮具扫码确认收到单号才修改产品单号,以及S9打印条码与plc的交互完成信号
---
src/Bro.M141.Process/UI/DataPrinter.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Bro.M141.Process/UI/DataPrinter.cs b/src/Bro.M141.Process/UI/DataPrinter.cs
index 31ab720..915180d 100644
--- a/src/Bro.M141.Process/UI/DataPrinter.cs
+++ b/src/Bro.M141.Process/UI/DataPrinter.cs
@@ -151,7 +151,7 @@
if (Config141.Isprint && !string.IsNullOrEmpty(obj.tary_label))
{
- Process141.StartPrint(obj.tary_label, "Honeywell PX240S(300 dpi)");
+ Process141.StartPrint(obj.tary_label, "Honeywell PX240S (300 dpi)");
}
}
else
--
Gitblit v1.8.0