|
|
@@ -161,14 +161,14 @@
|
|
161
|
161
|
|
|
162
|
162
|
.inpBox {
|
|
163
|
163
|
border: 1px solid #cccccc;
|
|
164
|
|
- height: 31px;
|
|
|
164
|
+ height: 32px;
|
|
165
|
165
|
width: 220px;
|
|
166
|
166
|
display: inline-block;
|
|
167
|
167
|
position: relative;
|
|
168
|
168
|
vertical-align: middle;
|
|
169
|
169
|
position: absolute;
|
|
170
|
170
|
left: 0px;
|
|
171
|
|
- top: 0px;
|
|
|
171
|
+ top: 7px;
|
|
172
|
172
|
z-index: 111;
|
|
173
|
173
|
}
|
|
174
|
174
|
|
|
|
@@ -238,7 +238,7 @@
|
|
238
|
238
|
|
|
239
|
239
|
.inps {
|
|
240
|
240
|
width: 217px;
|
|
241
|
|
- height: 24px;
|
|
|
241
|
+ height: 30px;
|
|
242
|
242
|
outline: none;
|
|
243
|
243
|
border: 0;
|
|
244
|
244
|
border-image-width: 0;
|
|
|
@@ -278,7 +278,7 @@
|
|
278
|
278
|
<i class="syIcon"></i>位置:
|
|
279
|
279
|
<a href="javaScript:;" id="ReIndex">首页</a>>
|
|
280
|
280
|
<a href="javaScript:;">工单处理</a>>
|
|
281
|
|
- <a href="" class="nowPosition">已结案</a>
|
|
|
281
|
+ <a href="" class="nowPosition">已办结</a>
|
|
282
|
282
|
</sapn>
|
|
283
|
283
|
</div>
|
|
284
|
284
|
<div class="dhRight">
|
|
|
@@ -318,17 +318,14 @@
|
|
318
|
318
|
<td>
|
|
319
|
319
|
<select class="select_" id="source"></select>
|
|
320
|
320
|
</td>
|
|
321
|
|
- <!-- <th>主题词:</th>
|
|
322
|
|
- <td>
|
|
323
|
|
- <select id="keyid" name="" class="select"></select>
|
|
324
|
|
- </td> -->
|
|
325
|
|
-
|
|
326
|
|
- </tr>
|
|
327
|
|
- <tr>
|
|
328
|
321
|
<th>类型:</th>
|
|
329
|
322
|
<td>
|
|
330
|
323
|
<select class="select_" id="type"></select>
|
|
331
|
324
|
</td>
|
|
|
325
|
+
|
|
|
326
|
+ </tr>
|
|
|
327
|
+ <tr>
|
|
|
328
|
+
|
|
332
|
329
|
<th>来电号码:</th>
|
|
333
|
330
|
<td>
|
|
334
|
331
|
<input type="text" id="tel" class="Min-width" />
|
|
|
@@ -337,16 +334,19 @@
|
|
337
|
334
|
<td>
|
|
338
|
335
|
<input type="text" id="name" class="Min-width" />
|
|
339
|
336
|
</td>
|
|
340
|
|
-
|
|
341
|
|
- </tr>
|
|
342
|
|
- <tr>
|
|
343
|
|
- <th>坐席:</th>
|
|
|
337
|
+ <th>坐席:</th>
|
|
344
|
338
|
<td>
|
|
345
|
|
- <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
|
|
346
|
|
- data-live-search="true">
|
|
347
|
|
- <option value="">请选择坐席</option>
|
|
348
|
|
- </select>
|
|
|
339
|
+ <div style="width: 260px;">
|
|
|
340
|
+ <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
|
|
|
341
|
+ data-live-search="true">
|
|
|
342
|
+ <option value="">请选择坐席</option>
|
|
|
343
|
+ </select>
|
|
|
344
|
+ </div>
|
|
|
345
|
+
|
|
349
|
346
|
</td>
|
|
|
347
|
+ </tr>
|
|
|
348
|
+ <tr>
|
|
|
349
|
+
|
|
350
|
350
|
<th>审核员:</th>
|
|
351
|
351
|
<td>
|
|
352
|
352
|
<select id="yardman" name="select" class="selectpicker show-tick form-control"
|
|
|
@@ -369,11 +369,9 @@
|
|
369
|
369
|
</ul>
|
|
370
|
370
|
</div>
|
|
371
|
371
|
</td>
|
|
372
|
|
- </tr>
|
|
373
|
|
- <tr>
|
|
374
|
372
|
<th>当即办结:</th>
|
|
375
|
373
|
<td>
|
|
376
|
|
- <select id="dealtype" name="select" class="form-control" data-live-search="true">
|
|
|
374
|
+ <select style="width: 260px;" id="dealtype" name="select" class="form-control" data-live-search="true">
|
|
377
|
375
|
<option value="">请选择</option>
|
|
378
|
376
|
<option value="0">转办办结</option>
|
|
379
|
377
|
<option value="1">当即办结</option>
|
|
|
@@ -381,6 +379,9 @@
|
|
381
|
379
|
<option value="3">超期办结</option>
|
|
382
|
380
|
</select>
|
|
383
|
381
|
</td>
|
|
|
382
|
+ </tr>
|
|
|
383
|
+ <tr>
|
|
|
384
|
+
|
|
384
|
385
|
<th>回访满意度:</th>
|
|
385
|
386
|
<td>
|
|
386
|
387
|
<select id="Issatisfie" name="select" class="form-control" data-live-search="true">
|
|
|
@@ -389,8 +390,18 @@
|
|
389
|
390
|
<option value="1">满意</option>
|
|
390
|
391
|
</select>
|
|
391
|
392
|
</td>
|
|
392
|
|
- <th></th>
|
|
393
|
|
- <td style="text-align: center;">
|
|
|
393
|
+ <th>结案满意度:</th>
|
|
|
394
|
+ <td>
|
|
|
395
|
+ <select id="F_IsSatisfie" style="width: 260px;" name="select" class="form-control" data-live-search="true">
|
|
|
396
|
+ <option value="">请选择</option>
|
|
|
397
|
+ <option value="0">不满意</option>
|
|
|
398
|
+ <option value="1">满意</option>
|
|
|
399
|
+ </select>
|
|
|
400
|
+ </td>
|
|
|
401
|
+ <th style="text-align: center;">
|
|
|
402
|
+
|
|
|
403
|
+ </th>
|
|
|
404
|
+ <td >
|
|
394
|
405
|
<botton class="btns Seach">搜索</botton>
|
|
395
|
406
|
<botton class="btns exportFile">导出</botton>
|
|
396
|
407
|
</td>
|
|
|
@@ -544,6 +555,7 @@
|
|
544
|
555
|
sourcearea: $('#sourceAreas').val(), //区域
|
|
545
|
556
|
dealtype: $("#dealtype").val(),
|
|
546
|
557
|
Issatisfie: $("#Issatisfie").val(),
|
|
|
558
|
+ F_IsSatisfie: $("#F_IsSatisfie").val(),
|
|
547
|
559
|
token: $.cookie("token")
|
|
548
|
560
|
};
|
|
549
|
561
|
return param;
|
|
|
@@ -1092,6 +1104,7 @@
|
|
1092
|
1104
|
var tab = 5;
|
|
1093
|
1105
|
var keyid = $("#keyid").val() //=关键词id
|
|
1094
|
1106
|
var dealtype = $("#dealtype").val()
|
|
|
1107
|
+ var F_IsSatisfie = $("#F_IsSatisfie").val()
|
|
1095
|
1108
|
var Issatisfie = $("#Issatisfie").val()
|
|
1096
|
1109
|
|
|
1097
|
1110
|
|
|
|
@@ -1104,7 +1117,7 @@
|
|
1104
|
1117
|
"&sourcearea=" +
|
|
1105
|
1118
|
sourcearea +
|
|
1106
|
1119
|
"&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&dealtype=" +
|
|
1107
|
|
- dealtype + "&Issatisfie=" + Issatisfie + "&isdc=1";
|
|
|
1120
|
+ dealtype + "&Issatisfie=" + Issatisfie+ "&F_IsSatisfie=" + F_IsSatisfie + "&isdc=1";
|
|
1108
|
1121
|
window.location.href = url;
|
|
1109
|
1122
|
})
|
|
1110
|
1123
|
</script>
|