diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue index 7818984..8a13447 100644 --- a/src/components/doctorCheck/ButtonList.vue +++ b/src/components/doctorCheck/ButtonList.vue @@ -623,7 +623,7 @@ export default { maxResultCount: 1000 } - postapi('/api/patientregister/getpeisrecordlist', body).then(res => { + postapi('/api/app/PatientRegister/GetDoctorPeisRecordList', body).then(res => { if (res.code != -1) this.medicalStartDateDatas = res.data.items }) diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index dcb9663..a31a0da 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -84,16 +84,16 @@
{{ scope.row.customerOrgParentName ? scope.row.customerOrgName : "" }}
- - + + - - - - + + + + - + - - + + - - - - + + + + - + - + - + - + @@ -461,8 +461,7 @@ export default { // }); body = Object.assign(body, this.loadOpts) let url = '/api/app/PatientRegister/GetSumDoctorPeisRecordList' - if(this.win == "doctorCheck") url = '/api/app/PatientRegister/GetDoctorPeisRecordList' - + if(this.win == "doctorCheck") url = '/api/app/PatientRegister/GetDoctorPeisRecordList' postapi(url, body) .then((res) => { diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index e5ae435..fecd9d3 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -325,15 +325,15 @@ export default { { label: "身份证", prop: "idNo", minWidth: 150, align: "center" }, { label: "出生日期", prop: "birthDate", minWidth: 80, align: "center" }, { label: "邮箱", prop: "email", minWidth: 150, align: "center" }, - { label: "手机", prop: "mobileTelephone", minWidth: 100, align: "center" }, - { label: "电话", prop: "telephone", minWidth: 100, align: "center" }, - { label: "地址", prop: "address", minWidth: 300, align: "" }, + { label: "手机", prop: "mobileTelephone", minWidth: 130, align: "center" }, + { label: "电话", prop: "telephone", minWidth: 130, align: "center" }, + { label: "地址", prop: "address", minWidth: 400, align: "" }, { label: "体检卡号", prop: "medicalCardNo", minWidth: 80, align: "center" }, { label: "工卡号", prop: "jobCardNo", minWidth: 80, align: "center" }, { label: "婚姻状况", prop: "maritalStatusId", minWidth: 80, align: "center" }, { label: "体检类别", prop: "medicalTypeId", minWidth: 80, align: "center" }, { label: "人员类别", prop: "personnelTypeId", minWidth: 80, align: "center" }, - { label: "职务", prop: "jobPost", minWidth: 80, align: "center" }, + { label: "职务", prop: "jobPost", minWidth: 200, align: "center" }, { label: "职称", prop: "jobTitle", minWidth: 80, align: "center" }, { label: "介绍人", prop: "salesman", minWidth: 80, align: "center" }, { label: "是否VIP", prop: "isVip", minWidth: 80, align: "center" }, diff --git a/src/components/report/PatientRegisterListNobtn.vue b/src/components/report/PatientRegisterListNobtn.vue index 1c279ee..4dc2206 100644 --- a/src/components/report/PatientRegisterListNobtn.vue +++ b/src/components/report/PatientRegisterListNobtn.vue @@ -22,11 +22,11 @@ - + - - + + - + - - + + - - - + + + - + - + -