From f188642dc275c1649618bac5634b3e8d2b317636 Mon Sep 17 00:00:00 2001 From: lsm Date: Tue, 29 Oct 2024 16:59:15 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=94=BE=E5=B0=84=E7=A7=91=E7=A7=91?= =?UTF-8?q?=E5=AE=A4=E5=8F=B7=E5=87=BA=E9=94=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/View/Exam/PartForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PEIS/View/Exam/PartForm.cs b/PEIS/View/Exam/PartForm.cs index 5b373e5..ad7e4ec 100644 --- a/PEIS/View/Exam/PartForm.cs +++ b/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; }