From 3ad5c5533f0f7bf2c74bbc0d6a7955427c76712a Mon Sep 17 00:00:00 2001 From: suizihe <2958847195@qq.com> Date: Thu, 6 Nov 2025 09:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=97=A8=E8=AF=8A=E6=8C=82=E5=8F=B7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=A1=A3=E6=A1=88=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=AE=8C=E6=88=90=E6=82=A3=E8=80=85=E6=A1=A3=E6=A1=88?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/charge/outpatientregistration/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue index 72dd63e7..37b40668 100644 --- a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue +++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue @@ -7,6 +7,7 @@
门诊挂号
+ 档案 新建 查询 电子凭证 @@ -602,6 +603,12 @@ import { formatDate, formatDateStr } from '@/utils/index'; const patientInfo = ref({}); +// 跳转到患者档案管理页面 + const goToPatientRecord = () => { + // 使用Vue Router进行路由导航,在当前页面打开新的路由层级 + router.push('/system/basicmanage/patientmanagement'); + }; + const router = useRouter(); const { proxy } = getCurrentInstance(); const { sys_normal_disable, sys_user_sex, med_chrgitm_type,medfee_paymtd_code } = proxy.useDict(