Эх сурвалжийг харах

加载维护的卡通箱长度

章政 8 жил өмнө
parent
commit
bbd9fd18ee

+ 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;