-
@@ -368,7 +527,7 @@ export default {
// 交替遮盖实验
ctYuan: '',
jtzgsyFront: '',
- ctYqyd: '',
+ ctYqyd: '正常',
// 集合近点
npcPld: '',
npcHfd: '',
@@ -407,7 +566,7 @@ export default {
fccOs: '',
fccOu: '',
// 初步诊断
- cbzdCheck: true,
+ cbzdCheck: false,
cbzdJsgnyc: [],
cbzdTjgnyc: [],
cbzdXs: [],
@@ -418,6 +577,159 @@ export default {
ysSign: '',
riQi: ''
},
+ ctList: [
+ {
+ name: '正位',
+ id: '1'
+ },
+ {
+ name: '外->中',
+ id: '2'
+ },
+ {
+ name: '内->中',
+ id: '3'
+ }
+ ],
+ worthList: [
+ {
+ name: '5个',
+ id: '1'
+ },
+ {
+ name: '4个',
+ id: '2'
+ },
+ {
+ name: '3个',
+ id: '3'
+ },
+ {
+ name: '2个',
+ id: '4'
+ }
+ ],
+ npcList: [
+ {
+ name: '笔灯',
+ isSelect: true
+ }, {
+ name: '调节视标',
+ isSelect: false
+ }
+ ],
+ acaList: [
+ {
+ name: '+1.00',
+ isSelect: false
+ }, {
+ name: '-1.00',
+ isSelect: true
+ }
+ ],
+ ampList: [
+ {
+ name: '负镜法',
+ isSelect: false
+ }, {
+ name: '移近法',
+ isSelect: false
+ }
+ ],
+ afList: [
+ {
+ name: 'cpm (+)',
+ id: '1'
+ }, {
+ name: 'cpm (-)',
+ id: '2'
+ }, {
+ name: 'cpm',
+ id: '3'
+ }
+ ],
+ stereoList: [
+ {
+ name: '400“',
+ id: '1'
+ },
+ {
+ name: '200“',
+ id: '2'
+ },
+ {
+ name: '100“',
+ id: '3'
+ },
+ {
+ name: '60“',
+ id: '4'
+ },
+ {
+ name: '无',
+ id: '5'
+ }
+ ],
+ dispersionList: [
+ {
+ name: '集合不足',
+ isSelect: false
+ }, {
+ name: '集合过度',
+ isSelect: false
+ }, {
+ name: '散开不足',
+ isSelect: false
+ }, {
+ name: '散开过度',
+ isSelect: false
+ }, {
+ name: '内隐科',
+ isSelect: false
+ }, {
+ name: '外隐科',
+ isSelect: false
+ }, {
+ name: '假性集合不足',
+ isSelect: false
+ }, {
+ name: '融像性聚散功能异常',
+ isSelect: false
+ }
+ ],
+ regulatoryList: [
+ {
+ name: '调节灵敏度下降',
+ isSelect: false
+ }, {
+ name: '调节不能持久',
+ isSelect: false
+ }, {
+ name: '调节不足',
+ isSelect: false
+ }, {
+ name: '调节过度',
+ isSelect: false
+ }, {
+ name: '调节麻痹',
+ isSelect: false
+ }
+ ],
+ strabismusList: [
+ {
+ name: '内斜视',
+ isSelect: false
+ }, {
+ name: '外斜视',
+ isSelect: false
+ }, {
+ name: '间歇性外斜视',
+ isSelect: false
+ }, {
+ name: '垂直斜',
+ isSelect: false
+ }
+ ],
tableData: [
{
name: '屈光状态',
@@ -481,67 +793,7 @@ export default {
b: '',
c: ''
}, {
- name: '初步诊断',
- a: [
- {
- name: '集合不足',
- id: '1'
- }, {
- name: '集合过度',
- id: '2'
- }, {
- name: '散开不足',
- id: '3'
- }, {
- name: '散开过度',
- id: '4'
- }, {
- name: '内隐科',
- id: '5'
- }, {
- name: '外隐科',
- id: '6'
- }, {
- name: '假性集合不足',
- id: '7'
- }, {
- name: '融像性聚散功能异常',
- id: '8'
- }
- ],
- b: [
- {
- name: '调节灵敏度下降',
- id: '1'
- }, {
- name: '调节不能持久',
- id: '2'
- }, {
- name: '调节不足',
- id: '3'
- }, {
- name: '调节过度',
- id: '4'
- }, {
- name: '调节麻痹',
- id: '5'
- }
- ],
- c: [
- {
- name: '内斜视',
- id: '1'
- }, {
- name: '外斜视',
- id: '2'
- }, {
- name: '间歇性外斜视',
- id: '3'
- }, {
- name: '垂直斜',
- id: '4'
- }
- ]
+ name: '初步诊断'
}, {
name: '建议',
value: ''
@@ -586,10 +838,25 @@ export default {
form.cbzdXs = form.cbzdXs ? form.cbzdXs.split(',') : []
this.formData = form
if (!this.formData.id) {
+ form.ctYqyd = '正常'
+ form.worth1 = form.worth3 = '4个'
+ form.worth2 = form.worth4 = '融像'
+ form.stereoRdd = form.stereoTno = '60“'
this.setSign()
}
})
},
+ selectWorth(val, type) {
+ if (val === '5个') {
+ type === 'od' ? this.formData.worth2 = '复视' : this.formData.worth4 = '复视'
+ } else if (val === '4个') {
+ type === 'od' ? this.formData.worth2 = '融像' : this.formData.worth4 = '融像'
+ } else if (val === '3个') {
+ type === 'od' ? this.formData.worth2 = '右眼抑制' : this.formData.worth4 = '右眼抑制'
+ } else if (val === '2个') {
+ type === 'od' ? this.formData.worth2 = '左眼抑制' : this.formData.worth4 = '左眼抑制'
+ }
+ },
// 获取患者信息
async getPatientData() {
const { data: res } = await this.$http.get(
@@ -637,13 +904,13 @@ export default {
rowspan: 2,
colspan: 1
}
- } else if (rowIndex === 15 || rowIndex === 16) {
+ } else if (rowIndex === 16) {
return {
rowspan: 1,
colspan: 3
}
}
- } else if (rowIndex === 14) {
+ } else if (rowIndex === 14 || rowIndex === 15) {
if (columnIndex === 1) {
return {
rowspan: 1,
@@ -749,3 +1016,10 @@ export default {
}
}
+
diff --git a/src/components/360View/commonForm/optometryForm-copy.vue b/src/components/360View/commonForm/optometryForm-copy.vue
index 6dd7b63..6f24c7d 100644
--- a/src/components/360View/commonForm/optometryForm-copy.vue
+++ b/src/components/360View/commonForm/optometryForm-copy.vue
@@ -18,7 +18,7 @@
性别:
年龄:
屈光发育档案:
-
+
-
+
-
+
diff --git a/src/components/360View/overView/index.vue b/src/components/360View/overView/index.vue
index 62d7b66..c1c2691 100644
--- a/src/components/360View/overView/index.vue
+++ b/src/components/360View/overView/index.vue
@@ -6,46 +6,77 @@
{{ item.category }}
{{ item.createTime }}
-
-
+
+
主诉:
- {{ item.zs }}
+ {{ item.zs }}
现病史:
- {{ item.xbs }}
+ {{ item.xbs }}
既往史:
- {{ item.jws }}
+ {{ item.jws }}
- 诊断:
- {{ item.zd }}
+ 专科检查:
+ {{ item.jc }}
治疗意见:
- {{ item.zlyj }}
+ {{ item.zlyj }}
-
+
+
+
+ 主诉:
+ {{ item.zs }}
+
- 处置:
+ 现病史:
+ {{ item.xbs }}
- 检查:
- {{ item.jc }}
+ 既往史:
+ {{ item.jws }}
- 用药:
- {{ item.yy }}
+ 专科检查:
+ {{ item.jc }}
- 治疗:
- {{ item.zl }}
+ 治疗意见:
+ {{ item.zlyj }}
+
+
@@ -141,8 +172,9 @@ export default {
}
.info{
width: 100%;
- height: 48px;
- line-height: 48px;
+ //height: 48px;
+ //display: flex;
+ line-height: 40px;
padding-left: 20px;
}
}
diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue
index 00719af..a512e65 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue
@@ -43,6 +43,7 @@
{{ item.label }}
+ 顺呼
新增
@@ -57,45 +58,46 @@
tooltip-effect="dark"
style="width: 100%"
>
-
-
+
+
{{ scope.row.patientStatus | patientStatus }}
-
+
{{ scope.row.patientName }}
-
+
{{ scope.row.patientBirthday ? $options.filters.dateFilterTwo( scope.row.patientBirthday): '- ' }}
-
-
-
+
+
+
{{ getYLProject(scope.row.zlProjectList) }}
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+ {{ scope.row.callStatus | callStatus }}
+
+
+
+
+ 叫号