|
|
@@ -1,6 +1,5 @@
|
|
1
|
1
|
<!DOCTYPE html>
|
|
2
|
2
|
<html>
|
|
3
|
|
-
|
|
4
|
3
|
<head>
|
|
5
|
4
|
<meta charset="UTF-8">
|
|
6
|
5
|
<title>质检评分</title>
|
|
|
@@ -33,13 +32,16 @@
|
|
33
|
32
|
border-image: initial;
|
|
34
|
33
|
border-radius: 3px;
|
|
35
|
34
|
}
|
|
36
|
|
- .dropdown-menu li{
|
|
37
|
|
- float: none;
|
|
38
|
|
- }
|
|
39
|
|
- .dropdown-menu li a:hover{
|
|
40
|
|
- background-color: #337ab7;
|
|
41
|
|
- color: #fff;
|
|
42
|
|
- }
|
|
|
35
|
+
|
|
|
36
|
+ .dropdown-menu li {
|
|
|
37
|
+ float: none;
|
|
|
38
|
+ }
|
|
|
39
|
+
|
|
|
40
|
+ .dropdown-menu li a:hover {
|
|
|
41
|
+ background-color: #337ab7;
|
|
|
42
|
+ color: #fff;
|
|
|
43
|
+ }
|
|
|
44
|
+
|
|
43
|
45
|
.select2-container--default .select2-selection--single {
|
|
44
|
46
|
border: 1px solid #e5e6e7;
|
|
45
|
47
|
}
|
|
|
@@ -71,7 +73,6 @@
|
|
71
|
73
|
坐席:
|
|
72
|
74
|
<select name="" id="Select" class="x-color select">
|
|
73
|
75
|
<option value="">全部</option>
|
|
74
|
|
-
|
|
75
|
76
|
</select>
|
|
76
|
77
|
</li>
|
|
77
|
78
|
<li>
|
|
|
@@ -97,7 +98,8 @@
|
|
97
|
98
|
<th data-field="_callstate" data-formatter="states">呼叫状态</th>
|
|
98
|
99
|
<th data-field="_usercode">坐席工号</th>
|
|
99
|
100
|
<th data-field="_username">坐席姓名</th>
|
|
100
|
|
- <th data-field="_deptname" data-align="center">所属公司</th>
|
|
|
101
|
+ <th data-field="_company" data-align="center">所属公司</th>
|
|
|
102
|
+ <th data-field="_deptname" data-align="center">部门</th>
|
|
101
|
103
|
<th data-field="_talkstarttime">通话开始时间</th>
|
|
102
|
104
|
<th data-field="_talkendtime">通话结束时间</th>
|
|
103
|
105
|
<th data-field="_talklongtime">通话时长(S)</th>
|
|
|
@@ -157,7 +159,6 @@
|
|
157
|
159
|
</th>
|
|
158
|
160
|
</tr>
|
|
159
|
161
|
<tr>
|
|
160
|
|
-
|
|
161
|
162
|
<th>结束时间:
|
|
162
|
163
|
<td>
|
|
163
|
164
|
<div class="inpBox">
|
|
|
@@ -207,7 +208,6 @@
|
|
207
|
208
|
<div class="play Ly_box">
|
|
208
|
209
|
</div>
|
|
209
|
210
|
</td>
|
|
210
|
|
-
|
|
211
|
211
|
</tr>
|
|
212
|
212
|
<tr class="tr_ly_download">
|
|
213
|
213
|
<th><span>下载录音:</span></th>
|
|
|
@@ -231,7 +231,6 @@
|
|
231
|
231
|
</thead>
|
|
232
|
232
|
<tbody id="tbody"></tbody>
|
|
233
|
233
|
<tfoot id="tfoot">
|
|
234
|
|
-
|
|
235
|
234
|
</tfoot>
|
|
236
|
235
|
</table>
|
|
237
|
236
|
<div class="add_btn" style="text-align: center;">
|
|
|
@@ -240,14 +239,12 @@
|
|
240
|
239
|
</div>
|
|
241
|
240
|
</div>
|
|
242
|
241
|
<input type="hidden" class="Thid" />
|
|
243
|
|
-
|
|
244
|
242
|
</div>
|
|
245
|
243
|
</div>
|
|
246
|
244
|
<script src="../css/layer/layer.js"></script>
|
|
247
|
245
|
<script src="../My97DatePicker/WdatePicker.js"></script>
|
|
248
|
246
|
<script src="../js/select2/js/select2.min.js"></script>
|
|
249
|
247
|
<script src="../js/select2/js/zh-CN.js"></script>
|
|
250
|
|
-
|
|
251
|
248
|
<script>
|
|
252
|
249
|
var num;
|
|
253
|
250
|
var Count = 0;
|
|
|
@@ -348,7 +345,7 @@
|
|
348
|
345
|
var callId = row._callid;
|
|
349
|
346
|
if (val) {
|
|
350
|
347
|
return '<div class="imgs">' +
|
|
351
|
|
- '<img src="../img/vice.png" alt="" onclick= ck(this) item="' + val + '" callId="'+callId+'" />' +
|
|
|
348
|
+ '<img src="../img/vice.png" alt="" onclick= ck(this) item="' + val + '" callId="' + callId + '" />' +
|
|
352
|
349
|
'</div>';
|
|
353
|
350
|
} else {
|
|
354
|
351
|
return '';
|
|
|
@@ -610,5 +607,4 @@
|
|
610
|
607
|
|
|
611
|
608
|
</script>
|
|
612
|
609
|
</body>
|
|
613
|
|
-
|
|
614
|
610
|
</html>
|