罗斌杰 11 months ago
parent
commit
4dc1cdff4a
  1. 2
      public/sysConfig.json
  2. 2
      src/components/patientRegister/PatientRegisterList.vue

2
public/sysConfig.json

@ -1,5 +1,5 @@
{
"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",

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

Loading…
Cancel
Save