foamRearStore
liuwf 8 months ago
parent 3022b935fb
commit a64d7a5273

Binary file not shown.

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

Loading…
Cancel
Save