1、检查项目无法生成小结问题,2、语言包

dhzfy
lsm 10 months ago
parent 1809bc79f7
commit 37aa54e7a9
  1. 2
      PEIS/Model/Exam/PartModel.cs
  2. 3
      PEIS/PEIS.csproj
  3. 1510
      PEIS/ReportFiles/Chinese (Simplified).frl
  4. 1
      PEIS/View/Exam/PartForm.cs

@ -190,7 +190,7 @@ namespace PEIS.Model
SELECT DISTINCT A.FeeItemName, B.Title AS RptItemName, B.summary AS TextResult, Unit = '', UnusualFlag = '',0 as SeqReport
FROM
Enrollment_FeeItem A
LEFT JOIN Report B ON A.ID = B.ReportNo AND A.eid = B.eid
LEFT JOIN Report B ON A.eid = B.eid AND (A.EID > 9999 AND A.ID = B.ReportNo OR A.EID <=9999 AND a.OldId = b.ReportNo)
WHERE
A.ItemClass = '' AND B.summary <> '' AND A.EID = {eid} AND A.DeptCode = '{deptCode}'").OrderBy(o=>o.SeqReport).ToList();

@ -648,6 +648,9 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="ReportFiles\Chinese %28Simplified%29.frl">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ReportFiles\Health.frx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>

File diff suppressed because it is too large Load Diff

@ -836,7 +836,6 @@ namespace PEIS.View.Exam
"3002", //金域检验
"3201", //放射科
"3202", //超声科
"3203", //心电科
};
if (deptCodeList.Contains(_currentDept.DeptCode) && _examPart.VerifyTime == null &&
_examPart.GiveUpTime == null && _examPart.ID == 0)

Loading…
Cancel
Save