+
@@ -321,10 +321,11 @@ export default {
data() {
return {
printObj: {
- id: 'development',
+ id: 'threeFunc',
extraHead: '
,
diff --git a/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue b/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue
index df473ac..8dcd858 100644
--- a/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue
+++ b/src/components/360View/medicalRecord/outPatientRecord/diagnosisForm.vue
@@ -6,8 +6,8 @@
-
-
+
+
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/components/360View/medicalRecord/outPatientRecord/index.vue b/src/components/360View/medicalRecord/outPatientRecord/index.vue
index b7dc710..4fedc7e 100644
--- a/src/components/360View/medicalRecord/outPatientRecord/index.vue
+++ b/src/components/360View/medicalRecord/outPatientRecord/index.vue
@@ -37,8 +37,8 @@
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()