任务待办

This commit is contained in:
shidongli 2024-07-02 09:32:44 +08:00
parent d40d79559c
commit d6b24c282a
2 changed files with 21 additions and 24 deletions

View File

@ -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;
}
}

View File

@ -47,9 +47,13 @@
<div class="bottomheader">
<div style="display: flex">
<!-- 问卷模板 -->
<div class="right" v-if="$route.query.taskType == 'QUESTIONNAIRE_SCALE' ||
<div
class="right"
v-if="
$route.query.taskType == 'QUESTIONNAIRE_SCALE' ||
$route.query.taskType == 'ARTIFICIAL_FOLLOW_UP'
">
"
>
<div
style="float: right; margin-top: 20px"
v-if="
@ -74,7 +78,10 @@
</el-form>
</div>
<div class="sport" v-if="$route.query.taskType == 'QUESTIONNAIRE_SCALE'">
<div
class="sport"
v-if="$route.query.taskType == 'QUESTIONNAIRE_SCALE'"
>
问卷模板: Barthel指数评定问卷
</div>
<div
@ -447,15 +454,12 @@ export default {
this.$route.query.taskType == "ARTIFICIAL_FOLLOW_UP"
) {
this.questioninfo();
} else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.phoneId){
} else if (this.$route.query.taskType == "PHONE_OUTBOUND") {
selectPhonePush(this.$route.query.manageRouteNodeId).then((response) => {
console.log('===================')
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()
if (this.formlist.phonePushSign == 0) {
@ -465,11 +469,8 @@ this.infolistword()
}
}
});
}else if(this.$route.query.taskType=="PHONE_OUTBOUND" && this.$route.query.followTemplateId){
console.log('6666666666666666666========')
this.questioninfo();
}
},
methods: {
//
@ -748,6 +749,7 @@ this.infolistword()
.tk {
::v-deep .el-textarea__inner {
margin: 20px 0 10px 30px;
width: 60% !important;
}
}