From 58493dff9629a168168b63fa0c08f7b2a9cb1ad0 Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期三, 02 六月 2021 18:02:51 +0800
Subject: [PATCH] 1. 添加高度OK图片保存开关和动作

---
 CarrierBarcodeCtrl.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CarrierBarcodeCtrl.cs b/CarrierBarcodeCtrl.cs
index 999e1e9..aaa1b0f 100644
--- a/CarrierBarcodeCtrl.cs
+++ b/CarrierBarcodeCtrl.cs
@@ -92,8 +92,11 @@
             }
             else
             {
-                CarrierBarcode = temp;
-                temp = "";
+                if (temp.Length == 13)
+                {
+                    CarrierBarcode = temp;
+                    temp = "";
+                }
             }
         }
     }

--
Gitblit v1.8.0