From c2c5df874ae21f6aa5d246faab028804cab8ee4c Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Tue, 18 Feb 2025 15:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E6=A1=A3=E6=A1=88=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/medicalFile/index.vue | 4 +++- acupuncture-前台/src/views/patientFile/index.vue | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index 604127b6..be9f385d 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -1478,6 +1478,8 @@ export default { }; }, created() { + let idCard = this.$route.query.idCard + this.queryParams.param.idCard = idCard || '' this.getList(); this.getFollowupQuery(); }, @@ -1754,7 +1756,7 @@ export default { } .form-item-age >>> .el-input { - width: 90px; + width: 100px; } >>> .el-drawer.rtl { diff --git a/acupuncture-前台/src/views/patientFile/index.vue b/acupuncture-前台/src/views/patientFile/index.vue index 6aa2330f..ffdb54f0 100644 --- a/acupuncture-前台/src/views/patientFile/index.vue +++ b/acupuncture-前台/src/views/patientFile/index.vue @@ -386,6 +386,7 @@ phone: "", // 联系电话 idCardType: "", // 证件类型 idCard: "", // 证件号码 + "source": 1, currentIllnessHistory: [], // 现病史 currentIllnessHistoryQt: "", // 现病史 }; @@ -430,6 +431,13 @@ this.formDisabled = true; this.form = JSON.parse(JSON.stringify(row)); }, + /** 诊疗档案 */ + handleArchives(row) { + this.form = JSON.parse(JSON.stringify(row)); + this.$router.push({ + path:`/medicalIndex?idCard=${row.idCard}` + }) + }, /** 提交按钮 */ submitForm: function() { this.$refs["form"].validate((valid) => {