liuyifan 5 vuotta sitten
vanhempi
commit
d5ef86f82b
30 muutettua tiedostoa jossa 58 lisäystä ja 44 poistoa
  1. 1 1
      fuwaiCallCenterWeb.UI/src/views/authorization/authorList/index.vue
  2. 1 1
      fuwaiCallCenterWeb.UI/src/views/ceshi/voicePlan/index.vue
  3. 1 1
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/myTaskresult/detail.vue
  4. 3 3
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/myTaskresult/index.vue
  5. 1 1
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/plan/index.vue
  6. 1 1
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/taskResult/detail.vue
  7. 3 3
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/taskResult/index.vue
  8. 1 1
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/tasks/components/tabPager.vue
  9. 1 1
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/tasks/detail.vue
  10. 3 3
      fuwaiCallCenterWeb.UI/src/views/clickoutbound/tasks/index.vue
  11. 1 1
      fuwaiCallCenterWeb.UI/src/views/customer/customerInfo/index.vue
  12. 1 1
      fuwaiCallCenterWeb.UI/src/views/customer/customerInfoQZ/index.vue
  13. 1 1
      fuwaiCallCenterWeb.UI/src/views/customer/customerManage/index.vue
  14. 1 1
      fuwaiCallCenterWeb.UI/src/views/order/orderAppointed/index.vue
  15. 1 1
      fuwaiCallCenterWeb.UI/src/views/order/orderDisposal/index.vue
  16. 1 1
      fuwaiCallCenterWeb.UI/src/views/order/orderProcessed/index.vue
  17. 2 2
      fuwaiCallCenterWeb.UI/src/views/order/orderSearch/index.vue
  18. 1 1
      fuwaiCallCenterWeb.UI/src/views/order/orderWaiting/index.vue
  19. 1 1
      fuwaiCallCenterWeb.UI/src/views/outbound/allot/components/tabAllot.vue
  20. 1 1
      fuwaiCallCenterWeb.UI/src/views/outbound/plan/index.vue
  21. 2 2
      fuwaiCallCenterWeb.UI/src/views/qualityCheck/quotaManagement/index.vue
  22. 1 1
      fuwaiCallCenterWeb.UI/src/views/questionnaire/management/index.vue
  23. 7 2
      fuwaiCallCenterWeb.UI/src/views/repository/repositoryManage/index.vue
  24. 2 1
      fuwaiCallCenterWeb.UI/src/views/telCall/duty/index.vue
  25. 3 3
      fuwaiCallCenterWeb.UI/src/views/telCall/ivrConfigureManage/addIvrConfigure.vue
  26. 3 3
      fuwaiCallCenterWeb.UI/src/views/telCall/ivrConfigureManage/editIvrConfigure.vue
  27. 10 2
      fuwaiCallCenterWeb.UI/src/views/telCall/ivrConfigureManage/index.vue
  28. 1 1
      fuwaiCallCenterWeb.UI/src/views/telCall/numAssigned/index.vue
  29. 1 1
      fuwaiCallCenterWeb.UI/src/views/voice/voiceTasks/components/tabTask.vue
  30. 1 1
      fuwaiCallCenterWeb.UI/src/views/voice/voiceTasksresult/components/tabTask.vue

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/authorization/authorList/index.vue

@@ -46,7 +46,7 @@
46 46
     </div>
47 47
 
48 48
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
49
-      <el-table-column type="selection" width="36"/>
49
+      <el-table-column type="selection" width="40"/>
50 50
       <el-table-column type="index" label="编号" align="center" fixed width="50" />
51 51
       <el-table-column prop="pro_name" label="项目名称" align="center" min-width="300" />
52 52
       <el-table-column label="是否到期" align="center">

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/ceshi/voicePlan/index.vue

@@ -95,7 +95,7 @@
95 95
           <el-button v-permission="'HY_deleteRs'" type="primary" class="filter-item" icon="el-icon-delete" @click="btn_deletesR()">批量删除</el-button>
96 96
         </div>
