diff --git a/public/sysConfig.json b/public/sysConfig.json index 9fd57d7..9a5ce7a 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,7 +1,7 @@ { - "apiurl": "http://192.168.2.67:9529", + "apiurl": "http://140.143.162.39:9529", "softName": "神豚体检管理系统", - "pacsApi":"http://192.168.2.74:9529", - "dcmViewers":"https://app.mzaktj.com:4436", - "pacsApiHttps":"https://app.mzaktj.com:8042" + "pacsApi": "http://192.168.2.74:9529", + "dcmViewers": "https://app.mzaktj.com:4436", + "pacsApiHttps": "https://app.mzaktj.com:8042" } \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index e11ff64..2cceffa 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -2125,6 +2125,8 @@ export default { if (e.guidePrintTimes) e.guidePrintTimes = e.guidePrintTimes > 0 ? '打印' : '' 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.medicalPackageId !== this.dict.personOrgId && e.customerOrgId === this.dict.personOrgId) { e.groupPack = dddw(this.dict.medicalPackage, "id", e.medicalPackageId, "displayName") } else if (e.medicalPackageId !== this.dict.personOrgId && e.customerOrgId !== this.dict.personOrgId) {