Browse Source

加载维护的卡通箱长度

章政 8 years ago
parent
commit
bbd9fd18ee
1 changed files with 5 additions and 0 deletions
  1. 5 0
      UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

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

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