diff --git a/src/components/360View/commonForm/deveopmentFIle.vue b/src/components/360View/commonForm/deveopmentFIle.vue index 232cee1..d675da7 100644 --- a/src/components/360View/commonForm/deveopmentFIle.vue +++ b/src/components/360View/commonForm/deveopmentFIle.vue @@ -201,17 +201,8 @@
-
- - - - - +
+
@@ -276,17 +267,8 @@
-
- - - - - +
+
@@ -575,10 +557,6 @@ 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/eyesVision.vue b/src/components/360View/commonForm/eyesVision.vue index 8a448b6..195260d 100644 --- a/src/components/360View/commonForm/eyesVision.vue +++ b/src/components/360View/commonForm/eyesVision.vue @@ -103,12 +103,12 @@ - - - - - - + + + + + +
@@ -185,10 +185,19 @@
-
- +
+ + + + +
@@ -351,12 +360,12 @@ - - - - - - + + + + + +
@@ -403,10 +412,19 @@
-
- +
+ + + + +
@@ -539,6 +557,8 @@ export default { // 眼位 ywYuan: '', ywJin: '', + ywJinExtra: '', + ywYuanExtra: '', // 梯度性AC/A aca1: '', aca2: '', @@ -592,6 +612,21 @@ export default { ysSign: '', riQi: '' }, + position: [ + { + name: 'BI', + id: '1' + }, { + name: 'BO', + id: '2' + }, { + name: 'BD', + id: '3' + }, { + name: 'BU', + id: '4' + } + ], ctList: [ { name: '正位', @@ -817,6 +852,8 @@ export default { } if (!this.formData.id) { await this.queryProject() + this.formData.ywJinExtra = 'BI' + this.formData.ywYuanExtra = 'BI' this.formData.ctYuan = this.formData.ctJin = '正位' this.formData.ctYqyd = '正常' this.formData.worth1 = this.formData.worth3 = '4个'