Explorar o código

修改工单信息为空的BUG

章政 %!s(int64=8) %!d(string=hai) anos
pai
achega
7bbfb1543b

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