diff --git a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue
index ce239f5..711118c 100644
--- a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue
+++ b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue
@@ -57,12 +57,12 @@ export default {
formTypeList: [
{
type: '治疗',
- list: ['眼科激光手术患者知情同意书', '眼科激光手术治疗', '眼底血管造影知情同意书', '眼底血管造影患者预约单',
+ list: ['眼科激光手术治疗', '眼底血管造影知情同意书', '眼底血管造影患者预约单',
'三面镜检查结果记录', '房角镜检查结果记录', '三面镜/眼部激光治疗流程', '眼科门诊治疗须知']
},
{
type: '同意书',
- list: ['干眼激光治疗知情同意书', '干眼手术知情同意书', '角膜异物剔除术知情同意书',
+ list: ['眼科激光手术患者知情同意书', '干眼激光治疗知情同意书', '干眼手术知情同意书', '角膜异物剔除术知情同意书',
'麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书', '前房穿刺知情同意书', '球旁注射同意书',
'小儿泪道冲洗知情同意书', '药物注射手术知情同意书']
},
diff --git a/src/page-subspecialty/views/modules/formList/DrugInjection.vue b/src/page-subspecialty/views/modules/formList/DrugInjection.vue
index 2d20e70..52c67a0 100644
--- a/src/page-subspecialty/views/modules/formList/DrugInjection.vue
+++ b/src/page-subspecialty/views/modules/formList/DrugInjection.vue
@@ -42,6 +42,19 @@
登记号:
+
疾病诊断和治疗建议:
@@ -271,6 +284,7 @@ export default {
printHidden: true,
orgin: '',
confirmData: {
+ eyeType: '',
patientName: '',
patientAge: '',
patientId: '',
@@ -412,6 +426,9 @@ export default {
.underline{
text-decoration: underline;
}
+.checkBox{
+ cursor: pointer;
+}
::v-deep .el-icon-arrow-up{
display: none;
}
diff --git a/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue b/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
index 302523b..c719461 100644
--- a/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
+++ b/src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
@@ -39,6 +39,19 @@
登记号:
+
诊断:
@@ -160,6 +173,7 @@ export default {
printHidden: true,
orgin: '',
confirmData: {
+ eyeType: '',
options: [
{
name: 'OD',
@@ -310,6 +324,9 @@ export default {
.underline{
text-decoration: underline;
}
+.checkBox{
+ cursor: pointer;
+}
::v-deep .el-icon-arrow-up{
display: none;
}
diff --git a/src/page-subspecialty/views/modules/formList/MinorOperation.vue b/src/page-subspecialty/views/modules/formList/MinorOperation.vue
index 1beec45..8f9e776 100644
--- a/src/page-subspecialty/views/modules/formList/MinorOperation.vue
+++ b/src/page-subspecialty/views/modules/formList/MinorOperation.vue
@@ -42,10 +42,23 @@
登记号:
+
疾病诊断和治疗建议:
-
+
医生已告知我患有
,需要在
麻醉下进行手术。
@@ -279,6 +292,7 @@ export default {
printHidden: true,
orgin: '',
confirmData: {
+ eyeType: '',
patientName: '',
patientAge: '',
patientId: '',
@@ -410,7 +424,7 @@ export default {
.strongTitle{
font-size: 20px;
font-weight: bold;
- margin: 10px 0 5px 0;
+ margin: 5px 0;
}
.strong{
font-weight: bold;
@@ -432,4 +446,7 @@ export default {
::v-deep .el-input__prefix{
display: none;
}
+.checkBox{
+ cursor: pointer;
+}
diff --git a/src/page-subspecialty/views/modules/formList/StyeForm.vue b/src/page-subspecialty/views/modules/formList/StyeForm.vue
index 2616f43..8f6a17f 100644
--- a/src/page-subspecialty/views/modules/formList/StyeForm.vue
+++ b/src/page-subspecialty/views/modules/formList/StyeForm.vue
@@ -42,27 +42,23 @@
登记号:
+
诊断:
-
- 眼别:
-
-
-
-
手术名称:
@@ -269,6 +265,7 @@ export default {
minorKinSign: ''
},
confirmData: {
+ eyeType: '',
patientName: '',
patientAge: '',
patientId: '',
@@ -289,7 +286,6 @@ export default {
isSelect: false
}
],
- eyeType: '',
diagnose: '',
operationName: '',
narcotism: '局部浸润麻醉',
@@ -432,6 +428,9 @@ export default {
.underline{
text-decoration: underline;
}
+.checkBox{
+ cursor: pointer;
+}
::v-deep .el-icon-arrow-up{
display: none;
}
diff --git a/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue b/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue
index 74a8409..89c173b 100644
--- a/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue
+++ b/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue
@@ -42,6 +42,19 @@
登记号:
+
+
+
{{ item.title }}
@@ -222,6 +235,7 @@ export default {
formId: '',
sourceData: {},
confirmData: {
+ eyeType: '',
patientName: '',
patientAge: '',
patientId: '',
@@ -376,6 +390,9 @@ export default {
text-indent: 2rem;
margin: 3px 0;
}
+.checkBox{
+ cursor: pointer;
+}
::v-deep .el-input__inner{
border: none;
border-bottom: 1px solid #cccccc;
diff --git a/src/page-subspecialty/views/modules/formList/treatNotice.vue b/src/page-subspecialty/views/modules/formList/treatNotice.vue
index d5edd9e..8568fe5 100644
--- a/src/page-subspecialty/views/modules/formList/treatNotice.vue
+++ b/src/page-subspecialty/views/modules/formList/treatNotice.vue
@@ -226,6 +226,13 @@ export default {
}
this.handleSaveTable()
},
+ queryDiagnostic() {
+ this.$http.get('/mzbl/getLastDiagnostic', { params: {
+ patientId: this.patientDetail.patientId
+ }}).then(data => {
+ this.confirmData.zd = data.data.data
+ })
+ },
getConfirmDetail() {
this.$http.get('/mzbl/getMzblykmzxz', { params: {
caseId: this.caseId
@@ -236,6 +243,7 @@ export default {
this.formListValue.patientSign = detail.patientSign
this.formListValue.patientJsSign = detail.patientJsSign
if (!detail.jzNumber) {
+ this.queryDiagnostic()
const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.confirmData.czzSign = userData.signImgBase
this.confirmData.patientName = this.patientDetail.patientName