From 531e69ebdb975f785cb35daa6a1f2f2cbc8418fe Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 10 Apr 2024 16:15:47 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E9=9A=8F=E8=AE=BF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followupsee/index.vue | 72 ++++++++------------------ 1 file changed, 23 insertions(+), 49 deletions(-) diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 54e03af..12d2786 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -39,7 +39,6 @@
出生日期:{{ list.birthDate }}
-
家属电话:{{ list.familyMemberPhone }}
住址:{{ list.address }}
@@ -271,8 +270,6 @@ - - @@ -281,9 +278,7 @@ \ No newline at end of file diff --git a/src/views/manage/components/signingRecords.vue b/src/views/manage/components/signingRecords.vue index 4287c73..7633603 100644 --- a/src/views/manage/components/signingRecords.vue +++ b/src/views/manage/components/signingRecords.vue @@ -32,6 +32,9 @@ {{ ByRecord.signTime }} + + {{ ByRecord.routeName }} + diff --git a/src/views/manage/manualReview/index.vue b/src/views/manage/manualReview/index.vue index 878b12e..a6ed3b3 100644 --- a/src/views/manage/manualReview/index.vue +++ b/src/views/manage/manualReview/index.vue @@ -14,7 +14,7 @@ - + From ea31a1fb4d2af2c09a9de52afe853c21e33c130b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 11 Apr 2024 11:43:30 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/specialDiseaseNode/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 4804913..3d1a99b 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -318,7 +318,7 @@ export default { specialDiseaseNodeList: [], }, form: { - nodeContent: '', + nodeContent: '

', templateId: '', templateName: '', taskType: '', @@ -383,7 +383,7 @@ export default { routeNodeDay: '', list: [ { - nodeContent: '', + nodeContent: '

', templateId: '', templateName: '', taskType: '', @@ -475,6 +475,7 @@ export default { }, bottomclickevent(uitem, index, uindex) { this.form = uitem + this.form.nodeContent = uitem.nodeContent if (this.form.taskType) { this.changeTaskType(this.form.taskType, this.form.taskSubdivision) } @@ -530,7 +531,7 @@ export default { routeNodeDay: '', list: [ { - nodeContent: '', + nodeContent: '

', templateId: '', templateName: '', taskType: '', @@ -553,7 +554,7 @@ export default { }, additem(item) { item.list.push({ - nodeContent: '', + nodeContent: '

', templateId: '', templateName: '', taskType: '', From 91e4ed1aedf0e76d8351a76dee0c3c5f6011b12d Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 11 Apr 2024 14:04:09 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E9=9A=8F=E8=AE=BF=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followup/index.vue | 3 ++- src/views/system/followupsee/index.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index da236c4..3cadf21 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -333,7 +333,7 @@ size="mini" type="text" icon="el-icon-notebook-2" - @click="handledatail(scope.row)" + @click="handleUpdate(scope.row)" >详情 @@ -771,6 +771,7 @@ export default { age: row.birthDate ? getAge(row.birthDate) : "", manageRouteId: row.manageRouteId, manageRouteNodeId: row.manageRouteNodeId, + visitRecordId:row.visitRecordId, departmentId: row.departmentId, departmentName: row.departmentName, diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 12d2786..1b4ee54 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -340,7 +340,7 @@ export default { this.questiondata.questionSubjectList[index].optionAnswer = e }, - // 时间填空题 + // 时间填空题 timepickerselect(e, index) { this.questiondata.questionSubjectList[index].optionAnswer = e }, @@ -388,6 +388,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.visitRecordId=this.$route.query.visitRecordId this.questiondata.totalScore = 0 this.questiondata.questionSubjectList.forEach(e => { if (e.questionType == 'MULTIPLE_CHOICE' || e.questionType == 'MULTIPLE_CHOICE_QUESTIONS' || e.questionType == 'SCORING_QUESTIONS' || e.questionType == 'COMBINATION_RADIO_SUBJECT' || e.questionType == 'COMBINATION_MULTIPLE_SUBJECT' || e.questionType == 'COMBINATION_SCORING_SUBJECT') { From fdda28cea545c845f3eb9bf6000b285cc648a14a Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 11 Apr 2024 14:04:49 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E5=AE=A3=E6=95=99=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/propaganda/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/manage/propaganda/index.vue b/src/views/manage/propaganda/index.vue index 88f375e..0f18b4a 100644 --- a/src/views/manage/propaganda/index.vue +++ b/src/views/manage/propaganda/index.vue @@ -438,6 +438,7 @@
Date: Thu, 11 Apr 2024 17:11:25 +0800 Subject: [PATCH 6/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/question/index.vue | 50 +++++++++++++++++++---------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/src/views/system/question/index.vue b/src/views/system/question/index.vue index 0c0ec5a..8bd98e0 100644 --- a/src/views/system/question/index.vue +++ b/src/views/system/question/index.vue @@ -43,16 +43,20 @@ -