From 8645f7c198822fcfe668025345a3b9e19c11dc88 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 11 Jul 2024 17:08:32 +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/followup/index.vue | 16 ++++---- src/views/system/followupdetails/index.vue | 32 +++++++-------- src/views/system/followupsee/index.vue | 48 ++++++++++------------ 3 files changed, 44 insertions(+), 52 deletions(-) diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 5e1f19b..49c64ef 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -155,14 +155,14 @@ 术后第{{scope.row.routeNodeDay}}天 - + @@ -596,7 +596,7 @@ export default { query: { path: "/task/followup", patientId: row.patientId, - taskType: row.taskType, + taskNodeType: row.taskNodeType, templateId: row.templateId, cardNo: row.cardNo, patientName: row.patientName, @@ -629,7 +629,7 @@ export default { query: { path: "/task/followup", patientId: row.patientId, - taskType: row.taskType, + taskNodeType: row.taskNodeType, templateId: row.templateId, manageRouteId: row.manageRouteId, manageRouteNodeId: row.manageRouteNodeId, diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index 31944b5..ad9640e 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -60,15 +60,13 @@
问卷模板: Barthel指数评定问卷
您好!本问卷用于评估日常生活能力,请根据自身日常实际表现选择合适的选项。
-
人工随访模板: 神经内科人工随访
**您好!
我是✕✕医院的工作人员,今天给您打电话想要了解一下您的恢复情况。 -
- +
-->
- -
+
电话外呼
@@ -443,11 +440,10 @@ export default { this.id = this.$route.query.manageRouteId; this.info(); if ( - this.$route.query.taskType == "QUESTIONNAIRE_SCALE" || - this.$route.query.taskType == "ARTIFICIAL_FOLLOW_UP" + this.$route.query.taskNodeType == "QUESTIONNAIRE_SCALE" ) { this.selectlist(); - } else if (this.$route.query.taskType == "PHONE_OUTBOUND") { + } else if (this.$route.query.taskNodeType == "PHONE_OUTBOUND") { if (this.$route.query.routeHandleRemark) { this.questiondata.routeHandleRemark = this.$route.query.routeHandleRemark; @@ -597,7 +593,7 @@ export default { this.questiondata.manageRouteName = this.$route.query.manageRouteName; this.questiondata.manageRouteNodeName = this.$route.query.manageRouteNodeName; - this.questiondata.taskType = this.$route.query.taskType; + this.questiondata.taskNodeType = this.$route.query.taskNodeType; this.questiondata.visitRecordId = this.$route.query.visitRecordId; this.questiondata.totalScore = 0; this.questiondata.subjectResultList.forEach((e) => { diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 000044d..ed114b1 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -50,15 +50,13 @@
问卷模板: Barthel指数评定问卷
您好!本问卷用于评估日常生活能力,请根据自身日常实际表现选择合适的选项。
- +
- -
+
电话外呼
{ if (response.data) { this.formlist = response.data; @@ -551,7 +548,7 @@ export default { this.questiondata.manageRouteName = this.$route.query.manageRouteName; this.questiondata.manageRouteNodeName = this.$route.query.manageRouteNodeName; - this.questiondata.taskType = this.$route.query.taskType; + this.questiondata.taskNodeType = this.$route.query.taskNodeType; this.questiondata.visitRecordId = this.$route.query.visitRecordId; this.questiondata.totalScore = 0; this.questiondata.questionSubjectList.forEach((e) => { @@ -583,7 +580,7 @@ export default { /** 提交按钮 */ submit() { - if (this.$route.query.taskType == "QUESTIONNAIRE_SCALE") { + if (this.$route.query.taskNodeType == "QUESTIONNAIRE_SCALE") { // 对象.新名字=对象.原数组 this.$delete(this.questiondata, "updateBy"); this.$delete(this.questiondata, "updateTime"); @@ -623,7 +620,7 @@ export default { delete e.questionSubjectOptionList; }); // console.log(this.obj, 'obj') - } else if (this.$route.query.taskType == "ARTIFICIAL_FOLLOW_UP") { + } else if (this.$route.query.taskNodeType == "ARTIFICIAL_FOLLOW_UP") { console.log(this.questiondata, "questiondata"); // 对象.新名字=对象.原数组 this.$delete(this.questiondata, "updateBy"); @@ -645,8 +642,7 @@ export default { } // 问卷、随访 if ( - this.$route.query.taskType == "QUESTIONNAIRE_SCALE" || - this.$route.query.taskType == "ARTIFICIAL_FOLLOW_UP" + this.$route.query.taskNodeType == "QUESTIONNAIRE_SCALE" ) { // console.log(this.obj, 'objobj') // return @@ -673,7 +669,7 @@ export default { }); } }); - } else if (this.$route.query.taskType == "PHONE_OUTBOUND") { + } else if (this.$route.query.taskNodeType == "PHONE_OUTBOUND") { // console.log(this.form, '话术') // return this.$refs["formlist"].validate((valid) => {