@@ -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 @@
-
-
+
+
-
+