Bläddra i källkod

修改工单信息为空的BUG

章政 8 år sedan
förälder
incheckning
7bbfb1543b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      UAS-MES/CustomControl/TextBoxWithIcon/MaCodeSearchTextBox.cs

+ 1 - 1
UAS-MES/CustomControl/TextBoxWithIcon/MaCodeSearchTextBox.cs

@@ -289,7 +289,7 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
             {
                 LogManager.DoLog(e.Message);
             }
-            if (LeaveOrEnter)
+            if (LeaveOrEnter||TextBox.Text!="")
                 LockCheckBox.Checked = true;
 
         }