소스 검색

修复报告导出汽车清洁度导出结果判断BUG

zhangjiaxin 10 달 전
부모
커밋
d4f2d7c120
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      OTSIncAReportApp/1-UI/OTSReportExport/OTSReport_Export.cs
  2. 1 1
      OTSIncAReportApp/1-UI/OTSReportExport/Template/DataTemplate.cs

+ 1 - 1
OTSIncAReportApp/1-UI/OTSReportExport/OTSReport_Export.cs

@@ -727,7 +727,7 @@ namespace OTSIncAReportApp
                     {
                         isINCA = true;
                     }
-                        DEVReport.setResultGrid(isINCA);
+                    DEVReport.setResultGrid(isINCA);
                     richTextBox1.ScrollToCaret();
                 }
             }

+ 1 - 1
OTSIncAReportApp/1-UI/OTSReportExport/Template/DataTemplate.cs

@@ -628,7 +628,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
                         b3 = false;
                     }
                 }
-                if (!b1&&!b2&&!b3)
+                if (!b1||!b2||!b3)
                 {
                     xrLabel3.Text = "Sauberkeit n.i.O. / Cleanliness not ok";
                     xrLabel3.ForeColor= Color.Red;