zhaoaomin 2 years ago
parent 6da8eca0c6
commit 9dafaf3738

Binary file not shown.

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

Loading…
Cancel
Save