From d6b24c282ab4239ed531cc1679ceb97559515ee4 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 2 Jul 2024 09:32:44 +0800 Subject: [PATCH] =?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/followupdetails/index.vue | 11 ++----- src/views/system/followupsee/index.vue | 34 ++++++++++++---------- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index a2016c1..c04b182 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -97,7 +97,7 @@
- +
@@ -327,10 +327,7 @@ export default { this.info(); if (this.$route.query.taskType == 'QUESTIONNAIRE_SCALE' || this.$route.query.taskType == 'ARTIFICIAL_FOLLOW_UP') { this.selectlist(); - - console.log(this.$route.query, "res"); - - } else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.phoneId){ + } else if(this.$route.query.taskType=="PHONE_OUTBOUND"){ if (this.$route.query.routeHandleRemark) { this.questiondata.routeHandleRemark = this.$route.query.routeHandleRemark; @@ -345,9 +342,6 @@ export default { } } }); - }else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.followTemplateId){ - console.log('6666666666666666666========') - this.questioninfo(); } }, methods: { @@ -515,6 +509,7 @@ export default { .tk { ::v-deep .el-textarea__inner { margin: 20px 0 10px 30px; + width: 60% !important; } } diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index bc92a09..dc03b92 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -47,10 +47,14 @@
-
-
+
+
问卷模板: Barthel指数评定问卷
{ - console.log('===================') + } else if (this.$route.query.taskType == "PHONE_OUTBOUND") { + selectPhonePush(this.$route.query.manageRouteNodeId).then((response) => { if (response.data) { this.formlist = response.data; this.formlist.phoneRedialTimes = response.data.phoneRedialTimes; this.formlist.phoneMessageRemind = response.data.phoneMessageRemind; - - // console.log(this.formlist, " this.formlist.phoneRedialTimes"); this.infolistMESSAGE(); -this.infolistword() + this.infolistword() if (this.formlist.phonePushSign == 0) { this.formlist.phonePushSign = "0"; } else if (this.formlist.phonePushSign == 1) { @@ -465,11 +469,8 @@ this.infolistword() } } }); - }else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.followTemplateId){ - console.log('6666666666666666666========') - - this.questioninfo(); } + }, methods: { // 发送短信 @@ -509,7 +510,7 @@ this.infolistword() timepickerselect(e, index) { this.questiondata.questionSubjectList[index].fillBlanksAnswer = e; }, - radioGroupChange(e, item) {}, + radioGroupChange(e, item) { }, // 选中某个单选框时,由radio时触发 radioChange(e, item, index) { console.log(e, item, index, "选中某个单选框时"); @@ -748,6 +749,7 @@ this.infolistword() .tk { ::v-deep .el-textarea__inner { margin: 20px 0 10px 30px; + width: 60% !important; } }