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()