97 97
         <el-table v-loading="loadingR" :data="telLists" border stripe @selection-change="changeSelects">
98
-          <el-table-column type="selection" width="36"/>
98
+          <el-table-column type="selection" width="40"/>
99 99
           <el-table-column type="index" label="编号" align="center" fixed width="60"/>
100 100
           <el-table-column prop="cusname" label="客户姓名" align="center" min-width=""/>
101 101
           <el-table-column prop="phone" label="电话" align="center" min-width=""/>

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/clickoutbound/myTaskresult/detail.vue

@@ -15,7 +15,7 @@
15 15
       </el-row>
16 16
     </p>
17 17
     <p v-if="remark" class="remark">
18
-      {{ remark }}
18
+      问卷描述: {{ remark }}
19 19
     </p>
20 20
     <div v-for="item in pagerLists" :key="item.queguid" class="question">
21 21
       <div class="title">

+ 3 - 3
fuwaiCallCenterWeb.UI/src/views/clickoutbound/myTaskresult/index.vue

@@ -13,7 +13,7 @@
13 13
         range-separator="至"
14 14
         start-placeholder="开始日期"
15 15
         end-placeholder="结束日期"/>
16
-      <el-input v-model="keyword" placeholder="请输入电话号码" class="filter-item"/>
16
+      <el-input v-model="telnum" placeholder="请输入电话号码" class="filter-item"/>
17 17
       <el-button type="primary" class="filter-item" icon="el-icon-search" @click="btn_search">搜索</el-button>
18 18
     </div>
19 19
 
