liuwf 1 year ago
parent 7118418147
commit ba42901258

@ -1498,6 +1498,8 @@ namespace Khd.Core.Wpf.Form
return; return;
} }
if (material == null) if (material == null)
{ {
MsgText.Text = "未查询到该条码内容!"; MsgText.Text = "未查询到该条码内容!";
@ -1690,6 +1692,11 @@ namespace Khd.Core.Wpf.Form
MsgText.Text = $"未查询到该容器{txtInBox.Text}!"; MsgText.Text = $"未查询到该容器{txtInBox.Text}!";
txtInBox.Text = string.Empty; txtInBox.Text = string.Empty;
txtInBox.Focus(); txtInBox.Focus();
}else if(container.ContainerStatus == "1")
{
MsgText.Text = $"该容器已经在库里,请检查是否重复!";
txtInBox.Text = string.Empty;
txtInBox.Focus();
} }
else else
{ {

Loading…
Cancel
Save