From 20830dea09ff3d02a8df4dfb7eae8804e8fb74a7 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Fri, 7 Aug 2026 11:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E6=A3=80=E5=BC=B9=E7=AA=97=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Admin/YeWu/PlanListService.php | 5 ++ .../src/components/Yewu/YuYue202506.vue | 56 +++++++++++++++---- 2 files changed, 50 insertions(+), 11 deletions(-) diff --git a/Laravel/app/Services/Admin/YeWu/PlanListService.php b/Laravel/app/Services/Admin/YeWu/PlanListService.php index 7d6db00..010d881 100644 --- a/Laravel/app/Services/Admin/YeWu/PlanListService.php +++ b/Laravel/app/Services/Admin/YeWu/PlanListService.php @@ -3060,6 +3060,10 @@ public function PreCheckYuYue($groups, $appointment_type, $do_type, $is_emergenc date_default_timezone_set('PRC'); $nowdatetime = date("Y-m-d H:i:s"); + // 读取执行科室提示配置 + $deptCheckConfig = DB::table('configs')->where('label', '执行科室提示')->first(); + $deptCheckEnabled = $deptCheckConfig ? $deptCheckConfig->value : '0'; + $allList = []; $hasMismatch = false; $hasFail = false; @@ -3296,6 +3300,7 @@ public function PreCheckYuYue($groups, $appointment_type, $do_type, $is_emergenc } return \Yz::Return(true, '检查完成', [ + 'dept_check_enabled' => $deptCheckEnabled, 'has_mismatch' => $hasMismatch, 'has_fail' => $hasFail, 'list' => $allList, diff --git a/YiJi-admin/src/components/Yewu/YuYue202506.vue b/YiJi-admin/src/components/Yewu/YuYue202506.vue index 052c8f8..a063c78 100644 --- a/YiJi-admin/src/components/Yewu/YuYue202506.vue +++ b/YiJi-admin/src/components/Yewu/YuYue202506.vue @@ -244,12 +244,7 @@
{{ scope.row.check_msg }}
- - - +