From 46038cc985c1cc0050fd49823c7604d82cd62718 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Mon, 15 Dec 2025 11:04:22 +0800 Subject: [PATCH] ui --- src/components/report/BtnReport.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue index 864826f..efafafe 100644 --- a/src/components/report/BtnReport.vue +++ b/src/components/report/BtnReport.vue @@ -681,6 +681,7 @@ export default { //if (e.sexId) e.sexId = dddw(this.dict.sex, "id", e.sexId, "displayName") // if (e.patientRegisterNo) e.patientRegisterNo = " " + e.patientRegisterNo if (e.patientNo) e.patientNo = "'" + e.patientNo + if (e.idNo) e.idNo = "'" + e.idNo if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId === this.dict.personOrgId) { e.groupPack = e.medicalPackageName // dddw(this.dict.medicalPackage, "id", e.medicalPackageId, "displayName") } else if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId !== this.dict.personOrgId) {