瀏覽代碼

加载维护的卡通箱长度

章政 8 年之前
父節點
當前提交
bbd9fd18ee
共有 1 個文件被更改,包括 5 次插入0 次删除
  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();
             dh = new DataHelper();
             thread = new Thread(getSerialData);
             thread = new Thread(getSerialData);
             try
             try
+            {
+                OutBoxLength.Text = BaseUtil.GetCacheData("OutBoxLength").ToString();
+            }
+            catch (Exception) { }
+            try
             {
             {
                 GetData = true;
                 GetData = true;
                 serialPort1.PortName = ComList.Text;
                 serialPort1.PortName = ComList.Text;