From 51b88ca6992e2caa2fdc02202c051f0492ae0fb1 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Fri, 15 Dec 2023 10:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E6=83=85=E5=90=8C=E6=84=8F=E4=B9=A6?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E7=9C=BC=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outPatientRecord/leftFormList.vue | 4 +-- .../views/modules/formList/DrugInjection.vue | 17 +++++++++ .../modules/formList/InjectionTherapy.vue | 17 +++++++++ .../views/modules/formList/MinorOperation.vue | 21 +++++++++-- .../views/modules/formList/StyeForm.vue | 35 +++++++++---------- .../modules/formList/childrenLacrimal.vue | 17 +++++++++ .../formList/conjunctivalOperation.vue | 19 ++++++++++ .../views/modules/formList/cornealForeign.vue | 17 +++++++++ .../views/modules/formList/puncture.vue | 17 +++++++++ .../views/modules/formList/treatNotice.vue | 8 +++++ 10 files changed, 150 insertions(+), 22 deletions(-) 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 @@ 登记号:
+
眼别: +
+
+ 右眼 +
+
+ 左眼 +
+
+ 双眼 +
+
+
@@ -190,6 +203,7 @@ export default { printHidden: true, formId: '', confirmData: { + eyeType: '', patientName: '', patientAge: '', patientId: '', @@ -345,6 +359,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/conjunctivalOperation.vue b/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue index a84685a..13320ad 100644 --- a/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue +++ b/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue @@ -44,6 +44,19 @@
+
眼别: +
+
+ 右眼 +
+
+ 左眼 +
+
+ 双眼 +
+
+
诊断:
@@ -229,6 +242,7 @@ export default { formId: '', sourceData: {}, confirmData: { + eyeType: '', patientName: '', patientAge: '', patientId: '', @@ -388,6 +402,9 @@ export default { text-indent: 2rem; margin: 3px 0; } +.checkBox{ + cursor: pointer; +} ::v-deep .el-input__inner{ border: none; border-bottom: 1px solid #606266; @@ -403,5 +420,7 @@ export default { border: none; border-bottom: 1px solid #606266; border-radius: 0; + font-size: 16px; + padding: 0; } diff --git a/src/page-subspecialty/views/modules/formList/cornealForeign.vue b/src/page-subspecialty/views/modules/formList/cornealForeign.vue index 8e3916c..662730e 100644 --- a/src/page-subspecialty/views/modules/formList/cornealForeign.vue +++ b/src/page-subspecialty/views/modules/formList/cornealForeign.vue @@ -42,6 +42,19 @@ 登记号:
+
眼别: +
+
+ 右眼 +
+
+ 左眼 +
+
+ 双眼 +
+
+
@@ -230,6 +243,7 @@ export default { cornealKinSign: '' }, confirmData: { + eyeType: '', patientName: '', patientAge: '', patientId: '', @@ -381,6 +395,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/puncture.vue b/src/page-subspecialty/views/modules/formList/puncture.vue index 63bc34c..b2e7e3e 100644 --- a/src/page-subspecialty/views/modules/formList/puncture.vue +++ b/src/page-subspecialty/views/modules/formList/puncture.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