From b4422a0dca05f8768d9bc94a9245d4f5b5cda628 Mon Sep 17 00:00:00 2001 From: qk123 <18211963828@163.com> Date: Wed, 7 Jan 2026 13:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B4=B9=E5=B7=A5=E4=BD=9C=E7=AB=99:?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=90=8E=E6=8C=89=E9=92=AE=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98,=E6=A1=A3=E6=A1=88=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=97=A0=E5=8F=8D=E5=BA=94=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charge/outpatientregistration/index.vue | 37 +++---------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue index c4d524de..2001d9b4 100644 --- a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue +++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue @@ -43,38 +43,6 @@ - - - 新建 - - - 查询 - - - 电子凭证 - - - 身份证 - - - 医保卡 - - - @@ -991,6 +959,11 @@ async function handleReadCard(value) { // } } +/** 跳转到患者档案页面 */ +function goToPatientRecord() { + router.push('/patient/patientmgr'); +} + /** 新增用户信息弹窗 */ function handleAddPatient() { proxy.$refs['patientAddRef'].show(); // 确保子组件更新后再调用 show 方法