From 7ed4baf8c52a15f6afc116c67007b42e76355e53 Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Mon, 13 Dec 2021 18:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Receive/index.vue | 62 +++++++++++++++++----------- src/views/ReceivingRecords/index.vue | 4 +- 2 files changed, 39 insertions(+), 27 deletions(-) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index f46b03c..fb74aef 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -11,8 +11,8 @@
-
加精
-
{{userinformationlist.validInvalidName}}
+
加精
+
{{userinformationlist.validInvalidName}}
@@ -73,7 +73,7 @@
搜索
-
+
文本优化
@@ -84,7 +84,7 @@ v-for="(item,index) in tablist" :key="index">{{item.name}} -
+
标记
@@ -158,7 +158,7 @@
P
-
+
@@ -169,7 +169,7 @@
A
-
+
@@ -189,7 +189,7 @@
C
-
+
@@ -219,7 +219,7 @@
F
-
+
@@ -229,7 +229,7 @@
G
-
+
@@ -239,7 +239,7 @@
H
-
+
@@ -249,7 +249,7 @@
I
-
+
@@ -259,7 +259,7 @@
J
-
+
@@ -279,7 +279,7 @@
L
-
+
@@ -289,7 +289,7 @@
M
-
+
@@ -299,7 +299,7 @@
N
-
+
@@ -309,7 +309,7 @@
O
-
+
@@ -332,7 +332,7 @@
客户意向
-
校准
+
校准
系统分析
@@ -359,7 +359,7 @@
销讲总执行率{{userinformationlist.fraction|| 0}}%
-
禁忌执行
+
禁忌执行
@@ -686,16 +686,25 @@ export default { Searchcontent:[], inputtest:'', info:{}, - yibiaoji:'' + yibiaoji:'', + rec_index_flag:false, + rec_index_addJ:false, + rec_index_wrongword:false, + rec_index_makesure:false, + rec_index_todo:false, + rec_index_receflag:false, + rec_index_textyh:false }; }, created() { - this.rec_index_flag = this.permissions["rec_index_flag"]; - this.rec_index_addJ = this.permissions["rec_index_addJ"]; - this.rec_index_wrongword = this.permissions["rec_index_wrongword"]; - this.rec_index_makesure = this.permissions["rec_index_makesure"]; - this.rec_index_todo = this.permissions["rec_index_todo"]; - this.rec_index_receflag = this.permissions["rec_index_receflag"]; + this.rec_index_flag = this.permissions["rec_index_flag"];//标记顾问 + this.rec_index_addJ = this.permissions["rec_index_addJ"];//加精 + this.rec_index_wrongword = this.permissions["rec_index_wrongword"];//常错词 + this.rec_index_makesure = this.permissions["rec_index_makesure"];//校准 + this.rec_index_todo = this.permissions["rec_index_todo"];//禁忌 + this.rec_index_receflag = this.permissions["rec_index_receflag"];//接待标记 + this.rec_index_textyh = this.permissions["rec_index_textyh"];//文本优化 + }, mounted() { this.fileId=this.$route.query.flag; @@ -1094,6 +1103,9 @@ export default { }, //常错词点击 checkMsg(row,index){ + if(this.rec_index_wrongword==false){ + return + } this.aplayer.pause() this.form.cupid=this.arr[this.aplayerId].id; this.textItself=row.onebest; diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index b041e83..eb2f0ad 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -304,7 +304,7 @@ @@ -451,7 +451,7 @@ export default { ...mapGetters(["permissions"]), }, created() { - this.rec_index_look = this.permissions["rec_index_look"]; + this.rec_index_show = this.permissions["rec_index_show"]; this.rec_index_text = this.permissions["rec_index_text"]; this.rec_index_voice = this.permissions["rec_index_voice"]; },