This commit is contained in:
parent
78a2b0f525
commit
3bc378cd12
|
|
@ -1955,7 +1955,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;
|
||||
}
|
||||
|
|
@ -1963,13 +1963,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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue