diff --git a/PEIS/Model/Enrollment/EnrollmentOrgModel.cs b/PEIS/Model/Enrollment/EnrollmentOrgModel.cs index e57dd47..8a95e8f 100644 --- a/PEIS/Model/Enrollment/EnrollmentOrgModel.cs +++ b/PEIS/Model/Enrollment/EnrollmentOrgModel.cs @@ -113,7 +113,8 @@ namespace PEIS.Model.Enrollment a.Tel1, c.DeptName, a.SignTime, - (SELECT SUM(Fee) FROM Enrollment_CheckCost WHERE a.ID = EID AND a.OEID = OEID AND DeleteTime IS NULL) AS Fee + (SELECT SUM(Fee) FROM Enrollment_CheckCost WHERE a.ID = EID AND a.OEID = OEID AND DeleteTime IS NULL) AS Fee, + a.Description FROM Enrollment_Patient a LEFT JOIN Base_Patient b ON a.PID = b.ID diff --git a/PEIS/ReportFiles/OrgExcel.frx b/PEIS/ReportFiles/OrgExcel.frx index badbd3a..be9127e 100644 --- a/PEIS/ReportFiles/OrgExcel.frx +++ b/PEIS/ReportFiles/OrgExcel.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -22,7 +22,7 @@ namespace FastReport private void PeopleCount_AfterData(object sender, EventArgs e) { DataSourceBase rowData = Report.GetDataSource("O"); - Cell86.Text = rowData["SignTime"] == null ? "" : Convert.ToDateTime(rowData["SignTime"]).ToString("yyyy-MM-dd"); + Cell87.Text = rowData["SignTime"] == null ? "" : Convert.ToDateTime(rowData["SignTime"]).ToString("yyyy-MM-dd"); } } } @@ -46,11 +46,12 @@ namespace FastReport - - - + + + + @@ -61,8 +62,9 @@ namespace FastReport - - + + + @@ -73,11 +75,12 @@ namespace FastReport - - - + + + + @@ -88,8 +91,9 @@ namespace FastReport - - + + +