From d1ff25ff24f46a0b6b6876e45ccbb8a87ca4943e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 7 Nov 2024 08:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/details/patientdetails.vue | 105 +++++------------- src/views/system/followup/index.vue | 2 +- .../system/questionnaireinquiry/index.vue | 38 ++++++- 3 files changed, 63 insertions(+), 82 deletions(-) diff --git a/src/views/manage/details/patientdetails.vue b/src/views/manage/details/patientdetails.vue index 1443261..62e9765 100644 --- a/src/views/manage/details/patientdetails.vue +++ b/src/views/manage/details/patientdetails.vue @@ -2,20 +2,10 @@
- - + +
{{ $route.query.patientName }}
@@ -24,37 +14,24 @@ $route.query.sex == "MALE" ? "男" : $route.query.sex == "FEMALE" - ? "女" - : "" + ? "女" + : "" }}
-
- +
+
公众号
-
+
小程序
-
+
管理端
@@ -68,12 +45,7 @@
出生日期:{{ $route.query.birthDate }}
预约时间:{{ $route.query.appointmentDate }}
-
- +
@@ -137,28 +90,17 @@ - + - + - + - +
@@ -232,6 +174,7 @@ export default { overflow: hidden; width: 600px; } + .selectitem { display: inline-block; width: 220px; @@ -240,6 +183,7 @@ export default { z-index: 999; line-height: 65px; } + .header { background-color: #f1f3f5; padding-top: 10px; @@ -323,6 +267,7 @@ export default { .age { padding-left: 10px; } + .rihgt { position: absolute; right: 40px; diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index a50040f..419f1f2 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -96,7 +96,7 @@ + active-text="智能外呼" inactive-text="人工电话" @change="changeswitchtwo" /> + @@ -179,6 +185,36 @@ export default { this.screenChange() }, methods: { + /** 详情操作 */ + handleAuthRole(row) { + this.$router.push({ + path: "/patient/patientdetails", + query: { + path: "/patient/patientInfo", + patientId: row.patientId, + patientName: row.patientName, + patientPhone: row.patientPhone, + familyMemberPhone: row.familyMemberPhone, + cardNo: row.cardNo, + mainDiagnosis: row.mainDiagnosis, + hospitalAgencyName: row.hospitalAgencyName, + campusAgencyName: row.campusAgencyName, + departmentName: row.departmentName, + wardName: row.wardName, + certificateIssuingDoctorName: row.certificateIssuingDoctorName, + appointmentTreatmentGroup: row.appointmentTreatmentGroup, + responsibleNurse: row.responsibleNurse, + registrationNo: row.registrationNo, + registrationDate: row.registrationDate, + appointmentDate: row.appointmentDate, + sex: row.sex, + birthDate: row.birthDate, + patientSource: row.patientSource, + createTime: row.createTime, + age: row.birthDate ? getAge(row.birthDate) : "", + }, + }); + }, //详情 look(item) { selectQuestionnaireResult(item.patientQuestionSubmitResultId).then(res => {