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 @@