collection-v1.0
liuwf 9 months ago
parent 6aef71bb50
commit ae5ffb07d4

@ -556,11 +556,10 @@ namespace Aucma.Scada.UI.viewModel.AssemblyPlan
{
await Task.Run(() =>
{
if (listTime == null)
{
listTime = _baseBomInfoServices.getWorkTime().Result;
if (listTime == null) return;
}
listTime = _baseBomInfoServices.getWorkTime().Result;
if (listTime == null) return;
//获取小时产量
List<dynamic> hourAmount = assemblyPlanBusiness.GetHourAmount();
if (hourAmount != null)

Loading…
Cancel
Save