From 5877d35b20d6dd3ac56e8497671cf58c86d72285 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 2 Jul 2024 16:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followupdetails/index.vue | 21 +- src/views/system/followupsee/index.vue | 2 +- src/views/system/record/record.vue | 363 +++++++++++++++------ 3 files changed, 279 insertions(+), 107 deletions(-) diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index 7c8e600..31944b5 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -65,7 +65,7 @@ " >
- - + +
{{ list.patientName }}
@@ -14,16 +24,31 @@ {{ list.age }}
-
- +
+
公众号
-
+
小程序
-
+
管理端
@@ -97,97 +122,211 @@
{{ formview.propagandaTitle }}
- -
+ +
- +
-
-
- +
+
+ - +
-
+
问卷模板: Barthel指数评定问卷
-
+
您好!本问卷用于评估日常生活能力,请根据自身日常实际表现选择合适的选项。
-
+
人工随访模板: 神经内科人工随访
-
+
**您好!
-
+
我是✕✕医院的工作人员,今天给您打电话想要了解一下您的恢复情况。
-
+
{{ index + 1 }}.{{ item.questionName }} - (单选题) - (多选题) - (打分题) - (组合单选题) - (组合多选题) - (组合填空题) - (填空题) - (组合打分题) - (日期填空题) - (时间填空题) - - {{ aitem.optionName }} + (单选题) + (多选题) + (打分题) + (组合单选题) + (组合多选题) + (组合填空题) + (填空题) + (组合打分题) + (日期填空题) + (时间填空题) + + {{ aitem.optionName }} - - {{ aitem.optionName }} + + {{ aitem.optionName }} -
- +
+
-
- +
+
-
- +
+
@@ -195,7 +334,7 @@ -
+
电话外呼
@@ -204,14 +343,17 @@ :model="formlist" label-width="110px" :inline="true" - > - + - 已接通 - 未接通 @@ -276,7 +418,7 @@ 已开启 - 未开启 @@ -328,25 +470,23 @@ /> -->
-
- - - - - - -
-
+
+ + + + + +
+

@@ -376,10 +516,20 @@
文字提醒
- + - +
@@ -430,8 +580,8 @@ export default { formlist: {}, materialsFilePath: "", materialsType: "", - optionslistS:[], - optionslist:[], + optionslistS: [], + optionslist: [], }; }, created() { @@ -460,18 +610,18 @@ export default { selectPhonePush(this.$route.query.manageRouteNodeId).then((response) => { if (response.data) { this.formlist = response.data; - if(this.formlist.phonePushSign==0){ - this.formlist.phonePushSign='0' - }else if(this.formlist.phonePushSign==1){ - this.formlist.phonePushSign='1' + if (this.formlist.phonePushSign == 0) { + this.formlist.phonePushSign = '0' + } else if (this.formlist.phonePushSign == 1) { + this.formlist.phonePushSign = '1' } } }); } }, methods: { - // 发送短信 - infolistword() { + // 发送短信 + infolistword() { var dictType = "text_message_remind"; getAgencytype(dictType).then((res) => { this.optionslist = res.data; @@ -594,13 +744,15 @@ export default { };