From e9f92de727c3beecc3dd242278f3ffe791a59394 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 12 Jun 2023 15:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E7=9A=84=E6=82=A3=E8=80=85?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E5=B8=A6=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/DrugInjection.vue | 26 +++++++++++++++++++ .../views/modules/formList/MinorOperation.vue | 26 +++++++++++++++++++ .../views/modules/formList/StyeForm.vue | 26 +++++++++++++++++++ .../modules/formList/childrenLacrimal.vue | 26 +++++++++++++++++++ .../formList/conjunctivalOperation.vue | 26 +++++++++++++++++++ .../views/modules/formList/cornealForeign.vue | 26 +++++++++++++++++++ .../views/modules/formList/puncture.vue | 26 +++++++++++++++++++ .../outpatientManagement/call/index.vue | 6 ++--- 8 files changed, 185 insertions(+), 3 deletions(-) diff --git a/src/page-subspecialty/views/modules/formList/DrugInjection.vue b/src/page-subspecialty/views/modules/formList/DrugInjection.vue index b857768..6fccbbe 100644 --- a/src/page-subspecialty/views/modules/formList/DrugInjection.vue +++ b/src/page-subspecialty/views/modules/formList/DrugInjection.vue @@ -13,6 +13,23 @@

药物注射手术知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
疾病诊断和治疗建议:
@@ -227,6 +244,11 @@ export default { printHidden: true, orgin: '', confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', drug: '', position: '', illness: '', @@ -294,6 +316,10 @@ export default { this.confirmData = JSON.parse(JSON.stringify(this.orgin)) const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId this.$store.commit('minorPatientSignM', this.confirmData.patientSign) this.$store.commit('minorKinSignM', this.confirmData.familySign) } diff --git a/src/page-subspecialty/views/modules/formList/MinorOperation.vue b/src/page-subspecialty/views/modules/formList/MinorOperation.vue index f896c56..0801475 100644 --- a/src/page-subspecialty/views/modules/formList/MinorOperation.vue +++ b/src/page-subspecialty/views/modules/formList/MinorOperation.vue @@ -13,6 +13,23 @@

干眼手术知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
疾病诊断和治疗建议:
@@ -235,6 +252,11 @@ export default { printHidden: true, orgin: '', confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', illness: '', way: '', operate: '', @@ -300,6 +322,10 @@ export default { this.confirmData = JSON.parse(JSON.stringify(this.orgin)) const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId this.$store.commit('minorPatientSignM', this.confirmData.patientSign) this.$store.commit('minorKinSignM', this.confirmData.familySign) } diff --git a/src/page-subspecialty/views/modules/formList/StyeForm.vue b/src/page-subspecialty/views/modules/formList/StyeForm.vue index 48a1bc1..7f873f5 100644 --- a/src/page-subspecialty/views/modules/formList/StyeForm.vue +++ b/src/page-subspecialty/views/modules/formList/StyeForm.vue @@ -13,6 +13,23 @@

麦粒肿/霰粒肿/肉芽肿/眼睑肿物手术知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
诊断: @@ -215,6 +232,11 @@ export default { printHidden: true, orgin: '', confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', options: [ { name: '麦粒肿切除术', @@ -301,6 +323,10 @@ export default { this.confirmData = JSON.parse(JSON.stringify(this.orgin)) const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId this.$store.commit('minorPatientSign', this.confirmData.patientSign) this.$store.commit('minorKinSign', this.confirmData.familySign) } diff --git a/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue b/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue index ad0faee..c1097da 100644 --- a/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue +++ b/src/page-subspecialty/views/modules/formList/childrenLacrimal.vue @@ -13,6 +13,23 @@

小儿泪道冲洗知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
@@ -146,6 +163,11 @@ export default { printHidden: true, formId: '', confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', diagnose: '', isPrint: '', treatName: '泪道冲洗', @@ -207,6 +229,10 @@ export default { this.$store.commit('childrenSign', this.confirmData.patientSign) } else { this.confirmData = JSON.parse(JSON.stringify(this.sourceData)) + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId this.$store.commit('childrenSign', '') this.setData() } diff --git a/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue b/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue index ea66d5a..a3f29a8 100644 --- a/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue +++ b/src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue @@ -13,6 +13,23 @@

干眼激光治疗知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
@@ -185,6 +202,11 @@ export default { formId: '', sourceData: {}, confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', relation: '', diagnose: '', patientSign: '', @@ -228,6 +250,10 @@ export default { this.confirmData.operate3Date = date const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId }, queryDiagnostic() { this.$http.get('/mzbl/getLastDiagnostic', { params: { diff --git a/src/page-subspecialty/views/modules/formList/cornealForeign.vue b/src/page-subspecialty/views/modules/formList/cornealForeign.vue index 38e6cc5..66b915b 100644 --- a/src/page-subspecialty/views/modules/formList/cornealForeign.vue +++ b/src/page-subspecialty/views/modules/formList/cornealForeign.vue @@ -13,6 +13,23 @@

角膜异物剔除术知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
@@ -182,6 +199,11 @@ export default { formId: '', sourceData: {}, confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', relation: '', isPrint: '', isTreat: '', @@ -228,6 +250,10 @@ export default { this.confirmData.operate3Date = date const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId }, async getformList() { const { data: res } = await this.$http.get('/case/getCaseById', { diff --git a/src/page-subspecialty/views/modules/formList/puncture.vue b/src/page-subspecialty/views/modules/formList/puncture.vue index 5c64c10..b0fdd33 100644 --- a/src/page-subspecialty/views/modules/formList/puncture.vue +++ b/src/page-subspecialty/views/modules/formList/puncture.vue @@ -13,6 +13,23 @@

前房穿刺知情同意书

+
+
+ 姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 科室: +
+
+ 登记号: +
+
{{ item.title }} @@ -178,6 +195,11 @@ export default { formId: '', sourceData: {}, confirmData: { + patientName: '', + patientAge: '', + patientId: '', + patientSex: '', + department: '眼科', illness: '', narcotize: '', operation: '', @@ -223,6 +245,10 @@ export default { this.confirmData.operate3Date = date const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase + this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientAge = this.patientDetail.patientAge + this.confirmData.patientSex = this.patientDetail.patientSex + this.confirmData.patientId = this.patientDetail.patientId }, async getformList() { const { data: res } = await this.$http.get('/case/getCaseById', { diff --git a/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue index 1cf77a2..a0727fa 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue @@ -77,12 +77,12 @@ - +