zhaoaomin 2 years ago
parent 6da8eca0c6
commit 9dafaf3738

Binary file not shown.

@ -206,12 +206,12 @@ namespace XGL.Views
orderList.Add(order);
}
foreach (var item in orderList)
{
string bumb = formingMachineService.getnumber(deviceCode, plantime, isbaiye);
LogHelper.instance.log.Info($@"当前查询到当前机台{deviceCode}工作数量为{bumb}");
item.totalCount = bumb;
}
//foreach (var item in orderList)
//{
// string bumb = formingMachineService.getnumber(deviceCode, plantime, isbaiye);
// LogHelper.instance.log.Info($@"当前查询到当前机台{deviceCode}工作数量为{bumb}");
// item.totalCount = bumb;
//}
if (orderList != null)
{
//使用Dispatcher来在UI线程上更新UI

Loading…
Cancel
Save