|
@@ -83,20 +83,6 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
|
|
|
{
|
|
|
if (e.Modifiers.CompareTo(Keys.Control) == 0 && e.KeyCode == Keys.A)
|
|
|
this.SelectAll();
|
|
|
- if (e.KeyCode == Keys.Enter)
|
|
|
- {
|
|
|
- if (Text != "")
|
|
|
- {
|
|
|
- string ErrorMessage = "";
|
|
|
- if (!LogicHandler.CheckMakeStatus(Text, out ErrorMessage))
|
|
|
- {
|
|
|
- Text = "";
|
|
|
- BaseUtil.ShowError(ErrorMessage);
|
|
|
- }
|
|
|
- }
|
|
|
- else
|
|
|
- BaseUtil.ShowError("工单号不能为空");
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|