浏览代码

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

章政 8 年之前
父节点
当前提交
d6d9d000be
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
                                     }