|
|
|
@ -725,12 +725,12 @@ export default { |
|
|
|
if (e.isLock) e.isLock = e.isLock == 'Y' ? '√' : '' |
|
|
|
//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.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") |
|
|
|
e.packGroup = e.medicalPackageName // dddw(this.dict.medicalPackage, "id", e.medicalPackageId, "displayName") |
|
|
|
} else if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId !== this.dict.personOrgId) { |
|
|
|
e.groupPack = e.customerOrgGroupName // dddw(this.dict.customerOrgGroupAll, "id", e.customerOrgGroupId, "displayName") |
|
|
|
e.packGroup = e.customerOrgGroupName // dddw(this.dict.customerOrgGroupAll, "id", e.customerOrgGroupId, "displayName") |
|
|
|
} |
|
|
|
//if (e.nationId) e.nationId = dddw(this.dict.nation, "id", e.nationId, "displayName") |
|
|
|
// if (e.idNo) e.idNo = " " + e.idNo |
|
|
|
|