@@ -59,7 +59,7 @@ export default {
59 59
   data() {
60 60
     return {
61 61
       loading: false,
62
-      keyword: '',
62
+      telnum: '',
63 63
       searchDate: '',
64 64
       pickerOptions,
65 65
       pageParams: {
@@ -100,7 +100,7 @@ export default {
100 100
         const params = {
101 101
           pageindex: this.pageParams.pageindex, // 第几页
102 102
           pagesize: this.pageParams.pagesize, // 每页几条信息
103
-          keyword: this.keyword, // 否	string	模糊查询(电话)
103
+          telnum: this.telnum, // 否	string	模糊查询(电话)
104 104
           stime: this.searchDate && this.searchDate[0], // 否	datetime	起始时间
105 105
           etime: this.searchDate && this.searchDate[1] // 否	datetime	结束时间
106 106
         }

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/clickoutbound/plan/index.vue

@@ -79,7 +79,7 @@
79 79
           <el-button type="primary" class="filter-item" icon="el-icon-delete" @click="btn_deletesR()">批量删除</el-button>
80 80
         </div>
81 81
         <el-table v-loading="loadingR" :data="telLists" border stripe @selection-change="changeSelects">
82
-          <el-table-column type="selection" width="36"/>
82
+          <el-table-column type="selection" width="40"/>
83 83
           <el-table-column type="index" label="编号" align="center" fixed width="60"/>
84 84
           <el-table-column prop="cusname" label="客户姓名" align="center" min-width=""/>
85 85
           <el-table-column prop="phone" label="电话" align="center" min-width=""/>

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/clickoutbound/taskResult/detail.vue

@@ -15,7 +15,7 @@
15 15
       </el-row>
16 16
     </p>
17 17
     <p v-if="remark" class="remark">
18
-      {{ remark }}
18
+      问卷描述: {{ remark }}
19 19
     </p>
20 20
     <div v-for="item in pagerLists" :key="item.queguid" class="question">
21 21
       <div class="title">

+ 3 - 3
fuwaiCallCenterWeb.UI/src/views/clickoutbound/taskResult/index.vue

@@ -13,7 +13,7 @@
13 13
         range-separator="至"
14 14
         start-placeholder="开始日期"
15 15
         end-placeholder="结束日期"/>
16
-      <el-input v-model="keyword" placeholder="请输入电话号码" class="filter-item"/>
16
+      <el-input v-model="telnum" placeholder="请输入电话号码" class="filter-item"/>
17 17
       <el-button type="primary" class="filter-item" icon="el-icon-search" @click="btn_search">搜索</el-button>
18 18
     </div>
19 19
 
@@ -59,7 +59,7 @@ export default {
59 59
   data() {
60 60
     return {
61 61
       loading: false,
62
-      keyword: '',
62
+      telnum: '',
63 63
       searchDate: '',
64 64
       pickerOptions,
65 65
       pageParams: {
@@ -100,7 +100,7 @@ export default {
100 100
         const params = {
101 101
           pageindex: this.pageParams.pageindex, // 第几页
102 102
           pagesize: this.pageParams.pagesize, // 每页几条信息
103
-          keyword: this.keyword, // 否	string	模糊查询(电话)
103
+          telnum: this.telnum, // 否	string	模糊查询(电话)
104 104
           stime: this.searchDate && this.searchDate[0], // 否	datetime	起始时间
105 105
           etime: this.searchDate && this.searchDate[1] // 否	datetime	结束时间
106 106
         }

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/clickoutbound/tasks/components/tabPager.vue

@@ -12,7 +12,7 @@
12 12
       </el-row>
13 13
     </p>
14 14
     <p v-if="remark" class="remark">
15
-      {{ remark }}
15
+      问卷描述: {{ remark }}
16 16
     </p>
17 17
     <div v-for="item in pagerLists" :class="{delLine: item.isJump}" :key="item.queguid" class="question">
18 18
       <template v-if="!item.isJump">

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/clickoutbound/tasks/detail.vue

@@ -15,7 +15,7 @@
15 15
       </el-row>
16 16
     </p>
17 17
     <p v-if="remark" class="remark">
18
-      {{ remark }}
18
+      问卷描述: {{ remark }}
19 19
     </p>
20 20
     <div v-for="item in pagerLists" :key="item.queguid" class="question">
21 21
       <div class="title">

+ 3 - 3
fuwaiCallCenterWeb.UI/src/views/clickoutbound/tasks/index.vue

@@ -13,7 +13,7 @@
13 13
         range-separator="至"
14 14
         start-placeholder="开始日期"
15 15
         end-placeholder="结束日期"/>
16
-      <el-input v-model="keyword" placeholder="请输入电话号码" class="filter-item"/>
16
+      <el-input v-model="telnum" placeholder="请输入电话号码" class="filter-item"/>
17 17
       <el-button type="primary" class="filter-item" icon="el-icon-search" @click="btn_search">搜索</el-button>
18 18
     </div>
19 19
     <el-table v-loading="loading" :data="dataLists" border stripe>
@@ -62,7 +62,7 @@ export default {
62 62
   data() {
63 63
     return {
64 64
       loading: false,
65
-      keyword: '',
65
+      telnum: '',
66 66
       searchDate: '',
67 67
       pickerOptions,
68 68
       pageParams: {
@@ -103,7 +103,7 @@ export default {
103 103
         const params = {
104 104
           pageindex: this.pageParams.pageindex, // 第几页
105 105
           pagesize: this.pageParams.pagesize, // 每页几条信息
106
-          keyword: this.keyword, // 否	string	模糊查询(电话)
106
+          telnum: this.telnum, // 否	string	模糊查询(电话)
107 107
           stime: this.searchDate && this.searchDate[0], // 否	datetime	起始时间
108 108
           etime: this.searchDate && this.searchDate[1] // 否	datetime	结束时间
109 109
         }

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/customer/customerInfo/index.vue

@@ -20,7 +20,7 @@
20 20
     </div>
21 21
 
22 22
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
23
-      <el-table-column type="selection" width="36"/>
23
+      <el-table-column type="selection" width="40"/>
24 24
       <el-table-column type="index" label="编号" align="center" fixed width="80"/>
25 25
       <el-table-column prop="name" label="姓名" align="center" min-width=""/>
26 26
       <el-table-column prop="mobilephone" label="手机号码" align="center" min-width="110"/>

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/customer/customerInfoQZ/index.vue

@@ -124,7 +124,7 @@ export default {
124 124
         const params = {
125 125
           pageindex: this.pageParams.pageindex, // 第几页
126 126
           pagesize: this.pageParams.pagesize, // 每页几条信息
127
-          keyword: this.keyword, // 否	string	模糊查询(姓名,手机号码,固话)
127
+          keyword: this.keyword.replace(/\s+/g, ""), // 否	string	模糊查询(姓名,手机号码,固话)
128 128
           gjstime: this.searchDate && this.searchDate[0], // 跟进开始时间
129 129
           gjetime: this.searchDate && this.searchDate[1], // 跟进结束时间
130 130
           customertype: '潜在客户'

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/customer/customerManage/index.vue

@@ -19,7 +19,7 @@
19 19
       <el-button v-permission="'HY_deletes'" type="primary" class="filter-item" icon="el-icon-delete" @click="btn_deletes">批量删除</el-button>
20 20
     </div>
21 21
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
22
-      <el-table-column type="selection" width="36"/>
22
+      <el-table-column type="selection" width="40"/>
23 23
       <el-table-column type="index" label="编号" align="center" fixed width="80"/>
24 24
       <el-table-column prop="name" label="姓名" align="center" min-width=""/>
25 25
       <el-table-column prop="mobilephone" label="手机号码" align="center" min-width="110"/>

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/order/orderAppointed/index.vue

@@ -8,7 +8,7 @@
8 8
       @export="btn_export"/>
9 9
 
10 10
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
11
-      <el-table-column type="selection" width="36"/>
11
+      <el-table-column type="selection" width="40"/>
12 12
       <el-table-column type="index" label="编号" align="center" fixed width="50" />
13 13
       <el-table-column label="工单状态" align="center" min-width="">
14 14
         <template slot-scope="scope">

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/order/orderDisposal/index.vue

@@ -8,7 +8,7 @@
8 8
       @export="btn_export"/>
9 9
 
10 10
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
11
-      <el-table-column type="selection" width="36"/>
11
+      <el-table-column type="selection" width="40"/>
12 12
       <el-table-column type="index" label="编号" align="center" fixed width="50" />
13 13
       <el-table-column label="工单状态" align="center" min-width="">
14 14
         <template slot-scope="scope">

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/order/orderProcessed/index.vue

@@ -8,7 +8,7 @@
8 8
       @export="btn_export"/>
9 9
 
10 10
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
11
-      <el-table-column type="selection" width="36"/>
11
+      <el-table-column type="selection" width="40"/>
12 12
       <el-table-column type="index" label="编号" align="center" fixed width="50" />
13 13
       <el-table-column label="工单状态" align="center" min-width="">
14 14
         <template slot-scope="scope">

+ 2 - 2
fuwaiCallCenterWeb.UI/src/views/order/orderSearch/index.vue

@@ -149,8 +149,8 @@ export default {
149 149
           pagesize: this.pageParams.pagesize, // int 每页几条信息
150 150
           stime: this.searchDate && this.searchDate[0], // 开始时间
151 151
           etime: this.searchDate && this.searchDate[1], // 结束时间
152
-          ordercode: this.sc_ordercode, //	否	string	模糊查询(工单编号)
153
-          phone: this.sc_tel, //	否	string	模糊查询(号码)
152
+          ordercode: this.sc_ordercode.replace(/\s+/g, ""), //	否	string	模糊查询(工单编号)
153
+          phone: this.sc_tel.replace(/\s+/g, ""), //	否	string	模糊查询(号码)
154 154
           province: this.provinceCity && this.provinceCity[0], //	否	string	省code
155 155
           city: this.provinceCity && this.provinceCity[1], //	否	string	市code
156 156
           sourceid: this.sc_source, //	否	string	来源id

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/order/orderWaiting/index.vue

@@ -8,7 +8,7 @@
8 8
       @export="btn_export"/>
9 9
 
10 10
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
11
-      <el-table-column type="selection" width="36"/>
11
+      <el-table-column type="selection" width="40"/>
12 12
       <el-table-column type="index" label="编号" align="center" fixed width="50" />
13 13
       <el-table-column label="工单状态" align="center" min-width="">
14 14
         <template slot-scope="scope">

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/outbound/allot/components/tabAllot.vue

@@ -167,7 +167,7 @@ export default {
167 167
         const params = {
168 168
           pageindex: this.pageParams.pageindex, // 第几页
169 169
           pagesize: this.pageParams.pagesize, // 每页几条信息
170
-          key: this.searchDatas.keyword, //	否	string	任务名称,可模糊查询
170
+          key: this.searchDatas.keyword.replace(/\s+/g, ""), //	否	string	任务名称,可模糊查询
171 171
           taskstate: this.searchDatas.sc_state, //	否	int	任务状态 (不传值时查询所有状态)
172 172
           stime: this.searchDatas.searchDate && this.searchDatas.searchDate[0], //	否	string	开始时间
173 173
           etime: this.searchDatas.searchDate && this.searchDatas.searchDate[1], //	否	string	结束时间

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/outbound/plan/index.vue

@@ -95,7 +95,7 @@
95 95
           <el-button v-permission="'HY_deleteRs'" type="primary" class="filter-item" icon="el-icon-delete" @click="btn_deletesR()">批量删除</el-button>
96 96
         </div>
97 97
         <el-table v-loading="loadingR" :data="telLists" border stripe @selection-change="changeSelects">
98
-          <el-table-column type="selection" width="36"/>
98
+          <el-table-column type="selection" width="40"/>
99 99
           <el-table-column type="index" label="编号" align="center" fixed width="60"/>
100 100
           <el-table-column prop="cusname" label="客户姓名" align="center" min-width=""/>
101 101
           <el-table-column prop="phone" label="电话" align="center" min-width=""/>

+ 2 - 2
fuwaiCallCenterWeb.UI/src/views/qualityCheck/quotaManagement/index.vue

@@ -147,9 +147,9 @@ export default {
147 147
     // 左侧编辑
148 148
     btn_editL() {
149 149
       this.checkTreeId = this.$refs.treeRef.getCheckedKeys()
150
-      if (this.checkTreeId.length <= 0) {
150
+      if (this.checkTreeId.length !== 1) {
151 151
         this.$message({
152
-          message: '没有可编辑的选项!',
152
+          message: '请选择一行编辑!',
153 153
           type: 'warning'
154 154
         })
155 155
         return

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/questionnaire/management/index.vue

@@ -94,7 +94,7 @@ export default {
94 94
         const params = {
95 95
           pageindex: this.pageParams.pageindex, // 第几页
96 96
           pagesize: this.pageParams.pagesize, // 每页几条信息
97
-          keyword: this.keyword, // 否	string	模糊查询(姓名,手机号码,固话)
97
+          keyword: this.keyword.replace(/\s+/g, ""), // 否	string	模糊查询(姓名,手机号码,固话)
98 98
           stime: this.searchDate && this.searchDate[0], // 开始时间
99 99
           etime: this.searchDate && this.searchDate[1] // 结束时间
100 100
         }

+ 7 - 2
fuwaiCallCenterWeb.UI/src/views/repository/repositoryManage/index.vue

@@ -84,6 +84,11 @@ export default {
84 84
   created() {
85 85
     // this.getList() // 分类指标
86 86
     this.getTreeLists()// 分类指标
87
+        document.onkeyup = (e) => {
88
+      if (e.keyCode === 13) {
89
+        this.getList()
90
+      }
91
+    }
87 92
   },
88 93
   mounted: function() {
89 94
     this.getList()
@@ -95,7 +100,7 @@ export default {
95 100
         const params = {
96 101
           pageindex: this.pageParams.pageindex, // 第几页
97 102
           pagesize: this.pageParams.pagesize, // 每页几条信息
98
-          key: this.keyword, //	关键字
103
+          key: this.keyword.replace(/\s+/g, ""), //	关键字
99 104
           typeid: this.treeclickId
100 105
         }
101 106
         getScoreList(params).then(response => {
@@ -206,7 +211,7 @@ export default {
206 211
           },
207 212
           area: ['60%', '70%'],
208 213
           shadeClose: false,
209
-          title: '编辑指标分类'
214
+          title: '知识库内容'
210 215
         })
211 216
       }
212 217
     },

+ 2 - 1
fuwaiCallCenterWeb.UI/src/views/telCall/duty/index.vue

@@ -103,7 +103,8 @@ export default {
103 103
         const params = {
104 104
           pageindex: this.pageParams.pageindex, // 第几页
105 105
           pagesize: this.pageParams.pagesize, // 每页几条信息
106
-          telphone: this.keyword,
106
+          telphone: this.keyword.replace(/\s+/g, ""),
107
+          groupid: this.groupid,
107 108
           stime: this.searchDate && this.searchDate[0],
108 109
           etime: this.searchDate && this.searchDate[1]
109 110
         }

+ 3 - 3
fuwaiCallCenterWeb.UI/src/views/telCall/ivrConfigureManage/addIvrConfigure.vue

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div v-loading="loading">
3 3
     <el-form ref="ruleForm" :model="ruleForm" :rules="rules" label-width="100px">
4
-      <el-form-item label="坐席组编号" prop="groupcode">
5
-        <el-select v-model="ruleForm.groupcode" placeholder="请选择坐席组编号">
4
+      <el-form-item label="坐席组" prop="groupcode">
5
+        <el-select v-model="ruleForm.groupcode" placeholder="请选择坐席组">
6 6
           <el-option
7 7
             v-for="item in seatOptions"
8 8
             :key="item.zxzcode"
@@ -59,7 +59,7 @@ export default {
59 59
       },
60 60
       rules: {
61 61
         groupcode: [
62
-          { required: true, message: '请选择坐席组编号', trigger: 'change' }
62
+          { required: true, message: '请选择坐席组', trigger: 'change' }
63 63
         ],
64 64
         ivrtype: [
65 65
           { required: true, message: '请选择IVR类型', trigger: 'change' }

+ 3 - 3
fuwaiCallCenterWeb.UI/src/views/telCall/ivrConfigureManage/editIvrConfigure.vue

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <div v-loading="loading">
3 3
     <el-form ref="ruleForm" :model="ruleForm" :rules="rules" label-width="100px">
4
-      <el-form-item label="坐席组编号" prop="groupcode">
4
+      <el-form-item label="坐席组" prop="groupcode">
5 5
         <el-input v-model="ruleForm.groupcode" :disabled="true"/>
6 6
       </el-form-item>
7 7
       <el-form-item label="ivr类型" prop="ivrtype">
@@ -53,7 +53,7 @@ export default {
53 53
       },
54 54
       rules: {
55 55
         groupcode: [
56
-          { required: true, message: '请选择坐席组编号', trigger: 'blur' }
56
+          { required: true, message: '请选择坐席组', trigger: 'blur' }
57 57
         ],
58 58
         ivrtype: [
59 59
           { required: true, message: '请选择IVR类型', trigger: 'blur' }
@@ -109,7 +109,7 @@ export default {
109 109
         if (response.state.toLowerCase() === 'success') {
110 110
           const res = response.data
111 111
           this.ruleForm.groupcode = res.groupname
112
-          alert(typeof (res.isenable))
112
+          // alert(typeof (res.isenable))
113 113
           this.ruleForm.isenable = res.isenable.toString()
114 114
           this.ruleForm.ivrtype = res.ivrtype.toString()
115 115
           this.ruleForm.ivrcontent = res.ivrcontent

+ 10 - 2
fuwaiCallCenterWeb.UI/src/views/telCall/ivrConfigureManage/index.vue

@@ -12,12 +12,13 @@
12 12
         range-separator="至"
13 13
         start-placeholder="开始日期"
14 14
         end-placeholder="结束日期"/>
15
-      <el-input v-model="keyword" placeholder="请输入坐席组编号" class="filter-item"/>
15
+      <el-input v-model="keyword" placeholder="请输入坐席组" class="filter-item"/>
16 16
       <el-button type="primary" class="filter-item" icon="el-icon-search" @click="btn_search">搜索</el-button>
17 17
       <el-button v-permission="'HY_add'" type="primary" class="filter-item" icon="el-icon-plus" @click="btn_add">添加</el-button>
18 18
       <el-button v-permission="'HY_deletes'" type="primary" class="filter-item" icon="el-icon-delete" @click="btn_deletes">批量删除</el-button>
19 19
     </div>
20 20
     <el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
21
+      <el-table-column type="selection" width="40" />
21 22
       <el-table-column type="index" label="编号" align="center" fixed width="80"/>
22 23
       <el-table-column prop="groupname" label="坐席组" align="center" min-width=""/>
23 24
       <el-table-column prop="ivrname" label="ivr名称" align="center" min-width=""/>
@@ -107,6 +108,13 @@ export default {
107 108
       multipleSelection: []// 表格选中id
108 109
     }
109 110
   },
111
+  created() {
112
+    document.onkeyup = (e) => {
113
+      if (e.keyCode === 13) {
114
+        this.getList()
115
+      }
116
+    }
117
+  },
110 118
   mounted: function() {
111 119
     this.getList()
112 120
   },
@@ -117,7 +125,7 @@ export default {
117 125
         const params = {
118 126
           pageindex: this.pageParams.pageindex, // 第几页
119 127
           pagesize: this.pageParams.pagesize, // 每页几条信息
120
-          groupcode: this.keyword,
128
+          groupcode: this.keyword.replace(/\s+/g, ""),
121 129
           stime: this.searchDate && this.searchDate[0],
122 130
           etime: this.searchDate && this.searchDate[1]
123 131
         }

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/telCall/numAssigned/index.vue

@@ -70,7 +70,7 @@ export default {
70 70
         const params = {
71 71
           pageindex: this.pageParams.pageindex, // 第几页
72 72
           pagesize: this.pageParams.pagesize, // 每页几条信息
73
-          key: this.keyword,
73
+          key: this.keyword.replace(/\s+/g, ""),
74 74
           stime: this.searchDate && this.searchDate[0],
75 75
           etime: this.searchDate && this.searchDate[1]
76 76
         }

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/voice/voiceTasks/components/tabTask.vue

@@ -137,7 +137,7 @@ export default {
137 137
           stime: this.searchDatas.searchDate && this.searchDatas.searchDate[0], //	否	string	开始时间
138 138
           etime: this.searchDatas.searchDate && this.searchDatas.searchDate[1], //	否	string	结束时间
139 139
           agentid: this.searchDatas.seatId, // 否	string	坐席工号(不传值查询全部坐席)
140
-          taskname: this.searchDatas.keyword //	否	string	计划名称,可模糊查询
140
+          taskname: this.searchDatas.keyword.replace(/\s+/g,"") //	否	string	计划名称,可模糊查询
141 141
         }
142 142
         getTaskLists(params).then(response => {
143 143
           this.loading = false

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/voice/voiceTasksresult/components/tabTask.vue

@@ -140,7 +140,7 @@ export default {
140 140
           stime: this.searchDatas.searchDate && this.searchDatas.searchDate[0], //	否	string	开始时间
141 141
           etime: this.searchDatas.searchDate && this.searchDatas.searchDate[1], //	否	string	结束时间
142 142
           agentid: this.searchDatas.seatId, // 否	string	坐席工号(不传值查询全部坐席)
143
-          taskname: this.searchDatas.keyword //	否	string	计划名称,可模糊查询
143
+          taskname: this.searchDatas.keyword.replace(/\s+/g, "") //	否	string	计划名称,可模糊查询
144 144
         }
145 145
         getTaskLists(params).then(response => {
146 146
           this.loading = false