From 8ebdc5a6ec7ecffeafa11b659a20ff0dbbe78676 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 25 Mar 2024 09:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=8E=A8=E9=80=81=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/taskPushRecord/index.vue | 271 ++++++++++++---------- 1 file changed, 142 insertions(+), 129 deletions(-) diff --git a/src/views/system/taskPushRecord/index.vue b/src/views/system/taskPushRecord/index.vue index 64a3389..1fa0747 100644 --- a/src/views/system/taskPushRecord/index.vue +++ b/src/views/system/taskPushRecord/index.vue @@ -167,14 +167,38 @@ :inline="true" >
-
- 电话外呼 - 问卷量表 - 宣教文章 - 文字提醒 - 人工随访 + 电话外呼 + 问卷量表 + 宣教文章 + 文字提醒 + 人工随访 -
- - - + + + - - - -
+ + + +
-
- - - - - - - - - +
+ + + + + + + +
-
- - - - - - -
+
+ + + + + + +
@@ -452,11 +478,9 @@
-
- + @@ -467,8 +491,7 @@ /> @@ -479,95 +502,81 @@ /> - +
@@ -659,7 +668,7 @@ export default { this.form = { taskType: null, questionExpirationDate: undefined, - routeCheckStatus:null, + routeCheckStatus: null, id: null, patientId: null, manageRouteNodeId: null, @@ -762,14 +771,14 @@ export default { this.form.phonePushSign = true } // 节点审核 - + if (this.form.routeCheckStatus == 'AGREE') { this.form.routeCheckStatus = '同意' } else if (this.form.routeCheckStatus == 'DISAGREE') { this.form.routeCheckStatus = '不同意' } - + if (this.form.nodeExecuteStatus == 'EXECUTED') { this.form.nodeExecuteStatus = '已执行' } else if (this.form.nodeExecuteStatus == 'UNEXECUTED') { @@ -807,11 +816,15 @@ export default { } }; -