diff --git a/shangjian/.vs/BL/v17/.suo b/shangjian/.vs/BL/v17/.suo index e303ecf..1e8f8f2 100644 Binary files a/shangjian/.vs/BL/v17/.suo and b/shangjian/.vs/BL/v17/.suo differ diff --git a/shangjian/XGL/Views/LanJu_Operator.xaml.cs b/shangjian/XGL/Views/LanJu_Operator.xaml.cs index fd52539..30b4146 100644 --- a/shangjian/XGL/Views/LanJu_Operator.xaml.cs +++ b/shangjian/XGL/Views/LanJu_Operator.xaml.cs @@ -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 diff --git a/shangjian/XGL/obj/x86/Debug/Views/LanJu_Operator.baml b/shangjian/XGL/obj/x86/Debug/Views/LanJu_Operator.baml index 8797e21..b850f54 100644 Binary files a/shangjian/XGL/obj/x86/Debug/Views/LanJu_Operator.baml and b/shangjian/XGL/obj/x86/Debug/Views/LanJu_Operator.baml differ diff --git a/shangjian/XGL/obj/x86/Debug/XGL.exe b/shangjian/XGL/obj/x86/Debug/XGL.exe index 7b6c0b2..954ef7a 100644 Binary files a/shangjian/XGL/obj/x86/Debug/XGL.exe and b/shangjian/XGL/obj/x86/Debug/XGL.exe differ diff --git a/shangjian/XGL/obj/x86/Debug/XGL.g.resources b/shangjian/XGL/obj/x86/Debug/XGL.g.resources index e6131ae..9921649 100644 Binary files a/shangjian/XGL/obj/x86/Debug/XGL.g.resources and b/shangjian/XGL/obj/x86/Debug/XGL.g.resources differ diff --git a/shangjian/XGL/obj/x86/Debug/XGL.pdb b/shangjian/XGL/obj/x86/Debug/XGL.pdb index 4f78f49..7f5d339 100644 Binary files a/shangjian/XGL/obj/x86/Debug/XGL.pdb and b/shangjian/XGL/obj/x86/Debug/XGL.pdb differ