1
This commit is contained in:
@@ -1927,7 +1927,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
if (CompileDate.HasValue && CompileDate.Value >= startDate && CompileDate.Value <= endDate)
|
||||
{
|
||||
Quantity1Dic[UnitId] = Quantity1Dic[UnitId] + 1;
|
||||
if (IsOnceQualified == "1")
|
||||
if (IsOnceQualified == "1" || IsOnceQualified == "True")
|
||||
{
|
||||
Quantity3Dic[UnitId] = Quantity3Dic[UnitId] + 1;
|
||||
}
|
||||
@@ -1935,13 +1935,13 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
//if (InspectionDate.HasValue && InspectionDate.Value >= startDate && InspectionDate.Value <= endDate)
|
||||
//{
|
||||
// Quantity1Dic[UnitId] = Quantity1Dic[UnitId] + 1;
|
||||
// if (IsOnceQualified == "1")
|
||||
// if (IsOnceQualified == "1" || IsOnceQualified == "True")
|
||||
// {
|
||||
// Quantity3Dic[UnitId] = Quantity3Dic[UnitId] + 1;
|
||||
// }
|
||||
//}
|
||||
Quantity2Dic[UnitId] = Quantity2Dic[UnitId] + 1;
|
||||
if (IsOnceQualified == "1")
|
||||
if (IsOnceQualified == "1" || IsOnceQualified == "True")
|
||||
{
|
||||
Quantity4Dic[UnitId] = Quantity4Dic[UnitId] + 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user