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;