From 1cf39fd30f85735be7404f564474120b644bff54 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 18 Jul 2023 13:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9D=91=E6=9D=BF=E8=85=BA=E6=8C=89=E6=91=A9?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=A2=9E=E5=8A=A0=E6=82=A3=E8=80=85=E7=BB=86?= =?UTF-8?q?=E8=85=BB=E4=BA=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/reportForm.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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')