Explorar o código

执行进度下一工序为空正常显示已过工序

shim %!s(int64=8) %!d(string=hai) anos
pai
achega
4da92a1537
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UAS-MES/FunctionCode/Query/Query_ExeProgress.cs

+ 1 - 1
UAS-MES/FunctionCode/Query/Query_ExeProgress.cs

@@ -212,7 +212,7 @@ namespace UAS_MES.Query
                                 else
                                 {
                                     //通过加绿色
-                                    if (passed)
+                                    if (PastStep.Contains(dt.Rows[i]["CD_STEPCODE"].ToString()))
                                     {
                                         PaintColor.Add(Brushes.Green);
                                     }