diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index b12a0a8..b984a7e 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -1,29 +1,29 @@ + + +} + \ No newline at end of file diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index dcdfc10..b85efd5 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -238,10 +238,12 @@
+
+ + + +
@@ -308,6 +320,12 @@ export default { { required: true, message: '请输入任务处理信息', trigger: 'change' } ], }, + rulesphone:{ + routeHandleRemark: [ + { required: true, message: '请输入任务处理信息', trigger: 'change' } + ], + + }, radio: "B", id: "", list: [], @@ -327,6 +345,7 @@ export default { if (this.$route.query.taskType == 'QUESTIONNAIRE_SCALE' || this.$route.query.taskType == 'ARTIFICIAL_FOLLOW_UP') { this.questioninfo(); } else { + getScript(this.$route.query.templateId).then(response => { if (response.data) { this.formlist = response.data; @@ -491,14 +510,15 @@ export default { } }); } else if (this.$route.query.taskType == 'PHONE_OUTBOUND') { - console.log(this.form, '话术') + // console.log(this.form, '话术') // return - this.$refs["form"].validate(valid => { + this.$refs["formlist"].validate(valid => { if (valid) { this.form.departmentId=this.formlist.departmentId, this.form.departmentName=this.formlist.departmentName, this.form.diseaseTypeId=this.formlist.diseaseTypeId, this.form.diseaseTypeName=this.formlist.diseaseTypeName, + this.form.routeHandleRemark=this.formlist.routeHandleRemark console.log(this.form, 'this.form') // return addPatientQuestionResult(this.form).then(response => {