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) {