提交代码

This commit is contained in:
hehaibing-1996
2024-05-03 11:04:59 +08:00
parent 97888c6978
commit d283924ae1
48 changed files with 802 additions and 509 deletions

View File

@ -56,13 +56,12 @@ namespace 货架标准上位机
m_logger.Info(e.DataFrame.ToText());
if (!client.Client.IsClient)
{
client.Send("已收到");
client.Send("已收到");
}
//返回的报警信息 出入库盘点等日志信息
else
{
TextBoxLog.AddLog(e.DataFrame.ToText(), "123", DateTime.Now);
//Growl.Error(e.DataFrame.ToText());
TextBoxLog.AddLog(e.DataFrame.ToText(), "InstoreLog", DateTime.Now);
}
return;