luobinjie 2 days ago
parent
commit
46038cc985
  1. 1
      src/components/report/BtnReport.vue

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

Loading…
Cancel
Save