|
|
@ -681,6 +681,7 @@ export default { |
|
|
//if (e.sexId) e.sexId = dddw(this.dict.sex, "id", e.sexId, "displayName") |
|
|
//if (e.sexId) e.sexId = dddw(this.dict.sex, "id", e.sexId, "displayName") |
|
|
// if (e.patientRegisterNo) e.patientRegisterNo = " " + e.patientRegisterNo |
|
|
// if (e.patientRegisterNo) e.patientRegisterNo = " " + e.patientRegisterNo |
|
|
if (e.patientNo) e.patientNo = "'" + e.patientNo |
|
|
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) { |
|
|
if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId === this.dict.personOrgId) { |
|
|
e.groupPack = e.medicalPackageName // dddw(this.dict.medicalPackage, "id", e.medicalPackageId, "displayName") |
|
|
e.groupPack = e.medicalPackageName // dddw(this.dict.medicalPackage, "id", e.medicalPackageId, "displayName") |
|
|
} else if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId !== this.dict.personOrgId) { |
|
|
} else if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId !== this.dict.personOrgId) { |
|
|
|