浏览代码

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

Hcsy 8 年之前
父节点
当前提交
44ee3c3233
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

+ 5 - 0
UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

@@ -90,6 +90,11 @@ namespace UAS_MES.Make
             catch (Exception) { }
             thread = new Thread(getSerialData);
             try
+            {
+                OutBoxLength.Text = BaseUtil.GetCacheData("OutBoxLength").ToString();
+            }
+            catch (Exception) { }
+            try
             {
                 GetData = true;
                 serialPort1.PortName = ComList.Text;