From 18683734b65414eea4eeb591f0327f3a785d92eb Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Tue, 16 May 2023 17:49:09 +0800 Subject: [PATCH] peter --- src/components/360View/index1.vue | 5 +- src/components/patient-search/data-list.vue | 51 ++---- src/components/patient-search/index.vue | 166 ++++++++++-------- src/page-subspecialty/router/index.js | 105 ++++++----- .../optometryManagement/dioptric/index.vue | 8 +- .../outpatientManagement/call/index.vue | 12 +- .../outpatientManagement/treat/index.vue | 12 +- .../scientificManagement/search/index.vue | 11 +- src/page-subspecialty/views/pages/login.vue | 8 +- 9 files changed, 174 insertions(+), 204 deletions(-) diff --git a/src/components/360View/index1.vue b/src/components/360View/index1.vue index 2bd5ff3..c61aad9 100644 --- a/src/components/360View/index1.vue +++ b/src/components/360View/index1.vue @@ -272,6 +272,7 @@ export default { sharkFlag: true, patientBaseData: {}, timeAxisNodeInfo: [], // 点击左侧时间轴获取到的中间区域详细信息 + doctorId: '', // date: '', // 点击时间轴的时间 source: '', // 数据集数据来源 collectList: '', // 数据集数据 @@ -396,8 +397,10 @@ export default { this.drawerWidth = (this.drawerWidth === '500px') ? '800px' : '500px' }, backList() { - if (this.$route.query.patientId) { + if (this.$route.query.patientId && !this.$route.query.doctorId) { this.$router.go(-1) + } else if (this.$route.query.doctorId) { + this.$router.push('/outpatientManagement-call') } else { this.$parent.detailViewVisible = false this.$parent.getDataListInitial() diff --git a/src/components/patient-search/data-list.vue b/src/components/patient-search/data-list.vue index bde3e04..4f79994 100644 --- a/src/components/patient-search/data-list.vue +++ b/src/components/patient-search/data-list.vue @@ -39,7 +39,6 @@ - @@ -75,46 +74,22 @@ - - - - - + diff --git a/src/page-subspecialty/views/pages/login.vue b/src/page-subspecialty/views/pages/login.vue index 6bfd215..e9c23b6 100644 --- a/src/page-subspecialty/views/pages/login.vue +++ b/src/page-subspecialty/views/pages/login.vue @@ -17,15 +17,14 @@ :model="dataForm" :rules="dataRule" status-icon - @keyup.enter.native="dataFormSubmitHandle()" > - + - + @@ -86,6 +85,9 @@ export default { // this.getCaptcha() }, methods: { + submitNext() { + this.$refs.passWord.focus() + }, // 获取验证码 async getCaptcha() { this.dataForm.uuid = getUUID()