diff --git a/src/page-subspecialty/views/modules/formList/reportForm.vue b/src/page-subspecialty/views/modules/formList/reportForm.vue index 857f0fe..b22e77a 100644 --- a/src/page-subspecialty/views/modules/formList/reportForm.vue +++ b/src/page-subspecialty/views/modules/formList/reportForm.vue @@ -6,7 +6,11 @@ 删除
-
患者姓名:
+
+
患者姓名:
+
登记号:
+
年龄:
+
@@ -95,13 +99,14 @@ export default { fmwOs: '', jzNumber: '', patientName: '', + patientAge: '', + patientId: '', remark: '', operator: '', idList: [], operateDate: '' }, formData: { - patientName: '', form: { OD: [ { @@ -226,6 +231,8 @@ export default { if (!res.jzNumber) { this.formData = JSON.parse(JSON.stringify(this.originForm)) this.confirmData.patientName = this.patientDetail.patientName + this.confirmData.patientId = this.patientDetail.patientId + this.confirmData.patientAge = this.patientDetail.patientAge const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) this.confirmData.operator = userData.signImgBase this.confirmData.operateDate = this.$moment().format('YYYY-MM-DD')