From 591732137812a6bd38370cc0971b202f90a181f3 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Wed, 22 May 2024 19:30:28 +0800
Subject: [PATCH] occ
---
src/components/common/LocalConfig.vue | 8 ++
src/components/occDisease/OccDisease.vue | 64 +++++++++---
src/components/occDisease/OccDiseaseBase.vue | 98 ++++++++-----------
.../occDisease/OccDiseasePoison.vue | 4 +-
src/components/patientRegister/PatientLis.vue | 1 +
.../patientRegister/PatientRegisterEdit.vue | 80 ++++++++++-----
src/utlis/proFunc.js | 6 ++
7 files changed, 162 insertions(+), 99 deletions(-)
diff --git a/src/components/common/LocalConfig.vue b/src/components/common/LocalConfig.vue
index 2b8c756..e8f9b7b 100644
--- a/src/components/common/LocalConfig.vue
+++ b/src/components/common/LocalConfig.vue
@@ -48,6 +48,13 @@
+
+
+
+
+
+
+
@@ -99,6 +106,7 @@ export default {
edit: 'standard', //standard/qztl 人员登记组件版本
editHeight: 0, // 相较与标准版,选组合项目组件,减少高度
immediateToHisCharge: true, // 人员登记保存后,立即发送收费申请
+ findPatientByName:true, // 人员登记,启有人名查询
printGuideLabel: ["guide", "pacs", "lis"], // 保存后打印指引单与条码
},
lisLabel: { // 检验条码打印
diff --git a/src/components/occDisease/OccDisease.vue b/src/components/occDisease/OccDisease.vue
index 7ce9ed4..3daeeb4 100644
--- a/src/components/occDisease/OccDisease.vue
+++ b/src/components/occDisease/OccDisease.vue
@@ -2,29 +2,31 @@
-
+
-
+
-
+
-
+
-
+
+ 测试
+ 删除
确定
关闭
@@ -34,6 +36,7 @@