diff --git a/PEIS/ReportFiles/Guide.frx b/PEIS/ReportFiles/Guide.frx index 7062285..d0b6a9f 100644 --- a/PEIS/ReportFiles/Guide.frx +++ b/PEIS/ReportFiles/Guide.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -148,28 +148,28 @@ namespace FastReport - + - - + + - + - - - - - - - + + + + + + + @@ -178,9 +178,24 @@ namespace FastReport - - - + + + + + + + + + + + + + + + + + + diff --git a/PEIS/ReportFiles/PReport.frx b/PEIS/ReportFiles/PReport.frx index d50d027..0912732 100644 --- a/PEIS/ReportFiles/PReport.frx +++ b/PEIS/ReportFiles/PReport.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -162,32 +162,32 @@ namespace FastReport - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - + @@ -312,7 +312,7 @@ namespace FastReport - + @@ -353,7 +353,7 @@ namespace FastReport - + @@ -528,7 +528,7 @@ namespace FastReport - + @@ -567,7 +567,7 @@ namespace FastReport - + diff --git a/PEIS/View/Enrollment/EnrollmentPersonForm.cs b/PEIS/View/Enrollment/EnrollmentPersonForm.cs index d81b178..ea22905 100644 --- a/PEIS/View/Enrollment/EnrollmentPersonForm.cs +++ b/PEIS/View/Enrollment/EnrollmentPersonForm.cs @@ -510,7 +510,7 @@ namespace PEIS.View.Enrollment try { var items = new List(); - _lstEFeeItem.Where(w => w.OrderNo != null && !w.IsHide && !(w.DeptName.Contains("金域"))).GroupBy(g => g.DeptCode).ForEach(dept => + _lstEFeeItem.Where(w => w.OrderNo != null && !w.IsHide ).GroupBy(g => g.DeptCode).ForEach(dept => { var item = new EnrollmentFeeItem() {