@@ -365,6 +383,8 @@ export default {
ydzOs: '', // 眼底照
ywOd: '', // 眼位
ywOs: '', // 眼位
+ ywOdExtra: '', // 眼位
+ ywOsExtra: '', // 眼位
yyOd: '', // 眼压
yyOs: '', // 眼压
yzOd: '', // 眼轴
@@ -482,7 +502,22 @@ export default {
}, {
name: '主觉验光'
}, {
- name: '眼位'
+ name: '眼位',
+ position: [
+ {
+ name: 'BI',
+ id: '1'
+ }, {
+ name: 'BO',
+ id: '2'
+ }, {
+ name: 'BD',
+ id: '3'
+ }, {
+ name: 'BU',
+ id: '4'
+ }
+ ]
}, {
name: '眼压/mmHg'
}, {
@@ -540,6 +575,10 @@ export default {
)
if (res.code === 0) {
this.dataForm = res.data
+ if (!this.dataForm.id) {
+ this.dataForm.ywOdExtra = 'BI'
+ this.dataForm.ywOsExtra = 'BI'
+ }
} else {
this.$message.error(res.msg)
}
diff --git a/src/components/360View/commonForm/optometryForm-copy.vue b/src/components/360View/commonForm/optometryForm-copy.vue
index ba7429f..9c7ba45 100644
--- a/src/components/360View/commonForm/optometryForm-copy.vue
+++ b/src/components/360View/commonForm/optometryForm-copy.vue
@@ -567,6 +567,8 @@ export default {
const userData = JSON.parse(window.localStorage.getItem('qg-userData'))
const date = this.$moment().format('YYYY-MM-DD')
const mzName = window.localStorage.getItem('mzDoctorName')
+ this.dataForm.tongk = '正常瞳孔'
+ this.dataForm.jianchaFangfa = '综合'
this.dataForm.ygsSign = userData.signImgBase
this.dataForm.ysSign = mzName
this.dataForm.riQi = date
diff --git a/src/components/360View/commonForm/threeVision.vue b/src/components/360View/commonForm/threeVision.vue
index 55658ab..39195e9 100644
--- a/src/components/360View/commonForm/threeVision.vue
+++ b/src/components/360View/commonForm/threeVision.vue
@@ -1,6 +1,6 @@
-
+
打印
保存
@@ -40,34 +40,82 @@
>
-
-
-
-
-
-
@@ -77,33 +125,81 @@
>
-
-
-
-
-
-
@@ -113,33 +209,81 @@
>
-
-
-
-
-
-
@@ -157,32 +301,32 @@
@@ -193,32 +337,32 @@
@@ -229,32 +373,32 @@
@@ -513,8 +657,11 @@