diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index c04b182..7c8e600 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -2,8 +2,18 @@
- - + +
{{ list.patientName }}
@@ -34,86 +44,204 @@
+ + + + + 确 定 + +
-
-
- +
+
+ - +
-
+
问卷模板: Barthel指数评定问卷
-
+
您好!本问卷用于评估日常生活能力,请根据自身日常实际表现选择合适的选项。
-
+
人工随访模板: 神经内科人工随访
-
+
**您好!
-
+
我是✕✕医院的工作人员,今天给您打电话想要了解一下您的恢复情况。
-
+
{{ index + 1 }}.{{ item.questionName }} - (单选题) - (多选题) - (打分题) - (组合单选题) - (组合多选题) - (组合填空题) - (填空题) - (组合打分题) - (日期填空题) - (时间填空题) - - {{ aitem.optionName }} + (单选题) + (多选题) + (打分题) + (组合单选题) + (组合多选题) + (组合填空题) + (填空题) + (组合打分题) + (日期填空题) + (时间填空题) + + {{ aitem.optionName }} - - {{ aitem.optionName }} + + {{ aitem.optionName }} -
- +
+
-
- +
+
-
- +
+
@@ -168,110 +296,88 @@
电话外呼
- - - - 已接通 - 未接通 - -
- - - - -
- - - - - -
- - - - - - 已开启 - 未开启 - -
- + - + + +
+ + 已接通 + 未接通 + +
+ +
- - - - - +
- - - - - + placeholder="" + /> + +
+ + + + +
- - + + 预览 + +
+ +
-
- - - - - - - -
-
@@ -282,19 +388,32 @@ @@ -488,14 +640,10 @@ export default { line-height: 30px; font-size: 13px; color: #64666a; - - .spanname { - width: 100%; - - pointer-events: none; - } } - +.spanname { + pointer-events: none; +} ::v-deep .el-input.is-disabled .el-input__inner { background: #fff !important; color: #606266; diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index acfb043..89b9a00 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -291,16 +291,6 @@ >
- - -
- - - - - -
@@ -350,11 +313,6 @@ v-model="formlist.phoneMessageRemind" placeholder="" /> -
@@ -488,7 +446,7 @@ export default { this.formlist.phoneRedialTimes = response.data.phoneRedialTimes; this.formlist.phoneMessageRemind = response.data.phoneMessageRemind; this.infolistMESSAGE(); - this.infolistword() + this.infolistword(); if (this.formlist.phonePushSign == 0) { this.formlist.phonePushSign = "0"; } else if (this.formlist.phonePushSign == 1) { @@ -497,7 +455,6 @@ export default { } }); } - }, methods: { scriptlook(e) { @@ -505,9 +462,8 @@ export default { if (e == null || e == "") { this.$message.error("暂无话术图"); } else { - this.phoneNodeContent = e + this.phoneNodeContent = e; this.lookshow = true; - } }, // 发送短信 @@ -547,7 +503,7 @@ export default { timepickerselect(e, index) { this.questiondata.questionSubjectList[index].fillBlanksAnswer = e; }, - radioGroupChange(e, item) { }, + radioGroupChange(e, item) {}, // 选中某个单选框时,由radio时触发 radioChange(e, item, index) { console.log(e, item, index, "选中某个单选框时");