소스 검색

加载维护的卡通箱长度

章政 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();
             thread = new Thread(getSerialData);
             try
+            {
+                OutBoxLength.Text = BaseUtil.GetCacheData("OutBoxLength").ToString();
+            }
+            catch (Exception) { }
+            try
             {
                 GetData = true;
                 serialPort1.PortName = ComList.Text;