From aa3f2e2a4bd5f5d080ba1ae321d4c2bb39358023 Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Sat, 6 May 2023 11:36:17 +0800 Subject: [PATCH] peter --- .../360View/commonForm/deveopmentFIle.vue | 49 ++- .../360View/commonForm/optometryForm-copy.vue | 2 + .../360View/commonForm/threeVision.vue | 284 ++++++++++++++---- src/components/360View/overView/index.vue | 192 ++++++------ src/page-subspecialty/store/modules/sign.js | 155 ++++------ .../optometryManagement/dioptric/index.vue | 2 +- .../seeDoctor/informBook/notice-book.vue | 154 +++------- .../seeDoctor/informBook/rgp-book.vue | 139 ++------- .../outpatientManagement/call/index.vue | 6 +- .../outpatientManagement/treat/index.vue | 4 +- .../team/team-add-or-update.vue | 16 +- 11 files changed, 501 insertions(+), 502 deletions(-) diff --git a/src/components/360View/commonForm/deveopmentFIle.vue b/src/components/360View/commonForm/deveopmentFIle.vue index fb7c0d5..232cee1 100644 --- a/src/components/360View/commonForm/deveopmentFIle.vue +++ b/src/components/360View/commonForm/deveopmentFIle.vue @@ -201,8 +201,17 @@
-
- +
+ + + + +
@@ -267,8 +276,17 @@
-
- +
+ + + + +
@@ -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 @@