patrick.xu
2021-12-29 c39b6196509ee07d5799cd2a6611700995948f5b
CarrierBarcodeCtrl.cs
@@ -6,6 +6,7 @@
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
namespace M423project
{
@@ -92,9 +93,12 @@
            }
            else
            {
                Trace.TraceInformation($"扫码输入:{temp}");
                if (temp.Length == 13)
                {
                    CarrierBarcode = temp;
                    Trace.TraceInformation($"条码输入信息:{temp}");
                    temp = "";
                }
            }