From bed2ee9acedcae491b9732e21bed8a66b801111c Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Mon, 17 Apr 2023 16:39:56 +0800 Subject: [PATCH] peter --- .../360View/afterPart/index-copy.vue | 753 ++++++++++++++++++ .../commonForm/deveopmentFIle-copy.vue | 37 +- .../360View/commonForm/optometryForm-copy.vue | 56 +- .../360View/forePart/index-copy.vue | 217 ++++- src/components/360View/index.vue | 204 ++--- .../360View/medicalRecord/index.vue | 3 +- .../outPatientRecord/afterForm-copy.vue | 150 ++++ .../outPatientRecord/diagnosisForm.vue | 4 +- .../outPatientRecord/historyForm.vue | 8 +- .../medicalRecord/outPatientRecord/index.vue | 156 ++-- .../optometryManagement/dioptric/index.vue | 3 + .../outpatientManagement/call/index.vue | 3 + .../outpatientManagement/treat/index.vue | 3 + 13 files changed, 1370 insertions(+), 227 deletions(-) create mode 100644 src/components/360View/afterPart/index-copy.vue create mode 100644 src/components/360View/medicalRecord/outPatientRecord/afterForm-copy.vue diff --git a/src/components/360View/afterPart/index-copy.vue b/src/components/360View/afterPart/index-copy.vue new file mode 100644 index 0000000..81d5c04 --- /dev/null +++ b/src/components/360View/afterPart/index-copy.vue @@ -0,0 +1,753 @@ + + + + diff --git a/src/components/360View/commonForm/deveopmentFIle-copy.vue b/src/components/360View/commonForm/deveopmentFIle-copy.vue index 3868464..199fb73 100644 --- a/src/components/360View/commonForm/deveopmentFIle-copy.vue +++ b/src/components/360View/commonForm/deveopmentFIle-copy.vue @@ -1,11 +1,11 @@ diff --git a/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue b/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue index f0f25d7..720d0c8 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/historyForm.vue @@ -1,13 +1,13 @@ diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue index 2335094..00719af 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue @@ -285,13 +285,16 @@ export default { }, // 查看详情 showDetail(scopeRow, index) { + console.log('视光', scopeRow) this.receiveTreat(scopeRow) this.onlyRead = index !== 1 this.detailViewVisible = true this.patientId = scopeRow.patientId this.patientIdNumber = scopeRow.patientIdNumber const mzName = scopeRow.mzDoctorName ? scopeRow.mzDoctorName : '' + const jzNumber = scopeRow.jzNumber ? scopeRow.jzNumber : '' window.localStorage.setItem('mzDoctorName', mzName) + window.localStorage.setItem('jzNumber', jzNumber) this.$nextTick(() => { // // 根据id获取患者信息--中间上侧患者信息 this.$refs.viewRef.getPatientData() diff --git a/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue index cc260a4..96d75e0 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue @@ -277,12 +277,15 @@ export default { }, // 查看详情 showDetail(scopeRow, index) { + console.log(scopeRow) this.onlyRead = index !== 1 this.detailViewVisible = true this.patientId = scopeRow.patientId this.patientIdNumber = scopeRow.patientIdNumber const mzName = scopeRow.mzDoctorName ? scopeRow.mzDoctorName : '' + const jzNumber = scopeRow.jzNumber ? scopeRow.jzNumber : '' window.localStorage.setItem('mzDoctorName', mzName) + window.localStorage.setItem('jzNumber', jzNumber) this.$nextTick(() => { // // 根据id获取患者信息--中间上侧患者信息 this.$refs.viewRef.getPatientData() diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue index 8058b1b..7734462 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue @@ -281,12 +281,15 @@ export default { }, // 查看详情 showDetail(scopeRow, index) { + console.log('treat', scopeRow) this.onlyRead = index !== 1 this.detailViewVisible = true this.patientId = scopeRow.patientId this.patientIdNumber = scopeRow.patientIdNumber const mzName = scopeRow.mzDoctorName ? scopeRow.mzDoctorName : '' + const jzNumber = scopeRow.jzNumber ? scopeRow.jzNumber : '' window.localStorage.setItem('mzDoctorName', mzName) + window.localStorage.setItem('jzNumber', jzNumber) this.$nextTick(() => { // // 根据id获取患者信息--中间上侧患者信息 this.$refs.viewRef.getPatientData()