1、放射科科室号出错。

mzzyy
lsm 7 months ago
parent 453e756f84
commit f188642dc2
  1. 2
      PEIS/View/Exam/PartForm.cs

@ -439,7 +439,7 @@ namespace PEIS.View.Exam
OnGetExamPart();
//OnGetPatients();
// 选中检查科室提取结果按钮显示
if (_currentDept.DeptCode == "3201" || _currentDept.DeptCode == "3203" || _currentDept.DeptCode == "3204" || _currentDept.DeptCode == "3101")
if (_currentDept.DeptCode == "3201" || _currentDept.DeptCode == "3203" || _currentDept.DeptCode == "3204" || _currentDept.DeptCode == "3202")
{
tsmiPick.Visible = true;
}

Loading…
Cancel
Save