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(