|
|
@@ -3,7 +3,7 @@
|
|
3
|
3
|
|
|
4
|
4
|
<head>
|
|
5
|
5
|
<meta charset="UTF-8">
|
|
6
|
|
- <title>居委退回审核</title>
|
|
|
6
|
+ <title>局委退回审核</title>
|
|
7
|
7
|
<script src="../Script/Common/huayi.load.js"></script>
|
|
8
|
8
|
<link rel="stylesheet" href="../css/bootstrap-select.css">
|
|
9
|
9
|
<script src="../Script/Common/huayi.config.js"></script>
|
|
|
@@ -135,13 +135,13 @@
|
|
135
|
135
|
line-height: initial;
|
|
136
|
136
|
}
|
|
137
|
137
|
|
|
138
|
|
- .setwin a {
|
|
139
|
|
- position: relative;
|
|
140
|
|
- width: 16px;
|
|
141
|
|
- height: 16px;
|
|
142
|
|
- font-size: 20px;
|
|
143
|
|
- color: #fff;
|
|
144
|
|
- }
|
|
|
138
|
+ .setwin a {
|
|
|
139
|
+ position: relative;
|
|
|
140
|
+ width: 16px;
|
|
|
141
|
+ height: 16px;
|
|
|
142
|
+ font-size: 20px;
|
|
|
143
|
+ color: #fff;
|
|
|
144
|
+ }
|
|
145
|
145
|
|
|
146
|
146
|
.xg i {
|
|
147
|
147
|
font-size: 16px;
|
|
|
@@ -160,8 +160,8 @@
|
|
160
|
160
|
}
|
|
161
|
161
|
|
|
162
|
162
|
.inpBox {
|
|
163
|
|
- border: 1px solid #cccccc;
|
|
164
|
|
- height: 31px;
|
|
|
163
|
+ border: 1px solid #cccccc;
|
|
|
164
|
+ height: 31px;
|
|
165
|
165
|
width: 220px;
|
|
166
|
166
|
display: inline-block;
|
|
167
|
167
|
position: relative;
|
|
|
@@ -171,8 +171,9 @@
|
|
171
|
171
|
top: 0px;
|
|
172
|
172
|
z-index: 111;
|
|
173
|
173
|
}
|
|
174
|
|
- .selDpart1{
|
|
175
|
|
- position: absolute;
|
|
|
174
|
+
|
|
|
175
|
+ .selDpart1 {
|
|
|
176
|
+ position: absolute;
|
|
176
|
177
|
left: 0px;
|
|
177
|
178
|
top: 30px;
|
|
178
|
179
|
z-index: 11111;
|
|
|
@@ -180,28 +181,32 @@
|
|
180
|
181
|
line-height: 30px;
|
|
181
|
182
|
background: #FFFFFF;
|
|
182
|
183
|
display: none;
|
|
183
|
|
- }
|
|
184
|
|
- #sponsor{
|
|
185
|
|
- width: 218px;
|
|
186
|
|
- border: 1px solid #00a1cb;
|
|
187
|
|
- margin: 0;
|
|
188
|
|
- padding: 0;
|
|
189
|
|
- list-style: none;
|
|
190
|
|
- max-height: 212px;
|
|
191
|
|
- overflow-x: hidden;
|
|
192
|
|
- overflow-y: scroll;
|
|
193
|
|
- }
|
|
194
|
|
- #sponsor li{
|
|
195
|
|
- margin: 0;
|
|
196
|
|
- padding-left: 10px;
|
|
197
|
|
- width: 220px;
|
|
198
|
|
- height: 30px;
|
|
199
|
|
- line-height: 30px;
|
|
200
|
|
- list-style: none;
|
|
201
|
|
- }
|
|
202
|
|
- #sponsor li:hover{
|
|
203
|
|
- background: #00a1cb;
|
|
204
|
|
- }
|
|
|
184
|
+ }
|
|
|
185
|
+
|
|
|
186
|
+ #sponsor {
|
|
|
187
|
+ width: 218px;
|
|
|
188
|
+ border: 1px solid #00a1cb;
|
|
|
189
|
+ margin: 0;
|
|
|
190
|
+ padding: 0;
|
|
|
191
|
+ list-style: none;
|
|
|
192
|
+ max-height: 212px;
|
|
|
193
|
+ overflow-x: hidden;
|
|
|
194
|
+ overflow-y: scroll;
|
|
|
195
|
+ }
|
|
|
196
|
+
|
|
|
197
|
+ #sponsor li {
|
|
|
198
|
+ margin: 0;
|
|
|
199
|
+ padding-left: 10px;
|
|
|
200
|
+ width: 220px;
|
|
|
201
|
+ height: 30px;
|
|
|
202
|
+ line-height: 30px;
|
|
|
203
|
+ list-style: none;
|
|
|
204
|
+ }
|
|
|
205
|
+
|
|
|
206
|
+ #sponsor li:hover {
|
|
|
207
|
+ background: #00a1cb;
|
|
|
208
|
+ }
|
|
|
209
|
+
|
|
205
|
210
|
.addTree {
|
|
206
|
211
|
background: #fff;
|
|
207
|
212
|
position: absolute;
|
|
|
@@ -273,7 +278,7 @@
|
|
273
|
278
|
<i class="syIcon"></i>位置:
|
|
274
|
279
|
<a href="javaScript:;" id="ReIndex">首页</a>>
|
|
275
|
280
|
<a href="javaScript:;">工单处理</a>>
|
|
276
|
|
- <a href="" class="nowPosition">居委退回审核</a>
|
|
|
281
|
+ <a href="" class="nowPosition"></a>局委退回审核</a>
|
|
277
|
282
|
</sapn>
|
|
278
|
283
|
</div>
|
|
279
|
284
|
<div class="dhRight">
|
|
|
@@ -297,7 +302,9 @@
|
|
297
|
302
|
</td>
|
|
298
|
303
|
<th>时间:</th>
|
|
299
|
304
|
<td>
|
|
300
|
|
- <input type="text" id="starttime" class="laydate-icon Min-width" style="height: 32px;" /> —— <input type="text" id="endtime" class="laydate-icon Min-width" style="height: 32px;" />
|
|
|
305
|
+ <input type="text" id="starttime" class="laydate-icon Min-width"
|
|
|
306
|
+ style="height: 32px;" /> —— <input type="text" id="endtime"
|
|
|
307
|
+ class="laydate-icon Min-width" style="height: 32px;" />
|
|
301
|
308
|
</td>
|
|
302
|
309
|
<th>区域:</th>
|
|
303
|
310
|
<td>
|
|
|
@@ -325,38 +332,40 @@
|
|
325
|
332
|
<input type="text" id="tel" class="Min-width" />
|
|
326
|
333
|
</td>
|
|
327
|
334
|
</tr>
|
|
328
|
|
-
|
|
|
335
|
+
|
|
329
|
336
|
<tr>
|
|
330
|
|
-
|
|
|
337
|
+
|
|
331
|
338
|
<th>来电人:</th>
|
|
332
|
339
|
<td>
|
|
333
|
340
|
<input type="text" id="name" class="Min-width" />
|
|
334
|
341
|
</td>
|
|
335
|
|
-
|
|
|
342
|
+
|
|
336
|
343
|
<th>类型:</th>
|
|
337
|
344
|
<td>
|
|
338
|
345
|
<select class="select_" id="type"></select>
|
|
339
|
346
|
</td>
|
|
340
|
347
|
<th></th>
|
|
341
|
|
-
|
|
|
348
|
+
|
|
342
|
349
|
</tr>
|
|
343
|
350
|
<tr>
|
|
344
|
|
- <th>坐席:</th>
|
|
|
351
|
+ <th>坐席:</th>
|
|
345
|
352
|
<td>
|
|
346
|
|
- <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple data-live-search="true">
|
|
347
|
|
- <option value="">请选择坐席</option>
|
|
348
|
|
- </select>
|
|
|
353
|
+ <select id="ZX" name="select" class="selectpicker show-tick form-control" multiple
|
|
|
354
|
+ data-live-search="true">
|
|
|
355
|
+ <option value="">请选择坐席</option>
|
|
|
356
|
+ </select>
|
|
349
|
357
|
</td>
|
|
350
|
358
|
<th>审核员:</th>
|
|
351
|
359
|
<td>
|
|
352
|
|
- <select id="yardman" name="select" class="selectpicker show-tick form-control" multiple data-live-search="true">
|
|
353
|
|
- <option value="">请选择调度员</option>
|
|
354
|
|
- </select>
|
|
|
360
|
+ <select id="yardman" name="select" class="selectpicker show-tick form-control"
|
|
|
361
|
+ multiple data-live-search="true">
|
|
|
362
|
+ <option value="">请选择调度员</option>
|
|
|
363
|
+ </select>
|
|
355
|
364
|
</td>
|
|
356
|
365
|
<th>承办单位:</th>
|
|
357
|
366
|
<td style="position: relative;">
|
|
358
|
367
|
<div class="inpBox">
|
|
359
|
|
- <input type="text" class="inps" onkeyup="darptSearch()"/>
|
|
|
368
|
+ <input type="text" class="inps" onkeyup="darptSearch()" />
|
|
360
|
369
|
<i class="Cleans fa fa-close"></i>
|
|
361
|
370
|
<i class="xl xl_one"></i>
|
|
362
|
371
|
<div class="addTree xlAdd">
|
|
|
@@ -364,15 +373,15 @@
|
|
364
|
373
|
</div>
|
|
365
|
374
|
</div>
|
|
366
|
375
|
<div class="selDpart1">
|
|
367
|
|
- <ul id="sponsor">
|
|
368
|
|
- </ul>
|
|
|
376
|
+ <ul id="sponsor">
|
|
|
377
|
+ </ul>
|
|
369
|
378
|
</div>
|
|
370
|
379
|
</td>
|
|
371
|
380
|
<td style="text-align: center;">
|
|
372
|
|
- <botton class="btns Seach">搜索</botton>
|
|
|
381
|
+ <botton class="btns Seach">搜索</botton>
|
|
373
|
382
|
<botton class="btns exportFile">导出</botton>
|
|
374
|
383
|
</td>
|
|
375
|
|
-
|
|
|
384
|
+
|
|
376
|
385
|
</tr>
|
|
377
|
386
|
</table>
|
|
378
|
387
|
<a href="" class="btn-success"></a>
|
|
|
@@ -381,7 +390,8 @@
|
|
381
|
390
|
</div>
|
|
382
|
391
|
<div>
|
|
383
|
392
|
<div style="width: 100%;padding: 10px;">
|
|
384
|
|
- <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
|
|
|
393
|
+ <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams"
|
|
|
394
|
+ data-pagination="true">
|
|
385
|
395
|
<thead>
|
|
386
|
396
|
<tr>
|
|
387
|
397
|
<th data-checkbox="true"></th>
|
|
|
@@ -456,30 +466,30 @@
|
|
456
|
466
|
|
|
457
|
467
|
//获取查询信息
|
|
458
|
468
|
function load() {
|
|
459
|
|
- //坐席
|
|
460
|
|
- var usercodeID="";
|
|
461
|
|
- var usercode_=$("#ZX").val(); //坐席
|
|
462
|
|
- if (usercode_!=null) {
|
|
463
|
|
- $(usercode_).each(function (i, n) {
|
|
464
|
|
- var obj1='';
|
|
465
|
|
- obj1= n+",";
|
|
466
|
|
- usercodeID +=obj1;
|
|
467
|
|
- })
|
|
468
|
|
- }else{
|
|
469
|
|
- usercodeID=""
|
|
470
|
|
- }
|
|
471
|
|
-// 调度员
|
|
472
|
|
- var ddusercodeID="";
|
|
473
|
|
- var ddusercode_=$("#yardman").val(); //坐席
|
|
474
|
|
- if (ddusercode_!=null) {
|
|
475
|
|
- $(ddusercode_).each(function (i, n) {
|
|
476
|
|
- var obj2='';
|
|
477
|
|
- obj2= n+",";
|
|
478
|
|
- ddusercodeID +=obj2;
|
|
479
|
|
- })
|
|
480
|
|
- }else{
|
|
481
|
|
- ddusercodeID=""
|
|
482
|
|
- }
|
|
|
469
|
+ //坐席
|
|
|
470
|
+ var usercodeID = "";
|
|
|
471
|
+ var usercode_ = $("#ZX").val(); //坐席
|
|
|
472
|
+ if (usercode_ != null) {
|
|
|
473
|
+ $(usercode_).each(function (i, n) {
|
|
|
474
|
+ var obj1 = '';
|
|
|
475
|
+ obj1 = n + ",";
|
|
|
476
|
+ usercodeID += obj1;
|
|
|
477
|
+ })
|
|
|
478
|
+ } else {
|
|
|
479
|
+ usercodeID = ""
|
|
|
480
|
+ }
|
|
|
481
|
+ // 调度员
|
|
|
482
|
+ var ddusercodeID = "";
|
|
|
483
|
+ var ddusercode_ = $("#yardman").val(); //坐席
|
|
|
484
|
+ if (ddusercode_ != null) {
|
|
|
485
|
+ $(ddusercode_).each(function (i, n) {
|
|
|
486
|
+ var obj2 = '';
|
|
|
487
|
+ obj2 = n + ",";
|
|
|
488
|
+ ddusercodeID += obj2;
|
|
|
489
|
+ })
|
|
|
490
|
+ } else {
|
|
|
491
|
+ ddusercodeID = ""
|
|
|
492
|
+ }
|
|
483
|
493
|
//先销毁表格
|
|
484
|
494
|
$('#orderlist').bootstrapTable('destroy');
|
|
485
|
495
|
//初始化表格,动态从服务器加载数据
|
|
|
@@ -520,7 +530,7 @@
|
|
520
|
530
|
deptid: $("#PID").val(),
|
|
521
|
531
|
type: $("#type").val(),
|
|
522
|
532
|
tab: 0, //待处理
|
|
523
|
|
- sourcearea: $('#sourceAreas').val(),//区域
|
|
|
533
|
+ sourcearea: $('#sourceAreas').val(), //区域
|
|
524
|
534
|
jianhang: 1, // 多媒体
|
|
525
|
535
|
token: $.cookie("token")
|
|
526
|
536
|
};
|
|
|
@@ -634,7 +644,9 @@
|
|
634
|
644
|
// alert(row.F_WorkOrderId);
|
|
635
|
645
|
var WorkOrderId = row.F_WorkOrderId;
|
|
636
|
646
|
var html = '';
|
|
637
|
|
- if (row.F_WorkState == '1') { html += '<a class="xg" onclick="redeploy(\'' + WorkOrderId + '\')">转派 </a>'; }
|
|
|
647
|
+ if (row.F_WorkState == '1') {
|
|
|
648
|
+ html += '<a class="xg" onclick="redeploy(\'' + WorkOrderId + '\')">转派 </a>';
|
|
|
649
|
+ }
|
|
638
|
650
|
for (var i = 0; i < Rows.length; i++) {
|
|
639
|
651
|
|
|
640
|
652
|
var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
|
|
|
@@ -753,18 +765,20 @@
|
|
753
|
765
|
function Supervision(str) {
|
|
754
|
766
|
layer.open({
|
|
755
|
767
|
type: 2,
|
|
756
|
|
- state:1,
|
|
757
|
|
- content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1'+ '&state=1', //iframe的url,no代表不显示滚动条
|
|
|
768
|
+ state: 1,
|
|
|
769
|
+ content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1' +
|
|
|
770
|
+ '&state=1', //iframe的url,no代表不显示滚动条
|
|
758
|
771
|
title: '督办',
|
|
759
|
772
|
area: ['60%', '80%'], //宽高
|
|
760
|
773
|
});
|
|
761
|
774
|
}
|
|
762
|
|
- //不督办
|
|
|
775
|
+ //不督办
|
|
763
|
776
|
function ndb(str) {
|
|
764
|
777
|
layer.open({
|
|
765
|
778
|
type: 2,
|
|
766
|
|
- state:2,
|
|
767
|
|
- content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1'+ '&state=2', //iframe的url,no代表不显示滚动条
|
|
|
779
|
+ state: 2,
|
|
|
780
|
+ content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1' +
|
|
|
781
|
+ '&state=2', //iframe的url,no代表不显示滚动条
|
|
768
|
782
|
title: '不督办',
|
|
769
|
783
|
area: ['60%', '80%'], //宽高
|
|
770
|
784
|
});
|
|
|
@@ -901,7 +915,7 @@
|
|
901
|
915
|
}
|
|
902
|
916
|
//审核
|
|
903
|
917
|
function audit(str) {
|
|
904
|
|
- layer.open({
|
|
|
918
|
+ layer.open({
|
|
905
|
919
|
type: 2,
|
|
906
|
920
|
content: "../CommonHtml/AuditDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
907
|
921
|
title: '审核',
|
|
|
@@ -946,7 +960,8 @@
|
|
946
|
960
|
*/
|
|
947
|
961
|
processData: false,
|
|
948
|
962
|
success: function (result) {
|
|
949
|
|
- document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
|
|
|
963
|
+ document.getElementById("upFile").outerHTML = document.getElementById("upFile")
|
|
|
964
|
+ .outerHTML;
|
|
950
|
965
|
$("#upFile").change(function () {
|
|
951
|
966
|
upload();
|
|
952
|
967
|
});
|
|
|
@@ -974,7 +989,8 @@
|
|
974
|
989
|
if (data.state.toLowerCase() == "success") {
|
|
975
|
990
|
var content = data.data;
|
|
976
|
991
|
$(content).each(function (i, n) {
|
|
977
|
|
- $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
|
|
|
992
|
+ $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
|
|
|
993
|
+ obj);
|
|
978
|
994
|
})
|
|
979
|
995
|
}
|
|
980
|
996
|
})
|
|
|
@@ -990,7 +1006,8 @@
|
|
990
|
1006
|
if (data.state.toLowerCase() == "success") {
|
|
991
|
1007
|
var content = data.data;
|
|
992
|
1008
|
$(content).each(function (i, n) {
|
|
993
|
|
- $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
|
|
|
1009
|
+ $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
|
|
|
1010
|
+ obj);
|
|
994
|
1011
|
})
|
|
995
|
1012
|
}
|
|
996
|
1013
|
})
|
|
|
@@ -1006,12 +1023,13 @@
|
|
1006
|
1023
|
if (data.state.toLowerCase() == "success") {
|
|
1007
|
1024
|
var content = data.data;
|
|
1008
|
1025
|
$(content).each(function (i, n) {
|
|
1009
|
|
- $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
|
|
|
1026
|
+ $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
|
|
|
1027
|
+ obj);
|
|
1010
|
1028
|
})
|
|
1011
|
1029
|
}
|
|
1012
|
1030
|
})
|
|
1013
|
1031
|
}
|
|
1014
|
|
-
|
|
|
1032
|
+
|
|
1015
|
1033
|
|
|
1016
|
1034
|
function tree() {
|
|
1017
|
1035
|
$.get(huayi.config.callcenter_url + 'Department/GetDeptList', {
|
|
|
@@ -1038,6 +1056,7 @@
|
|
1038
|
1056
|
onClick: zTreeOnClick
|
|
1039
|
1057
|
}
|
|
1040
|
1058
|
};
|
|
|
1059
|
+
|
|
1041
|
1060
|
function zTreeOnClick(event, treeId, treeNode) {
|
|
1042
|
1061
|
if (treeNode.level >= 1) {
|
|
1043
|
1062
|
$('.inps').val(treeNode.F_DeptName);
|