Explorar el Código

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

zhangjiaxin hace 10 meses
padre
commit
d4f2d7c120

+ 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;