From 1dc8b7d8ffb82dc76278a6e01bff8a07d8eb756a Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 1 Jul 2024 09:58:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=BE=85=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followup/index.vue | 2 + src/views/system/followupdetails/index.vue | 5 ++- src/views/system/followupsee/index.vue | 45 ++++++++++++++-------- 3 files changed, 35 insertions(+), 17 deletions(-) diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 9b93b29..df686df 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -602,6 +602,8 @@ export default { departmentName: row.departmentName, diseaseTypeId: row.diseaseTypeId ? row.diseaseTypeId : null, diseaseTypeName: row.diseaseTypeName ? row.diseaseTypeName : null, + followTemplateId:row.followTemplateId?row.followTemplateId:null, + phoneId:row.phoneId?row.phoneId:null, }, }); diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index 0d6798c..0303888 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -330,7 +330,7 @@ export default { console.log(this.$route.query, "res"); - } else { + } else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.phoneId){ if (this.$route.query.routeHandleRemark) { this.questiondata.routeHandleRemark = this.$route.query.routeHandleRemark; @@ -345,6 +345,9 @@ export default { } } }); + }else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.followTemplateId){ + console.log('6666666666666666666========') + this.questioninfo(); } }, methods: { diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 3fc8664..6e60a0a 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -47,14 +47,10 @@
-
-
+
+ +
问卷模板: Barthel指数评定问卷
+
电话外呼
@@ -304,7 +311,7 @@ { + } else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.phoneId){ + selectPhonePush(this.$route.query.manageRouteNodeId).then((response) => { + console.log('===================') if (response.data) { this.formlist = response.data; this.formlist.phoneRedialTimes = response.data.phoneRedialTimes; @@ -457,6 +465,10 @@ this.infolistword() } } }); + }else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.followTemplateId){ + console.log('6666666666666666666========') + + this.questioninfo(); } }, methods: { @@ -805,6 +817,7 @@ this.infolistword() .right { width: 100%; height: 500px; + // overflow-y: auto; // background: yellow; } @@ -823,7 +836,7 @@ this.infolistword() .bottomheader { overflow-y: scroll; width: 99%; - height: 60vh; + height: 65vh; background-color: #fff; margin: 10px auto; padding: 10px 20px; From ec41b6db53196cf94b3be85f780a1abfa95537dd Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 1 Jul 2024 09:59:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/labelfieldinfo/index.vue | 169 +++++++++++++++------- 1 file changed, 114 insertions(+), 55 deletions(-) diff --git a/src/views/manage/labelfieldinfo/index.vue b/src/views/manage/labelfieldinfo/index.vue index a7b1046..4c4e04a 100644 --- a/src/views/manage/labelfieldinfo/index.vue +++ b/src/views/manage/labelfieldinfo/index.vue @@ -222,21 +222,7 @@ - - - - + {{ aitem.taskPartitionDictName }} + + + + - - + + {{ form.taskTypeName }} + {{ form.taskTypeName }} {{ form.taskPartitionDictName }} + + + - +