From c03e10c3a9c4c44344163a6923b08cfd75d93eb0 Mon Sep 17 00:00:00 2001 From: yanzai Date: Mon, 24 Feb 2025 22:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E8=AE=B0=E5=BD=95=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Admin/YeWu/AppointmentService.php | 4 ++++ el-admin/.env.production | 2 +- .../src/views/AppointmentMngr/AppointmentList.vue | 15 +++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Laravel/app/Services/Admin/YeWu/AppointmentService.php b/Laravel/app/Services/Admin/YeWu/AppointmentService.php index 18fbedd..e3af07a 100644 --- a/Laravel/app/Services/Admin/YeWu/AppointmentService.php +++ b/Laravel/app/Services/Admin/YeWu/AppointmentService.php @@ -31,6 +31,10 @@ class AppointmentService $sql=$sql .' and a.calendar_id = ? '; array_push($canshu, $arr['searchInfo']['calendarId']); } + if(isset($arr['searchInfo']['type'])){ + $sql=$sql .' and a.type = ? '; + array_push($canshu, $arr['searchInfo']['type']); + } if($arr['searchInfo']['dateRange']){ diff --git a/el-admin/.env.production b/el-admin/.env.production index d476a58..3e024d3 100644 --- a/el-admin/.env.production +++ b/el-admin/.env.production @@ -1,5 +1,5 @@ ENV = 'production' -VITE_APP_API_6666666 = 'http://192.168.50.123:33583/common/la/public/api/' +VITE_APP_API_66666666 = 'http://192.168.50.123:33583/common/la/public/api/' VITE_APP_FILE_66666666 = 'http://192.168.50.123:33583/common/la/public' VITE_APP_API = 'http://172.31.68.39:33583/common/la/public/api/' diff --git a/el-admin/src/views/AppointmentMngr/AppointmentList.vue b/el-admin/src/views/AppointmentMngr/AppointmentList.vue index 70d158a..db25802 100644 --- a/el-admin/src/views/AppointmentMngr/AppointmentList.vue +++ b/el-admin/src/views/AppointmentMngr/AppointmentList.vue @@ -3,7 +3,14 @@
- 机构名称 + 类型 + + + + + + + 机构名称 @@ -13,7 +20,7 @@ - 时间段 + 时间段
@@ -67,9 +74,9 @@