1.出库单据、生成出库单据、计算物料时增加货架类型用于区分信息化货架和智能货架的物料 实现分开出
This commit is contained in:
@ -21,7 +21,7 @@ namespace 货架标准上位机
|
||||
{
|
||||
client = new WebSocketClient();
|
||||
client.Setup(new TouchSocketConfig()
|
||||
.SetRemoteIPHost("ws://127.0.0.1:7789/ws")
|
||||
.SetRemoteIPHost(LocalFile.Config.WebSocketUrl)
|
||||
.ConfigureContainer(a =>
|
||||
{
|
||||
a.AddConsoleLogger();
|
||||
@ -97,7 +97,7 @@ namespace 货架标准上位机
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
|
||||
Application.Current.Dispatcher.Invoke(() =>
|
||||
{
|
||||
WarningManager.AddWarning(warning);
|
||||
@ -105,7 +105,7 @@ namespace 货架标准上位机
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
client.Send(e.DataFrame.ToText());
|
||||
}
|
||||
|
Reference in New Issue
Block a user