瀏覽代碼

修改工单信息为空的BUG

章政 8 年之前
父節點
當前提交
7bbfb1543b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 
         }