|
|
@ -2125,6 +2125,8 @@ export default { |
|
|
if (e.guidePrintTimes) e.guidePrintTimes = e.guidePrintTimes > 0 ? '打印' : '' |
|
|
if (e.guidePrintTimes) e.guidePrintTimes = e.guidePrintTimes > 0 ? '打印' : '' |
|
|
if (e.isLock) e.isLock = e.isLock == 'Y' ? '锁住' : '' |
|
|
if (e.isLock) e.isLock = e.isLock == 'Y' ? '锁住' : '' |
|
|
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.patientNo)e.patientNo='&'+e.patientNo |
|
|
if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId === this.dict.personOrgId) { |
|
|
if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId === this.dict.personOrgId) { |
|
|
e.groupPack = dddw(this.dict.medicalPackage, "id", e.medicalPackageId, "displayName") |
|
|
e.groupPack = 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) { |
|
|
|