liuzhihui 2 years ago
parent
commit
946242ab5d
33 changed files with 3571 additions and 105 deletions
  1. 52 0
      WebUI/CallCenterWeb.UI/Appeal/integratedQuery.html
  2. 1 1
      WebUI/CallCenterWeb.UI/Business/WorkDSZB.html
  3. 11 0
      WebUI/CallCenterWeb.UI/Business/WorkZZBL.html
  4. 8 0
      WebUI/CallCenterWeb.UI/Business/ZXDCL.html
  5. 1304 0
      WebUI/CallCenterWeb.UI/Business/integratedQuery.html
  6. 23 6
      WebUI/CallCenterWeb.UI/Business/workDelayedAudit.html
  7. 220 5
      WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html
  8. 709 0
      WebUI/CallCenterWeb.UI/CommonHtml/LDTPZSK.html
  9. 80 5
      WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html
  10. 31 1
      WebUI/CallCenterWeb.UI/CommonHtml/XGbanli.html
  11. 38 4
      WebUI/CallCenterWeb.UI/CommonHtml/auditBack.html
  12. 6 3
      WebUI/CallCenterWeb.UI/CommonHtml/processing_audit.html
  13. 26 1
      WebUI/CallCenterWeb.UI/CommonHtml/rejection.html
  14. 12 1
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LawsuitMedia.html
  15. 17 2
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LeaderYJAMedia.html
  16. 20 2
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LeaderYJBMedia.html
  17. 9 3
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LeaderYZBMedia.html
  18. 16 7
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/ReturnReviewedTransferredMedia.html
  19. 15 9
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/WorkDSZBMedia.html
  20. 18 1
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/WorkIsproresultMedia.html
  21. 16 7
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/WorkYSSHMedia.html
  22. 15 9
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/auditorsAuditedMedia.html
  23. 17 7
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/expiredWorkOrdersMedia.html
  24. 18 1
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/haveAduitMedia.html
  25. 18 1
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/haveDoneToAuditMedia.html
  26. 19 3
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/toAuditListMedia.html
  27. 9 3
      WebUI/CallCenterWeb.UI/OneHundredWorkOrder/toSupervListMedia.html
  28. 2 2
      WebUI/CallCenterWeb.UI/ProvincialPlatformManagement/LawsuitProvincialPlatform.html
  29. 1 2
      WebUI/CallCenterWeb.UI/Script/Common/huayi.common.js
  30. 2 2
      WebUI/CallCenterWeb.UI/css/home.css
  31. 51 16
      WebUI/CallCenterWeb.UI/home.html
  32. 770 0
      WebUI/CallCenterWeb.UI/js/WorkOrder/CommonOperation.js
  33. 17 1
      WebUI/CallCenterWeb.UI/js/index.js

+ 52 - 0
WebUI/CallCenterWeb.UI/Appeal/integratedQuery.html

@@ -451,6 +451,7 @@
451 451
                         splituser: $("#leaderCharge").val(), // 分管领导
452 452
                         islike: $("#islike").val(), // 查询类型
453 453
                         comprehensive: 1,
454
+                        iszhcx: 1,
454 455
                         token: $.cookie("token"),
455 456
                     };
456 457
                     return param;
@@ -565,11 +566,62 @@
565 566
                     html1 = html1.replace("data", val);
566 567
                     html1 = html1.replace("isProtect", row.F_IsProtect);
567 568
                     html1 = html1.replace("row", row.F_MainDeptId);
569
+                    html1 = html1.replace("zhcxtit", row.F_ComTitle); 
570
+                    html1 = html1.replace("zhcxcon", row.F_ComContent);                                     
568 571
                 }
569 572
                 html += html1;
570 573
             }
571 574
             return html;
572 575
         }
576
+        function changeknowledge(wid,tit,con){
577
+        	console.log(wid,tit,con)
578
+        	var knowkey = ''
579
+        	$.ajax({
580
+        		type: "get",
581
+				url: huayi.config.callcenter_url + "WorkOrder/GetWorkOrderNew",
582
+				dataType: 'json',
583
+				async: false,
584
+				data: {
585
+					workorderid: wid,
586
+					type: 0,
587
+					token: $.cookie("token")
588
+				},
589
+				success: function(result) {
590
+					if(result.state.toLowerCase() == "success") {
591
+						var Data = result.data.data;
592
+						knowkey = Data[0].F_Key
593
+						changeKnowLayer(tit,con,knowkey)
594
+					}
595
+				}
596
+        	})
597
+        	console.log(knowkey,'knowkey')
598
+        }
599
+        function changeKnowLayer(tit,con,knowkey){
600
+        	layer.confirm(
601
+                "确定转知识库?", {
602
+                    btn: ["是", "否"], //按钮
603
+                },
604
+                function () {
605
+                    $.post(
606
+                        huayi.config.callcenter_url +
607
+                        "Knowledge/AddInfoByGD", {
608
+                            title: tit,
609
+                            con: con,
610
+                            key: knowkey,
611
+                            issub:1,
612
+                            token: $.cookie("token"),
613
+                        },
614
+                        function (result) {
615
+                            result = JSON.parse(result);
616
+                            if (result.state.toLowerCase() == "success") {
617
+                                layer.msg("操作成功");
618
+                                $("#orderlist").bootstrapTable("refresh");
619
+                            }
620
+                        }
621
+                    );
622
+                }
623
+            );
624
+        }
573 625
 
574 626
         //查看详情
575 627
         function ckxq(str) {

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/WorkDSZB.html

@@ -484,7 +484,7 @@
484 484
             function bj(str) {
485 485
                 layer.open({
486 486
                     type: 2,
487
-                    content: "../CommonHtml/AddAppeal.html?wid=" + str +"&workType=jb", //iframe的url,no代表不显示滚动条
487
+                    content: "../CommonHtml/AddAppeal.html?wid=" + str +"&workType=jb"+"&shydszb=1", //iframe的url,no代表不显示滚动条
488 488
                     title: "编辑工单",
489 489
                     area: ["95%", "95%"], //宽高
490 490
                 });

+ 11 - 0
WebUI/CallCenterWeb.UI/Business/WorkZZBL.html

@@ -116,6 +116,16 @@
116 116
                                 <td>
117 117
                                     <input type="text" placeholder="输入工单号" id="strworkorderid" class="form-control Min-width" />
118 118
                                 </td>
119
+                                <th>申请类型:</th>
120
+                                <td>
121
+                                	<select class="form-control" id="delaytype">
122
+                                		<option value="">全部</option>                             		
123
+                                		<option value="1">未申请延期</option>
124
+                                		<option value="2">已申请未审核</option>                              		
125
+                                		<option value="3">已申请未通过</option>
126
+                                		<option value="4">已申请已通过</option>                              		
127
+                                	</select>
128
+                                </td>
119 129
                             </tr>
120 130
                         </table>
121 131
                     </div>
@@ -292,6 +302,7 @@
292 302
                         distribute: 0,
293 303
                         sourcearea: $("#sourceAreas").val(), //区域
294 304
                         strworkorderid:$("#strworkorderid").val().replace(/\s+/g, ""),
305
+                        delay: $("#delaytype").val(),
295 306
                         token: $.cookie("token"),
296 307
                     };
297 308
                     // 导出参数

+ 8 - 0
WebUI/CallCenterWeb.UI/Business/ZXDCL.html

@@ -435,6 +435,14 @@
435 435
                 })
436 436
             });
437 437
         }
438
+        function tjcb(str) {
439
+			layer.open({
440
+				type: 2,
441
+				content: "../CommonHtml/reasonCB.html?wid=" + str, //iframe的url,no代表不显示滚动条
442
+				title: "提交重办",
443
+				area: ["50%", "40%"], //宽高
444
+			});
445
+		}
438 446
         //提交
439 447
         function tj(str) {
440 448
             layer.confirm('确定要提交工单么?', {

File diff suppressed because it is too large
+ 1304 - 0
WebUI/CallCenterWeb.UI/Business/integratedQuery.html


+ 23 - 6
WebUI/CallCenterWeb.UI/Business/workDelayedAudit.html

@@ -44,12 +44,9 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
48
-                                <td colspan="3">
49
-                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
-                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
-                                        style="height: 35px;" />
47
+                                <th class="isOne">联系号码:</th>
48
+                                <td class="isOne">
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
53 50
                                 </td>
54 51
                             </tr>
55 52
                             <tr>
@@ -117,6 +114,15 @@
117 114
                                     <input type="text" placeholder="输入工单号" id="strworkorderid" class="form-control" />
118 115
                                 </td>
119 116
                             </tr>
117
+                            <tr>
118
+                            	<th class="isoneMage">录入时间:</th>
119
+                                <td class="isoneMage" colspan="3">
120
+                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
121
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
122
+                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
123
+                                        style="height: 35px;" />
124
+                                </td>
125
+                            </tr>
120 126
                         </table>
121 127
                     </div>
122 128
                 </div>
@@ -132,6 +138,9 @@
132 138
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
133 139
                                         工单单号
134 140
                                     </th>
141
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
142
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
143
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
135 144
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
136 145
                                         诉求标题
137 146
                                     </th>
@@ -198,6 +207,13 @@
198 207
         $(document).ready(function () {
199 208
         	console.log(level)
200 209
         	console.log(jianhang)
210
+        	if(jianhang == '6'){
211
+//      		$(".isoneMage").hide()
212
+        		$(".isOne").show()
213
+        	}else{
214
+//      		$(".isoneMage").show()
215
+        		$(".isOne").hide()
216
+        	}
201 217
         	if (level==="1") {
202 218
         		tab = 9
203 219
         		$(".secondTab").hide()
@@ -292,6 +308,7 @@
292 308
                         smalltype: $("#smalltype").val(), //=小类别
293 309
                         key: $("#key").val(), //=关键字
294 310
                         tel: $("#tel").val(), //=客户电话
311
+                        conphone:$("#conphone").val(),
295 312
                         name: $("#name").val(), //=客户名称
296 313
                         usercode: usercodeID, //=坐席工号
297 314
                         ddusercode: ddusercodeID,

+ 220 - 5
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -80,6 +80,12 @@
80 80
 								<textarea data-adaptheight id="workcontent" class="form-control" name="" rows="10" cols="" style="width: 100%;"></textarea>
81 81
 							</td>
82 82
 						</tr>
83
+						<tr class="isshydszb">
84
+							<th>话务员姓名:</th>
85
+							<td class="hwyname"></td>
86
+							<th>工号:</th>
87
+							<td class="hwycode"></td>
88
+						</tr>
83 89
 						<tr>
84 90
 							<th>附件上传:</th>
85 91
 							<td colspan="7">
@@ -188,6 +194,14 @@
188 194
 									<option value="0">否</option>
189 195
 								</select>
190 196
 							</td>
197
+							<th>是否营商:</th>
198
+							<td>
199
+								<select class="form-control" id="isYingshang">
200
+									<option value="">请选择</option>
201
+									<option value="1">是</option>
202
+									<option value="0">否</option>
203
+								</select>
204
+							</td>
191 205
 						</tr>
192 206
 						<tr class="undertakeUnitWrapper banliState">
193 207
 							<th>承办单位:</th>
@@ -196,6 +210,20 @@
196 210
 								</select>
197 211
 							</td>
198 212
 						</tr>
213
+						<tr class="undertakeUnitWrapperTwo banliState">
214
+							<th>二级承办单位:</th>
215
+							<td colspan="7">
216
+								<select id="jbSelectTwo" name="select" class="selectpicker show-tick  form-control" multiple data-live-search="true">
217
+								</select>
218
+							</td>
219
+						</tr>
220
+						<tr class="undertakeUnitWrapperThree banliState">
221
+							<th>三级承办单位:</th>
222
+							<td colspan="7">
223
+								<select id="jbSelectThree" name="select" class="selectpicker show-tick  form-control" multiple data-live-search="true">
224
+								</select>
225
+							</td>
226
+						</tr>
199 227
 						<tr class="limittimeWrapper banliState">
200 228
 							<th>办理时限:</th>
201 229
 							<td>
@@ -205,7 +233,7 @@
205 233
 									<option value="3">三天</option>
206 234
 									<option value="4" class="shengpt" style="display: none;">四天</option>
207 235
 									<option value="5">五天</option>
208
-									<option value="7">七天</option>
236
+									<option value="7" class="noshengpt">七天</option>
209 237
 								</select>
210 238
 							</td>
211 239
 							<td class="isSPT" style="display: none;">
@@ -296,9 +324,12 @@
296 324
 			var isshMultimedia = helper.request.queryString("isshMultimedia"); // 多媒体审核:0待审转办1审核未通过2审核员待审核
297 325
 			var isshMultimediaab = helper.request.queryString("isshMultimediaab"); // 省平台
298 326
 			var isOneHunOrder = helper.request.queryString("isOneHunOrder"); // 110		
327
+			var shydszb = helper.request.queryString("shydszb");
299 328
 			var roleCode = $.cookie("code");
300 329
 			var organizerSelectedObj = {}; // 承办单位选中数据
301 330
 			var submit;
331
+			var InfoSource;
332
+			var sptYBJtime;
302 333
 			console.log(wid)
303 334
 			console.log(workType)
304 335
 			console.log(isshMultimedia)
@@ -317,6 +348,8 @@
317 348
 				//					jbSelect($("#jbSelect"));
318 349
 				//				}
319 350
 				jbSelect($("#jbSelect"));
351
+				jbSelectTwo($("#jbSelectTwo"));
352
+				jbSelectThree($("#jbSelectThree"));
320 353
 				getReactionCategory();
321 354
 				// 电话类别
322 355
 				// getPhoneType($("#phonetype"));
@@ -348,6 +381,7 @@
348 381
 					type: 'time',
349 382
 					theme: '#00a1cb'
350 383
 				});
384
+				
351 385
 				if(workType) {
352 386
 					$(".auditBtnMarketing").hide(); // 营商审核
353 387
 					$(".JB").show(); // 审核通过
@@ -390,6 +424,20 @@
390 424
 				} else {
391 425
 					$('.shengpt').hide()
392 426
 				}
427
+				//审核员编辑
428
+				if(shydszb == '1'){
429
+					$('.isshydszb').show()
430
+					$('.shengpt').show()
431
+					$('.noshengpt').hide()
432
+					$('.undertakeUnitWrapper').hide()
433
+					$('.undertakeUnitWrapperTwo').show()					
434
+					$('.undertakeUnitWrapperThree').show()					
435
+				}else{
436
+					$('.isshydszb').hide()
437
+					$('.undertakeUnitWrapper').show()
438
+					$('.undertakeUnitWrapperTwo').hide()					
439
+					$('.undertakeUnitWrapperThree').hide()
440
+				}
393 441
 
394 442
 				$("#reflectCategory").bind("input propertychange", function() {
395 443
 					$(".layui-dropdown").hide();
@@ -408,7 +456,7 @@
408 456
 				});
409 457
 
410 458
 				// 管理员、中心话务员可编辑工单内容 
411
-				if(roleCode === "GLY") {
459
+				if(roleCode === "GLY" || roleCode === "ZXLD") {
412 460
 					$("#content").removeAttr("readonly")
413 461
 				} else if(roleCode === "ZXHWY") {
414 462
 					$(".workcontent-wrapper").hide()
@@ -460,8 +508,52 @@
460 508
 				});
461 509
 				$(".JB").click(function() {
462 510
 					submit = 0;
463
-					Add();
511
+//					Add();
512
+                    if(InfoSource == 2580){
513
+						isOverTime()
514
+					}else{
515
+						Add();
516
+					}
464 517
 				});
518
+				//判断有没有超过应办结时间
519
+				function isOverTime(){
520
+					if($("#limittimes").val()){
521
+						$("#startTime").val('')
522
+						$("#ptlimittime").val('')
523
+					}
524
+					$.ajax({
525
+						type: "post",
526
+						url: huayi.config.callcenter_url + "WorkOrder/GetDateTime",
527
+						dataType: "json",
528
+						async: false,
529
+						data: {
530
+							token: $.cookie("token"),
531
+							workorderid: wid,
532
+							limit:$("#startTime").val(),
533
+							limittimes:$("#limittimes").val(),
534
+							times:$("#ptlimittime").val()
535
+						},
536
+						success: function(data) {
537
+							if(data.state.toLowerCase() == "success") {
538
+								if(data.data ==  false){//false弹框提醒
539
+									layerRemark()
540
+								}else{
541
+									Add();
542
+								}
543
+							}
544
+						},
545
+					});
546
+				}
547
+				//弹框提醒
548
+				function layerRemark(){
549
+					layer.confirm('当前交办时间大于省平台应办结时间,是否继续交办?', {
550
+						btn: ['确定', '取消'] //按钮
551
+					}, function() {
552
+						//请求后台数据
553
+						/*发送请求*/
554
+						Add();
555
+					});					
556
+				}
465 557
 				//上传附件
466 558
 				$("#scwj").click(function() {
467 559
 					$("#upFile").trigger("click");
@@ -540,7 +632,10 @@
540 632
 						success: function(data) {
541 633
 							if(data.state.toLowerCase() == "success") {
542 634
 								var Data = data.data.data;
635
+								$(".hwyname").text(Data[0].UserName)
636
+								$(".hwycode").text(Data[0].F_CreateUser)
543 637
 								$(".F_WorkState").val(Data[0].F_WorkState)
638
+								$("#isYingshang").val(Data[0].F_IsBusiness)
544 639
 								var cusPhone = decryptFn(Data[0].F_CusPhoneShow)
545 640
 								$("#cusname").val(Data[0].F_CusName);
546 641
 								$("#cusphone").val(cusPhone);
@@ -574,6 +669,9 @@
574 669
 								}
575 670
 
576 671
 								//来源
672
+								InfoSource = Data[0].F_InfoSource
673
+								sptYBJtime = Data[0].TFDBACKTIME_BF
674
+								
577 675
 								$("#source option:selected").val(Data[0].F_InfoSource + "");
578 676
 								$("#source option:selected").text(Data[0].SourceName); //来源
579 677
 								if(Data[0].SourceName == '省12345平台' && Data[0].F_Level == "1") {
@@ -762,6 +860,20 @@
762 860
 			///修改工单
763 861
 			function Add() {
764 862
 				var jbSelect = $("#jbSelect").val() == null ? "" : $("#jbSelect").val().join(",");
863
+				var deptarr = []
864
+				if(shydszb == '1'){
865
+					if($("#jbSelectTwo").val() && $("#jbSelectThree").val()){
866
+						deptarr = [...$("#jbSelectTwo").val(),...$("#jbSelectThree").val()]
867
+					}
868
+					if(!$("#jbSelectTwo").val() && $("#jbSelectThree").val()){
869
+						deptarr = $("#jbSelectThree").val()
870
+					}
871
+					if($("#jbSelectTwo").val() && !$("#jbSelectThree").val()){
872
+						deptarr = $("#jbSelectTwo").val()
873
+					}
874
+					jbSelect = deptarr.join(",")
875
+					console.log(jbSelect)
876
+				}
765 877
 				var startTime = $("#startTime").val();
766 878
 				var limittimes = $("#limittimes").val();
767 879
 				var ispd = $("#automaticDispatch").val() === "1" ? "1" : "0" // 自动派单
@@ -778,7 +890,7 @@
778 890
 				}
779 891
 				// 多单位,对应工单内容
780 892
 				var manyUnitsDictionary = [];
781
-				var manyUnitsData = $("#jbSelect").val()
893
+				var manyUnitsData = $("#jbSelect").val() || deptarr
782 894
 				var manyUnitsDataObject = {}
783 895
 				if(manyUnitsData && manyUnitsData.length > 0) {
784 896
 					for(var i = 0; i < manyUnitsData.length; i++) {
@@ -847,6 +959,7 @@
847 959
 						visittype: $("#visittype").val(), // 回访方式
848 960
 						maindeptids: jbSelect, // 承办单位
849 961
 						times: times,
962
+						isbusiness: $("#isYingshang").val(),
850 963
 						// phonetype: $("#source").val() === "1" ? $("#phonetype").val() : "", // 电话类别
851 964
 						issubmit: submit, //=(0保存1保存并提交)
852 965
 						token: $.cookie("token"),
@@ -1306,7 +1419,67 @@
1306 1419
 				obj.empty();
1307 1420
 				$.getJSON(huayi.config.callcenter_url + "Department/GetDeptList", {
1308 1421
 					"token": $.cookie("token"),
1309
-					"iscbdw": 2,
1422
+					"iscbdw": 2,//iscbdw=1二级单位 iscbdw=2二级和三级单位iscbdw=3三级单位
1423
+				}, function(data) {
1424
+					if(data.state.toLowerCase() == "success") {
1425
+						var content = data.data;
1426
+						$("<option value=''>请选择</option>").appendTo(obj);
1427
+						$(content).each(function(i, n) {
1428
+							if(String(n.F_IsDept) === "1") {
1429
+								$("<option value='" + n.F_DeptId + "' data-text='" + n.F_DeptName + "' style='color: red !important'>" + n.F_DeptName + "</option>").appendTo(
1430
+									obj);
1431
+
1432
+							} else if(String(n.F_IsDept) === "2") {
1433
+								$("<option value='" + n.F_DeptId + "' style='color: blue !important'>" + n.F_DeptName + "</option>").appendTo(
1434
+									obj);
1435
+							}
1436
+							// $("<option value='" + n.F_DeptId + "'>" + n.F_DeptName + "</option>").appendTo(
1437
+							//     obj);
1438
+						})
1439
+						obj.selectpicker({
1440
+							noneSelectedText: '请选择' //默认显示内容
1441
+						});
1442
+						obj.selectpicker('refresh');
1443
+						obj.selectpicker('render');
1444
+					}
1445
+				})
1446
+			}
1447
+			//二级
1448
+			function jbSelectTwo(obj) {
1449
+				obj.empty();
1450
+				$.getJSON(huayi.config.callcenter_url + "Department/GetDeptList", {
1451
+					"token": $.cookie("token"),
1452
+					"iscbdw": 1,//iscbdw=1二级单位 iscbdw=2二级和三级单位iscbdw=3三级单位
1453
+				}, function(data) {
1454
+					if(data.state.toLowerCase() == "success") {
1455
+						var content = data.data;
1456
+						$("<option value=''>请选择</option>").appendTo(obj);
1457
+						$(content).each(function(i, n) {
1458
+							if(String(n.F_IsDept) === "1") {
1459
+								$("<option value='" + n.F_DeptId + "' data-text='" + n.F_DeptName + "' style='color: red !important'>" + n.F_DeptName + "</option>").appendTo(
1460
+									obj);
1461
+
1462
+							} else if(String(n.F_IsDept) === "2") {
1463
+								$("<option value='" + n.F_DeptId + "' style='color: blue !important'>" + n.F_DeptName + "</option>").appendTo(
1464
+									obj);
1465
+							}
1466
+							// $("<option value='" + n.F_DeptId + "'>" + n.F_DeptName + "</option>").appendTo(
1467
+							//     obj);
1468
+						})
1469
+						obj.selectpicker({
1470
+							noneSelectedText: '请选择' //默认显示内容
1471
+						});
1472
+						obj.selectpicker('refresh');
1473
+						obj.selectpicker('render');
1474
+					}
1475
+				})
1476
+			}
1477
+			//三级
1478
+			function jbSelectThree(obj) {
1479
+				obj.empty();
1480
+				$.getJSON(huayi.config.callcenter_url + "Department/GetDeptList", {
1481
+					"token": $.cookie("token"),
1482
+					"iscbdw": 3,//iscbdw=1二级单位 iscbdw=2二级和三级单位iscbdw=3三级单位
1310 1483
 				}, function(data) {
1311 1484
 					if(data.state.toLowerCase() == "success") {
1312 1485
 						var content = data.data;
@@ -1520,6 +1693,48 @@
1520 1693
 					}
1521 1694
 				}
1522 1695
 			})
1696
+			$("#jbSelectTwo").on("changed.bs.select", function(e, clickedIndex, isSelected, previousValue) {
1697
+				organizerSelectedObj[String(e.target[clickedIndex].value)] = e.target[clickedIndex].label
1698
+				$(".workcontentManyUnitsTwo").remove();
1699
+				var data = $("#jbSelectTwo").val().reverse();
1700
+				var html = '';
1701
+				if(data.length > 0) {
1702
+					for(var i = 0; i < data.length; i++) {
1703
+						html = '<tr class="workcontentManyUnitsTwo banliState">' +
1704
+							'<th class="Importent">' + organizerSelectedObj[String(data[i])] + ':</th>' +
1705
+							'<td colspan="7">' +
1706
+							'<textarea data-adaptheight id="workcontent' +
1707
+							data[i] +
1708
+							'" class="form-control" name="" rows="" cols="" style="width: 100%;">' +
1709
+							$("#workcontent").val() +
1710
+							'</textarea>' +
1711
+							'</td>' +
1712
+							'</tr>';
1713
+						$(".undertakeUnitWrapperTwo").after(html)
1714
+					}
1715
+				}
1716
+			})
1717
+			$("#jbSelectThree").on("changed.bs.select", function(e, clickedIndex, isSelected, previousValue) {
1718
+				organizerSelectedObj[String(e.target[clickedIndex].value)] = e.target[clickedIndex].label
1719
+				$(".workcontentManyUnitsThree").remove();
1720
+				var data = $("#jbSelectThree").val().reverse();
1721
+				var html = '';
1722
+				if(data.length > 0) {
1723
+					for(var i = 0; i < data.length; i++) {
1724
+						html = '<tr class="workcontentManyUnitsThree banliState">' +
1725
+							'<th class="Importent">' + organizerSelectedObj[String(data[i])] + ':</th>' +
1726
+							'<td colspan="7">' +
1727
+							'<textarea data-adaptheight id="workcontent' +
1728
+							data[i] +
1729
+							'" class="form-control" name="" rows="" cols="" style="width: 100%;">' +
1730
+							$("#workcontent").val() +
1731
+							'</textarea>' +
1732
+							'</td>' +
1733
+							'</tr>';
1734
+						$(".undertakeUnitWrapperThree").after(html)
1735
+					}
1736
+				}
1737
+			})
1523 1738
 		</script>
1524 1739
 	</body>
1525 1740
 

+ 709 - 0
WebUI/CallCenterWeb.UI/CommonHtml/LDTPZSK.html

@@ -0,0 +1,709 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+	<head>
5
+		<meta charset="utf-8" />
6
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+		<meta name="renderer" content="webkit" />
8
+		<meta http-equiv="Cache-Control" content="no-siteapp" />
9
+		<title>安阳政务服务热线后台业务管理系统</title>
10
+		<script src="../Script/Common/huayi.load.js"></script>
11
+		<script src="../Script/Common/huayi.config.js"></script>
12
+		<link rel="shortcut icon" href="img/32.ico" />
13
+		<link rel="stylesheet" href="../css/wh.css" />
14
+		<link rel="stylesheet" href="../css/plugins/iCheck/custom.css" />
15
+		<link rel="stylesheet" href="../css/call.css" />
16
+		<link rel="stylesheet" href="../css/personal.css" />
17
+		<link rel="stylesheet" href="../css/plugins/cropper/cropper.min.css" />
18
+		<link rel="stylesheet" href="../css/plugins/jasny/jasny-bootstrap.min.css" />
19
+		<link rel="stylesheet" href="../css/chat.css" />
20
+		<link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
21
+		<link rel="stylesheet" href="../css/addappeal.css" />
22
+		<link rel="stylesheet" href="../css/bootstrap-select.css" />
23
+		<link rel="stylesheet" href="../js/layui/css/layui.css">
24
+		<link rel="stylesheet" type="text/css" href="../css/home.css" />
25
+		<link rel="stylesheet" type="text/css" href="../js/voiceToText.css" />
26
+		<style>
27
+			.grzl tr th {
28
+				width: 100px;
29
+			}
30
+		</style>
31
+	</head>
32
+
33
+	<body>
34
+		<div class="ldcr-bottom repoConte">
35
+			<div class="ldcrb-top clearfix">
36
+				<ul class="clearfix">
37
+					<li class="activity" style=" border-bottom: 1px solid #69cbd0;" data-type="1">政策专家</li>
38
+					<li style="border-bottom:1px solid #f95a83;" data-type="2">办事指南</li>
39
+					<li style="border-bottom:1px solid #69cbd0;" data-type="3">热点问题</li>
40
+					<li style="border-bottom:1px solid #f95a83;" data-type="4">政策法规</li>
41
+					<li style="border-bottom:1px solid #69cbd0;" data-type="5">名词解释</li>
42
+					<li style="border-bottom:1px solid #f95a83;" data-type="6">部门职能</li>
43
+					<li style="border-bottom:1px solid #f95a83;" data-type="7">新版知识库</li>
44
+					<li style="border-bottom:1px solid #f95a83;" data-type="8">智能知识库</li>
45
+				</ul>
46
+			</div>
47
+			<div class="detail-con">
48
+				<div class="tableWarpper1">
49
+					<table id="tableList1" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
50
+						<thead>
51
+							<tr>
52
+								<th data-align="center" data-formatter="serialNumber">编号</th>
53
+								<th data-field="F_XingMing" data-align="center">专家姓名</th>
54
+								<th data-field="F_ShouJi" data-align="center">手机号码</th>
55
+								<th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
56
+								<th data-field="F_FaBuDanWei" data-align="center">发布单位</th>
57
+								<th data-field="F_DianJiLiang" data-align="center">点击量</th>
58
+								<th data-align="center" data-formatter="operation1">操作</th>
59
+							</tr>
60
+						</thead>
61
+						<tbody id="tbody1"></tbody>
62
+					</table>
63
+				</div>
64
+				<div class="tableWarpper2">
65
+					<table id="tableList2" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
66
+						<thead>
67
+							<tr>
68
+								<th data-align="center" data-formatter="serialNumber">编号</th>
69
+								<th data-field="F_FaBuDanWei" data-align="center">发布单位</th>
70
+								<th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
71
+								<th data-field="F_YeWuMingCheng" data-align="center">业务名称</th>
72
+								<th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
73
+								<th data-field="F_QiTaShuoMing" data-align="center">其他说明</th>
74
+								<th data-field="F_BanLiLiuCheng" data-align="center">办理流程</th>
75
+								<th data-field="F_BeiZhu" data-align="center">备注</th>
76
+								<th data-field="F_DianJiLiang" data-align="center">点击量</th>
77
+								<th data-align="center" data-formatter="operation2">操作</th>
78
+							</tr>
79
+						</thead>
80
+						<tbody id="tbody2"></tbody>
81
+					</table>
82
+				</div>
83
+				<div class="tableWarpper3">
84
+					<table id="tableList3" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
85
+						<thead>
86
+							<tr>
87
+								<th data-align="center" data-formatter="serialNumber">编号</th>
88
+								<th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
89
+								<th data-field="F_FaWenWenHao" data-align="center">发文文号</th>
90
+								<th data-field="F_FaWenDanWei" data-align="center">发文单位</th>
91
+								<th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
92
+								<th data-field="F_ZhengCeMingCi" data-align="center">政策名称</th>
93
+								<th data-field="F_ReDianWenTi" data-align="center">热点问题/名词解释</th>
94
+								<th data-field="F_WenTiJieDa" data-align="center">内容解答</th>
95
+								<th data-field="F_DianJiLiang" data-align="center">点击量</th>
96
+								<th data-align="center" data-formatter="operation3">操作</th>
97
+							</tr>
98
+						</thead>
99
+						<tbody id="tbody3"></tbody>
100
+					</table>
101
+				</div>
102
+				<div class="tableWarpper4">
103
+					<table id="tableList4" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
104
+						<thead>
105
+							<tr>
106
+								<th data-align="center" data-formatter="serialNumber">编号</th>
107
+								<th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
108
+								<th data-field="F_FaWenWenHao" data-align="center">发文文号</th>
109
+								<th data-field="F_FaWenDanWei" data-align="center">发文单位</th>
110
+								<th data-field="F_ZhiNengBuMen" data-align="center">职能部门</th>
111
+								<th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
112
+								<th data-field="F_WenJianMingCheng" data-align="center">文件名称</th>
113
+								<th data-field="F_WenJianNeiRong" data-align="center">文件内容</th>
114
+								<th data-field="F_DianJiLiang" data-align="center">点击量</th>
115
+								<th data-align="center" data-formatter="operation4">操作</th>
116
+							</tr>
117
+						</thead>
118
+						<tbody id="tbody4"></tbody>
119
+					</table>
120
+				</div>
121
+				<div class="tableWarpper5">
122
+					<table id="tableList5" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
123
+						<thead>
124
+							<tr>
125
+								<th data-align="center" data-formatter="serialNumber">编号</th>
126
+								<th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
127
+								<th data-field="F_FaWenWenHao" data-align="center">发文文号</th>
128
+								<th data-field="F_FaWenDanWei" data-align="center">发文单位</th>
129
+								<th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
130
+								<th data-field="F_ZhengCeMingCi" data-align="center">政策名称</th>
131
+								<th data-field="F_ReDianWenTi" data-align="center">热点问题/名词解释</th>
132
+								<th data-field="F_WenTiJieDa" data-align="center">内容解答</th>
133
+								<th data-field="F_DianJiLiang" data-align="center">点击量</th>
134
+								<th data-align="center" data-formatter="operation5">操作</th>
135
+							</tr>
136
+						</thead>
137
+						<tbody id="tbody5"></tbody>
138
+					</table>
139
+				</div>
140
+				<div class="tableWarpper6">
141
+					<table id="tableList6" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
142
+						<thead>
143
+							<tr>
144
+								<th data-align="center" data-formatter="serialNumber">编号</th>
145
+								<th data-field="F_FaBuShiJian" data-align="center">发布时间</th>
146
+								<th data-field="F_FaWenWenHao" data-align="center">发文文号</th>
147
+								<th data-field="F_FaWenDanWei" data-align="center">发文单位</th>
148
+								<th data-field="F_ZhiNengBuMen" data-align="center">职能部门</th>
149
+								<th data-field="F_BiaoShiBianMa" data-align="center">标识编码</th>
150
+								<th data-field="F_WenJianMingCheng" data-align="center">文件名称</th>
151
+								<th data-field="F_WenJianNeiRong" data-align="center">文件内容</th>
152
+								<th data-field="F_DianJiLiang" data-align="center">点击量</th>
153
+								<th data-align="center" data-formatter="operation6">操作</th>
154
+							</tr>
155
+						</thead>
156
+						<tbody id="tbody6"></tbody>
157
+					</table>
158
+				</div>
159
+				<div class="tableWarpper7">
160
+					<div style="display: flex; margin-bottom: 15px;">
161
+						<input type="text" placeholder="请输入关键字" class="searCon rightSearchKey" />
162
+						<button href="javaScript:;" class="stb" id="rightSearch" style="width: 80px; height: 23px;"></button>
163
+					</div>
164
+
165
+					<table id="tableList7" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
166
+						<thead>
167
+							<tr>
168
+								<th data-field="F_Title" data-align="center">标题</th>
169
+								<th data-field="F_MainDept" data-align="center">单位名称</th>
170
+								<th data-field="F_CreateTime" data-align="center">时间</th>
171
+								<th data-field="UserName" data-align="center">创建人</th>
172
+								<th data-formatter="operation7" data-align="center" data-width="120">操作</th>
173
+							</tr>
174
+						</thead>
175
+						<tbody id="tbody7"></tbody>
176
+					</table>
177
+				</div>
178
+				<div class="tableWarpper8">
179
+					<iframe id="J_iframe" name="iframe0" width="100%" height="1000" src="http://222.143.106.45:8000/zsk/index.html?token=00550b5b-95c2-410e-9dc1-f11ee4ac6fc4" frameborder="0" data-id="index_v1.html" seamless></iframe>
180
+				</div>
181
+			</div>
182
+		</div>
183
+		<!--<script src="../js/layui/layui.js"></script>
184
+		<script src="../js/plugins/cropper/cropper.min.js"></script>
185
+		<script src="../js/bootstrap-select.js"></script>
186
+		<script src="../js/jquery.md5.js"></script>
187
+		<script src="../css/laydate/laydate.js"></script>
188
+		<script src="../js/guid.js"></script>-->
189
+		<!--<script src="../js/index.js?v=2.0"></script>-->
190
+		<!--<script src="../js/plugins/metisMenu/jquery.metisMenu.js"></script>
191
+		<script src="../js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
192
+		<script src="../js/hplus.min.js?v=4.1.0"></script>
193
+		<script src="../js/contabs.min.js"></script>
194
+		<script src="../js/zTree/jquery.ztree.core.js"></script>
195
+		<script src="../js/ztreeSelect.js"></script>	
196
+		<script src="../js/voiceToTextSocket/socket.js"></script>-->
197
+		<script>
198
+			$(function() {
199
+				$("ul li").eq(0).trigger("click");
200
+			})
201
+			$(".ldcrb-top ul li").click(function() {
202
+				$(this).addClass("activity").siblings().removeClass("activity");
203
+				var type = $(this).attr("data-type");
204
+				loadZSK(type);
205
+			});
206
+			//获取知识库
207
+			function loadZSK(type = "1") {
208
+				var table = $("#tableList" + type);
209
+				$(".tableWarpper" + type)
210
+					.show()
211
+					.siblings()
212
+					.hide();
213
+				table.bootstrapTable("destroy");
214
+				if(type === "1") {
215
+					//初始化表格,动态从服务器加载数据
216
+					table.bootstrapTable({
217
+						method: "get", //使用get请求到服务器获取数据
218
+						url: huayi.config.callcenter_url + "Professor/GetList", //获取数据的Servlet地址
219
+						contentType: "application/x-www-form-urlencoded",
220
+						striped: true, //表格显示条纹
221
+						pagination: true, //启动分页
222
+						pageSize: 10, //每页显示的记录数
223
+						pageNumber: 1, //当前第几页
224
+						pageList: [10, 20, 50, 100], //记录数可选列表
225
+						search: false, //是否启用查询
226
+						showColumns: false, //显示下拉框勾选要显示的列
227
+						showRefresh: false, //显示刷新按钮
228
+						sidePagination: "server", //表示服务端请求
229
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
230
+						//设置为limit可以获取limit, offset, search, sort, order
231
+						queryParamsType: "undefined",
232
+						queryParams: function queryParams(params) {
233
+							//设置查询参数
234
+							var param = {
235
+								page: params.pageNumber,
236
+								pagesize: params.pageSize,
237
+								token: $.cookie("token"),
238
+								keyvalue: "",
239
+								stime: "",
240
+								etime: "",
241
+							};
242
+							return param;
243
+						},
244
+						onLoadSuccess: function() {
245
+							//加载成功时执行
246
+							//layer.msg("加载成功");
247
+						},
248
+						onLoadError: function() {
249
+							//加载失败时执行
250
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
251
+						},
252
+					});
253
+				} else if(type === "2") {
254
+					//初始化表格,动态从服务器加载数据
255
+					table.bootstrapTable({
256
+						method: "get", //使用get请求到服务器获取数据
257
+						url: huayi.config.callcenter_url + "LawGuide/GetList", //获取数据的Servlet地址
258
+						contentType: "application/x-www-form-urlencoded",
259
+						striped: true, //表格显示条纹
260
+						pagination: true, //启动分页
261
+						pageSize: 10, //每页显示的记录数
262
+						pageNumber: 1, //当前第几页
263
+						pageList: [10, 20, 50, 100], //记录数可选列表
264
+						search: false, //是否启用查询
265
+						showColumns: false, //显示下拉框勾选要显示的列
266
+						showRefresh: false, //显示刷新按钮
267
+						sidePagination: "server", //表示服务端请求
268
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
269
+						//设置为limit可以获取limit, offset, search, sort, order
270
+						queryParamsType: "undefined",
271
+						queryParams: function queryParams(params) {
272
+							//设置查询参数
273
+							var param = {
274
+								page: params.pageNumber,
275
+								pagesize: params.pageSize,
276
+								token: $.cookie("token"),
277
+								keyvalue: "",
278
+								key: "",
279
+								stime: "",
280
+								etime: "",
281
+							};
282
+							return param;
283
+						},
284
+						onLoadSuccess: function() {
285
+							//加载成功时执行
286
+							//layer.msg("加载成功");
287
+						},
288
+						onLoadError: function() {
289
+							//加载失败时执行
290
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
291
+						},
292
+					});
293
+				} else if(type === "3") {
294
+					//初始化表格,动态从服务器加载数据
295
+					table.bootstrapTable({
296
+						method: "get", //使用get请求到服务器获取数据
297
+						url: huayi.config.callcenter_url + "HotspotGlossary/GetList", //获取数据的Servlet地址
298
+						contentType: "application/x-www-form-urlencoded",
299
+						striped: true, //表格显示条纹
300
+						pagination: true, //启动分页
301
+						pageSize: 10, //每页显示的记录数
302
+						pageNumber: 1, //当前第几页
303
+						pageList: [10, 20, 50, 100], //记录数可选列表
304
+						search: false, //是否启用查询
305
+						showColumns: false, //显示下拉框勾选要显示的列
306
+						showRefresh: false, //显示刷新按钮
307
+						sidePagination: "server", //表示服务端请求
308
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
309
+						//设置为limit可以获取limit, offset, search, sort, order
310
+						queryParamsType: "undefined",
311
+						queryParams: function queryParams(params) {
312
+							//设置查询参数
313
+							var param = {
314
+								page: params.pageNumber,
315
+								pagesize: params.pageSize,
316
+								token: $.cookie("token"),
317
+								keyvalue: "",
318
+								key: "",
319
+								stime: "",
320
+								etime: "",
321
+							};
322
+							return param;
323
+						},
324
+						onLoadSuccess: function() {
325
+							//加载成功时执行
326
+							//layer.msg("加载成功");
327
+						},
328
+						onLoadError: function() {
329
+							//加载失败时执行
330
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
331
+						},
332
+					});
333
+				} else if(type === "4") {
334
+					//初始化表格,动态从服务器加载数据
335
+					table.bootstrapTable({
336
+						method: "get", //使用get请求到服务器获取数据
337
+						url: huayi.config.callcenter_url + "Policy/GetList", //获取数据的Servlet地址
338
+						contentType: "application/x-www-form-urlencoded",
339
+						striped: true, //表格显示条纹
340
+						pagination: true, //启动分页
341
+						pageSize: 10, //每页显示的记录数
342
+						pageNumber: 1, //当前第几页
343
+						pageList: [10, 20, 50, 100], //记录数可选列表
344
+						search: false, //是否启用查询
345
+						showColumns: false, //显示下拉框勾选要显示的列
346
+						showRefresh: false, //显示刷新按钮
347
+						sidePagination: "server", //表示服务端请求
348
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
349
+						//设置为limit可以获取limit, offset, search, sort, order
350
+						queryParamsType: "undefined",
351
+						queryParams: function queryParams(params) {
352
+							//设置查询参数
353
+							var param = {
354
+								page: params.pageNumber,
355
+								pagesize: params.pageSize,
356
+								token: $.cookie("token"),
357
+								keyvalue: "",
358
+								key: "",
359
+								stime: "",
360
+								etime: "",
361
+							};
362
+							return param;
363
+						},
364
+						onLoadSuccess: function() {
365
+							//加载成功时执行
366
+							//layer.msg("加载成功");
367
+						},
368
+						onLoadError: function() {
369
+							//加载失败时执行
370
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
371
+						},
372
+					});
373
+				} else if(type === "5") {
374
+					//初始化表格,动态从服务器加载数据
375
+					table.bootstrapTable({
376
+						method: "get", //使用get请求到服务器获取数据
377
+						url: huayi.config.callcenter_url + "NounInterpretation/GetList", //获取数据的Servlet地址
378
+						contentType: "application/x-www-form-urlencoded",
379
+						striped: true, //表格显示条纹
380
+						pagination: true, //启动分页
381
+						pageSize: 10, //每页显示的记录数
382
+						pageNumber: 1, //当前第几页
383
+						pageList: [10, 20, 50, 100], //记录数可选列表
384
+						search: false, //是否启用查询
385
+						showColumns: false, //显示下拉框勾选要显示的列
386
+						showRefresh: false, //显示刷新按钮
387
+						sidePagination: "server", //表示服务端请求
388
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
389
+						//设置为limit可以获取limit, offset, search, sort, order
390
+						queryParamsType: "undefined",
391
+						queryParams: function queryParams(params) {
392
+							//设置查询参数
393
+							var param = {
394
+								page: params.pageNumber,
395
+								pagesize: params.pageSize,
396
+								token: $.cookie("token"),
397
+								keyvalue: "",
398
+								key: "",
399
+								stime: "",
400
+								etime: "",
401
+							};
402
+							return param;
403
+						},
404
+						onLoadSuccess: function() {
405
+							//加载成功时执行
406
+							//layer.msg("加载成功");
407
+						},
408
+						onLoadError: function() {
409
+							//加载失败时执行
410
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
411
+						},
412
+					});
413
+				} else if(type === "6") {
414
+					//初始化表格,动态从服务器加载数据
415
+					table.bootstrapTable({
416
+						method: "get", //使用get请求到服务器获取数据
417
+						url: huayi.config.callcenter_url + "Functions/GetList", //获取数据的Servlet地址
418
+						contentType: "application/x-www-form-urlencoded",
419
+						striped: true, //表格显示条纹
420
+						pagination: true, //启动分页
421
+						pageSize: 10, //每页显示的记录数
422
+						pageNumber: 1, //当前第几页
423
+						pageList: [10, 20, 50, 100], //记录数可选列表
424
+						search: false, //是否启用查询
425
+						showColumns: false, //显示下拉框勾选要显示的列
426
+						showRefresh: false, //显示刷新按钮
427
+						sidePagination: "server", //表示服务端请求
428
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
429
+						//设置为limit可以获取limit, offset, search, sort, order
430
+						queryParamsType: "undefined",
431
+						queryParams: function queryParams(params) {
432
+							//设置查询参数
433
+							var param = {
434
+								page: params.pageNumber,
435
+								pagesize: params.pageSize,
436
+								token: $.cookie("token"),
437
+								keyvalue: "",
438
+								key: "",
439
+								stime: "",
440
+								etime: "",
441
+							};
442
+							return param;
443
+						},
444
+						onLoadSuccess: function() {
445
+							//加载成功时执行
446
+							//layer.msg("加载成功");
447
+						},
448
+						onLoadError: function() {
449
+							//加载失败时执行
450
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
451
+						},
452
+					});
453
+				} else if(type === "7") {
454
+					//初始化表格,动态从服务器加载数据
455
+					table.bootstrapTable({
456
+						method: "get", //使用get请求到服务器获取数据
457
+						url: huayi.config.callcenter_url + "Repository/GetList", //获取数据的Servlet地址
458
+						contentType: "application/x-www-form-urlencoded",
459
+						striped: true, //表格显示条纹
460
+						pagination: true, //启动分页
461
+						pageSize: 10, //每页显示的记录数
462
+						pageNumber: 1, //当前第几页
463
+						pageList: [10, 20, 50, 100], //记录数可选列表
464
+						search: false, //是否启用查询
465
+						showColumns: false, //显示下拉框勾选要显示的列
466
+						showRefresh: false, //显示刷新按钮
467
+						sidePagination: "server", //表示服务端请求
468
+						//设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
469
+						//设置为limit可以获取limit, offset, search, sort, order
470
+						queryParamsType: "undefined",
471
+						queryParams: function queryParams(params) {
472
+							//设置查询参数
473
+							var param = {
474
+								page: params.pageNumber,
475
+								pagesize: params.pageSize,
476
+								token: $.cookie("token"),
477
+								type: 1,
478
+								key: $('.rightSearchKey').val(),
479
+							};
480
+							return param;
481
+						},
482
+						onLoadSuccess: function() {
483
+							//加载成功时执行
484
+							//layer.msg("加载成功");
485
+						},
486
+						onLoadError: function() {
487
+							//加载失败时执行
488
+							//layer.msg("加载数据失败", { time: 1500, icon: 2 });
489
+						},
490
+					});
491
+				} else if(type === "8") {
492
+					//		document.getElementById("J_iframe").src="https://www.baidu.com/";
493
+				}
494
+			}
495
+			// 操作
496
+			function operation1(val, row) {
497
+				return(
498
+					'<div class="tool_downs">' +
499
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
500
+					row.F_Id +
501
+					'" onclick="detailBtn1(\'' +
502
+					row.F_Id +
503
+					'\')" title="详情">详情</a>' +
504
+					"</div>"
505
+				);
506
+			}
507
+
508
+			// 操作
509
+			function operation2(val, row) {
510
+				return(
511
+					'<div class="tool_downs">' +
512
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
513
+					row.F_Id +
514
+					'" onclick="detailBtn2(\'' +
515
+					row.F_Id +
516
+					'\')" title="详情">详情</a>' +
517
+					"</div>"
518
+				);
519
+			}
520
+
521
+			// 操作
522
+			function operation3(val, row) {
523
+				return(
524
+					'<div class="tool_downs">' +
525
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
526
+					row.F_Id +
527
+					'" onclick="detailBtn3(\'' +
528
+					row.F_Id +
529
+					'\')" title="详情">详情</a>' +
530
+					"</div>"
531
+				);
532
+			}
533
+
534
+			// 操作
535
+			function operation4(val, row) {
536
+				return(
537
+					'<div class="tool_downs">' +
538
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
539
+					row.F_Id +
540
+					'" onclick="detailBtn4(\'' +
541
+					row.F_Id +
542
+					'\')" title="详情">详情</a>' +
543
+					"</div>"
544
+				);
545
+			}
546
+
547
+			// 操作
548
+			function operation5(val, row) {
549
+				return(
550
+					'<div class="tool_downs">' +
551
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
552
+					row.F_Id +
553
+					'" onclick="detailBtn5(\'' +
554
+					row.F_Id +
555
+					'\')" title="详情">详情</a>' +
556
+					"</div>"
557
+				);
558
+			}
559
+
560
+			// 操作
561
+			function operation6(val, row) {
562
+				return(
563
+					'<div class="tool_downs">' +
564
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
565
+					row.F_Id +
566
+					'" onclick="detailBtn6(\'' +
567
+					row.F_Id +
568
+					'\')" title="详情">详情</a>' +
569
+					"</div>"
570
+				);
571
+			}
572
+			// 操作
573
+			function operation7(val, row) {
574
+				return(
575
+					'<div class="tool_downs">' +
576
+					'<a href="javascript:;" class="aBtn" style="margin-left:0px;" authorize="yes"  id="HY_details_' +
577
+					row.F_Id +
578
+					'" onclick="detailBtn7(\'' +
579
+					row.F_Id +
580
+					'\')" title="详情">详情</a>' +
581
+					'<a href="javascript:;" class="aBtn" style="margin-left:8px;" authorize="yes"  id="HY_details_' +
582
+					row.F_Id +
583
+					'" onclick="noSolve(\'' +
584
+					row.F_Id +
585
+					'\')" title="未解决">未解决</a>' +
586
+					"</div>"
587
+				);
588
+			}
589
+
590
+			// 详情
591
+			function detailBtn1(id) {
592
+				layer.open({
593
+					type: 2,
594
+					content: "../zhiShiKu/detailZhiShiKuPolicyExpert.html?id=" + id, //iframe的url,no代表不显示滚动条
595
+					title: "政策专家库",
596
+					area: ["80%", "80%"], //宽高
597
+				});
598
+			}
599
+
600
+			// 详情
601
+			function detailBtn2(id) {
602
+				layer.open({
603
+					type: 2,
604
+					content: "../zhiShiKu/detailZhiShiKuGuide.html?id=" + id, //iframe的url,no代表不显示滚动条
605
+					title: "办事指南",
606
+					area: ["80%", "80%"], //宽高
607
+				});
608
+			}
609
+
610
+			// 详情
611
+			function detailBtn3(id) {
612
+				layer.open({
613
+					type: 2,
614
+					content: "../zhiShiKu/detailZhiShiKuHotLssues.html?id=" + id, //iframe的url,no代表不显示滚动条
615
+					title: "热点问题",
616
+					area: ["80%", "80%"], //宽高
617
+				});
618
+			}
619
+
620
+			// 详情
621
+			function detailBtn4(id) {
622
+				layer.open({
623
+					type: 2,
624
+					content: "../zhiShiKu/detaileZhiShiKuPoliciesRegulations.html?id=" + id, //iframe的url,no代表不显示滚动条
625
+					title: "政策法规",
626
+					area: ["80%", "80%"], //宽高
627
+				});
628
+			}
629
+
630
+			// 详情
631
+			function detailBtn5(id) {
632
+				layer.open({
633
+					type: 2,
634
+					content: "../zhiShiKu/detailZhiShiKuGlossary.html?id=" + id, //iframe的url,no代表不显示滚动条
635
+					title: "名词解释",
636
+					area: ["80%", "80%"], //宽高
637
+				});
638
+			}
639
+
640
+			// 详情
641
+			function detailBtn6(id) {
642
+				layer.open({
643
+					type: 2,
644
+					content: "../zhiShiKu/detailZhiShiKuFunctional.html?id=" + id, //iframe的url,no代表不显示滚动条
645
+					title: "部门职能",
646
+					area: ["80%", "80%"], //宽高
647
+				});
648
+			}
649
+			// 详情
650
+			function detailBtn7(id) {
651
+				layer.open({
652
+					type: 2,
653
+					title: '查看知识库详情',
654
+					area: ['70%', '60%'],
655
+					maxmin: true,
656
+					content: '../zhiShiKu/newRepositoryDetail.html?ids=' + id + "&screen=1"
657
+				});
658
+			}
659
+			// 序号
660
+			function serialNumber(val, row, index) {
661
+				return index + 1;
662
+			}
663
+			//未解决
664
+			function noSolve(id) {
665
+				var laye = layer.open({
666
+					type: 1,
667
+					shade: false,
668
+					area: ["430px", "260px"],
669
+					title: "请输入未解决原因", //不显示标题
670
+					content: '<div style="padding-top:10px;padding-left:20px;">\n' +
671
+						'<textarea id="resultNoSolve" style="width:300px; height:120px" type="text" placeholder="请输入未解决原因"></textarea>' +
672
+						"</div>",
673
+					cancel: function() {
674
+						layer.close();
675
+					},
676
+					btn: ["确定", "取消"], //按钮
677
+					yes: function() {
678
+						console.log($("#resultNoSolve").val())
679
+						if(!$("#resultNoSolve").val()) {
680
+							layer.msg("请填写未解决原因!");
681
+							return false;
682
+						} else {
683
+							$.ajax({
684
+								type: "post",
685
+								url: huayi.config.callcenter_url + "Repository/OptRep",
686
+								async: true,
687
+								dataType: "json",
688
+								data: {
689
+									token: $.cookie("token"),
690
+									repid: id,
691
+									reason: $("#resultNoSolve").val(),
692
+									type: 2,
693
+								},
694
+								success: function(data) {
695
+									if(data.state.toLowerCase() == "success") {
696
+										layer.msg("提交成功!");
697
+										layer.close(laye);
698
+										loadZSK("7");
699
+									}
700
+								},
701
+							});
702
+						}
703
+					},
704
+				});
705
+			}
706
+		</script>
707
+	</body>
708
+
709
+</html>

+ 80 - 5
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -151,6 +151,7 @@
151 151
 				<li itemtype="7" itemid="9">办理过程</li>
152 152
 				<li itemtype="8" itemid="10">市民评议</li>
153 153
 				<li itemtype="9" itemid="13">多媒体审核</li>
154
+				<li itemtype="8" itemid="14">来电内容修改记录</li>
154 155
 				<li itemtype="10">历史工单</li>
155 156
 				<li itemtype="11">智能外呼</li>
156 157
 			</ul>
@@ -185,6 +186,8 @@
185 186
 									<td><span class="LY"></span></td>
186 187
 									<th class="phoneTitle">来电号码:</th>
187 188
 									<td><span class="F_CusPhone"></span></td>
189
+									<th class="phoneTitle">联系号码:</th>
190
+									<td><span class="F_ConPhone"></span></td>
188 191
 									<th>电话类别:</th>
189 192
 									<td><span class="phoneType"></span></td>
190 193
 									<th>事项分类:</th>
@@ -408,6 +411,7 @@
408 411
 						<input type="button" value="撤销子工单" class="cancelChildWorkOrder" style="display: none;" />
409 412
 						<input type="button" value="关闭" class="closexq" />
410 413
 						<span class="btnshows" style="display: none;"></span>
414
+						<p style="display: inline-block;" class="btnsall"></p>
411 415
 					</div>
412 416
 					<input type="hidden" id="Change" />
413 417
 
@@ -466,6 +470,8 @@
466 470
 									<td class="text-center" style="min-width:80px;">承办单位</td>
467 471
 									<td class="text-center" style="min-width:80px;">协办单位</td>
468 472
 									<td class="text-center" style="min-width: 200px;">交办意见</td>
473
+									<td class="text-center" style="min-width:100px;">拒收原因</td>
474
+									<td class="text-center" style="min-width:80px;">附件</td>
469 475
 									<!-- <td class="text-center authority" style="min-width: 100px;">操作</td> -->
470 476
 								</tr>
471 477
 							</theard>
@@ -826,6 +832,22 @@
826 832
 						</table>
827 833
 					</div>
828 834
 				</div>
835
+				<!--来电内容修改记录-->
836
+				<div class="complain DCL" id="">
837
+					<div style="width: 100%;padding: 10px;">
838
+						<table class="Table" border="" cellspacing="0" cellpadding="0">
839
+							<theard>
840
+								<tr>
841
+									<td class="text-center" style="min-width:50px;">序号</td>
842
+									<td class="text-center" style="min-width:100px;">修改前</td>
843
+									<td class="text-center" style="min-width:100px;">修改后</td>
844
+								</tr>
845
+							</theard>
846
+							<tbody id="LDNRXGJL">
847
+							</tbody>
848
+						</table>
849
+					</div>
850
+				</div>
829 851
 				<!--历史工单-->
830 852
 				<div class="complain DCL">
831 853
 					<div style="width: 100%;padding: 10px;">
@@ -862,7 +884,7 @@
862 884
     		
863 885
     	<script src="../js/sm2/sm2.js"></script>
864 886
 		<script src="../js/sm2/decrypt.js"></script>
865
-		<!--<script src="../js/WorkOrder/WorkOrderList.js"></script>-->
887
+		<script src="../js/WorkOrder/CommonOperation.js"></script>
866 888
 
867 889
 		<script>
868 890
 			var wid = helper.request.queryString("wid");
@@ -984,6 +1006,23 @@
984 1006
 				} else {
985 1007
 					$(".content-wrapper").hide();
986 1008
 				}
1009
+				
1010
+				//操作
1011
+				function Dispose(val, row,buttons) {
1012
+					var Rows = buttons;
1013
+					var html = "";
1014
+					for(var i = 0; i < Rows.length; i++) {
1015
+						var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
1016
+						if(html1) {
1017
+							html1 = html1.replace("data", val);
1018
+							html1 = html1.replace("isProtect", row.F_IsProtect);
1019
+							html1 = html1.replace("row", row.F_MainDeptId);
1020
+							html1 = html1.replace("state", row.F_WorkState);
1021
+						}
1022
+						html += html1;
1023
+					}
1024
+					$(".btnsall").html(html)
1025
+				}
987 1026
 
988 1027
 				function load(type) {
989 1028
 					$.ajax({
@@ -1003,6 +1042,7 @@
1003 1042
 								switch(type) {
1004 1043
 									case '0':
1005 1044
 										var Data = result.data.data;
1045
+										Dispose(Data[0].F_WorkOrderId, Data[0], result.data.btndata)
1006 1046
 										workoderCode = Data[0].F_WorkOrderId;
1007 1047
 										var Rows = result.data.btndata;
1008 1048
 										var WorkOrderId = Data[0].F_WorkOrderId;
@@ -1037,7 +1077,7 @@
1037 1077
 										$(".F_CusPhone").text(Data[0].F_CusPhone);
1038 1078
 										$(".bigtype").text(Data[0].BigTypeName);
1039 1079
 
1040
-										$(".F_ConPhone").text(Data[0].F_ConPhone);
1080
+										$(".F_ConPhone").text(decryptFn(Data[0].F_ConPhoneShow));
1041 1081
 										$(".phoneType").text(Data[0].F_PhoneType);
1042 1082
 										$(".splituser").text(Data[0].F_SplitUser);
1043 1083
 										$(".F_ComTitle").text(Data[0].F_ComTitle);
@@ -1352,8 +1392,30 @@
1352 1392
 												'</td>' +
1353 1393
 												'<td class="text-center">' + n
1354 1394
 												.F_AssignedOpinion +
1355
-												'</td>' +
1356
-												'</tr>';
1395
+												'</td>' +'<td class="text-center">' + n
1396
+												.F_Remark +
1397
+												'</td>';
1398
+											ejjbxx += '<td class="gallerys">'
1399
+											var FileHtml;
1400
+											$(n.File).each(function(j, m) {
1401
+												if(m.F_FileType == ".jpg" || m
1402
+													.F_FileType == ".png") {
1403
+													FileHtml =
1404
+														'<img class="gallery-pic" style="width:60px; height:60px" border="0" ondblclick="$.openPhotoGallery(this)" src="' +
1405
+														m.F_FileUrl + '" alt="' + m
1406
+														.F_FileName +
1407
+														'" fileId="' + m.F_FileId + '">'
1408
+												} else {
1409
+													FileHtml =
1410
+														'<div><a style="margin-right:5px;" target="view_window" href="' +
1411
+														m.F_FileUrl + '" download="' + m
1412
+														.F_FileName + '">' + m
1413
+														.F_FileName.substring(19) + '</a></div>'
1414
+												}
1415
+												ejjbxx += FileHtml;
1416
+											})
1417
+											ejjbxx += '</td></tr>'
1418
+											
1357 1419
 										})
1358 1420
 										$(ejjbxx).appendTo($('.EJJBXX'));
1359 1421
 										//退回审核
@@ -2145,7 +2207,20 @@
2145 2207
 											$(str).appendTo($("#DMTSH"));
2146 2208
 										})
2147 2209
 										break;
2148
-
2210
+									case '14':
2211
+									//来单内容修改记录
2212
+									$("#LDNRXGJL").empty();
2213
+									$(result.data).each(function(i, n) {
2214
+										var str = '<tr>' +
2215
+												'<td class="text-center">' + (i + 1) +
2216
+												'</td>' +
2217
+												'<td class="text-center">' + n.F_BatchReason +
2218
+												'</td>' +
2219
+												'<td class="text-center">' + n.F_SuperOpinion +
2220
+												'</td>'
2221
+											$(str).appendTo($("#LDNRXGJL"));
2222
+									})
2223
+									break;
2149 2224
 								}
2150 2225
 							}
2151 2226
 						}

+ 31 - 1
WebUI/CallCenterWeb.UI/CommonHtml/XGbanli.html

@@ -132,11 +132,41 @@
132 132
                 }, function (result) {
133 133
                     if (result.state.toLowerCase() == "success") {
134 134
                         $('#assignedopinion').val(result.data[0].F_Result);
135
-                        $("#file").val(result.data[0].F_File);
135
+                        $(result.data[0].File).each(function(k, q) {
136
+							var strs =
137
+								'<span class="files" fiel-num="' +
138
+								q.F_FileId +
139
+								'">' +
140
+								q.F_FileName.substring(19) +
141
+								'<i class="fa fa-remove del_file"></i></span>';
142
+							$(strs)
143
+								.appendTo($(".fileBox"))
144
+								.find(".del_file")
145
+								.click(function(event) {
146
+									event.stopPropagation();
147
+									$(this).parent().remove();
148
+									file_num1();
149
+								});
150
+							file_num1();
151
+						});
152
+//                      $("#file").val(result.data[0].F_File);
136 153
                     }
137 154
                 })
138 155
             }
139 156
         });
157
+        function file_num1() {
158
+			var str = "";
159
+			var Str;
160
+			$(".fileBox .files").each(function(j, m) {
161
+				var aa = $(m).attr("fiel-num");
162
+				str += aa + ",";
163
+				Str =
164
+					str.substring(str.length - 1) == "," ?
165
+					str.substring(0, str.length - 1) :
166
+					str;
167
+			});
168
+			$("#file").val(Str);
169
+		}
140 170
 
141 171
         $("#scwj").click(function () {
142 172
             $("#upFile").trigger("click");

+ 38 - 4
WebUI/CallCenterWeb.UI/CommonHtml/auditBack.html

@@ -110,10 +110,10 @@
110 110
             <input type="hidden" id="F_guid" value="" />
111 111
             <!-- <button class="btns BC">保存</button>
112 112
 				<button class="btns Submit">保存并提交</button> -->
113
-            <button class="btns returnRedo">退回重办</button>
114
-            <button class="btns CB">提交重办</button>
115
-            <button class="btns Transfer">已办未果</button>
116
-            <button class="btns auditBtn" style="display: none;">审核</button>
113
+            <button class="btns returnRedo isShowbtn">退回重办</button>
114
+            <button class="btns CB isShowbtn">提交重办</button>
115
+            <button class="btns Transfer isShowbtn">已办未果</button>
116
+            <button class="btns auditBtn isShowbtn" style="display: none;">审核</button>
117 117
             <button class="btns Closure">结案</button>
118 118
             <button class="btns sendMessage">发送短信</button>
119 119
             <button class="btns" onclick="intelligentOutboundCall()">智能外呼</button>
@@ -130,8 +130,10 @@
130 130
         var IsExamine = helper.request.queryString("IsExamine"); // 0待回访未审核、1待待回访已审核
131 131
         var State;
132 132
         var nexttype;
133
+        var ischange = 0;
133 134
         var a = $("#ID").val()
134 135
         loadTEL();
136
+        loadHF();       
135 137
         Detail();
136 138
         $(document).ready(function () {
137 139
             if (String(IsExamine) === "0") {
@@ -423,6 +425,38 @@
423 425
                 }
424 426
             })
425 427
         }
428
+        //回访
429
+        function loadHF(){
430
+        	$.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetWorkOrderNew', {
431
+                workorderid: wid,
432
+                type: 6,
433
+                "token": $.cookie("token")
434
+            }, function (result) {
435
+                if (result.state.toLowerCase() == "success") {
436
+                   if(result.data.length>=1){
437
+	                    ischange = 1
438
+	                   	if($(' input[name="huifang"]:checked ').val() == '1'){//满意
439
+	                   		$('.isShowbtn').hide()
440
+	        				$('.sendMessage').show()	                   		
441
+	                   	}else{
442
+	                   		$('.isShowbtn').hide()
443
+	                   		$('.sendMessage').hide()
444
+	                   	}
445
+                   	  
446
+                   }
447
+                }
448
+            })
449
+        }
450
+	    $('input:radio[name=huifang]').change(function() {
451
+	        if(ischange == 1 && this.value == '1'){
452
+	        	$('.isShowbtn').hide()
453
+	        	$('.sendMessage').show()
454
+	        }
455
+	        if(ischange == 1 && this.value == '0'){
456
+	        	$('.isShowbtn').hide()
457
+	        	$('.sendMessage').hide()
458
+	        }
459
+	    });
426 460
 
427 461
         function calloutopt(telphone) {
428 462
             $.getJSON(huayi.config.callcenter_url + 'UserAccount/GetNowUser', {

+ 6 - 3
WebUI/CallCenterWeb.UI/CommonHtml/processing_audit.html

@@ -159,8 +159,9 @@
159 159
                         if (result.data.ejbldata.length <= 0) {
160 160
                             return
161 161
                         }
162
-                        var ejbldata = []
163
-                        ejbldata.push(result.data.ejbldata[result.data.ejbldata.length - 1])
162
+                        var ejbldata = result.data.ejbldata
163
+//                      var ejbldata = []
164
+//                      ejbldata.push(result.data.ejbldata[result.data.ejbldata.length - 1])
164 165
                         $.each(ejbldata, function (i, n) {
165 166
                             var bval = n.F_Type;
166 167
                             switch (bval + '') {
@@ -291,11 +292,13 @@
291 292
                                 //         19) + '</a></div>';
292 293
                                 temp1 += FileHtml;
293 294
                             })
294
-                            temp1 += "</td>" +
295
+                            if(i == ejbldata.length-1){
296
+                            	temp1 += "</td>" +
295 297
                                 '<td class="text-center authority"><button class="btns edit" index="' +
296 298
                                 n
297 299
                                 .F_WorkOrderId + '">修改</button></td>' +
298 300
                                 '</tr>'
301
+                            }                          
299 302
                             ccc = n.F_Id;
300 303
                         });
301 304
                         $('.BLNR').append(temp1);

+ 26 - 1
WebUI/CallCenterWeb.UI/CommonHtml/rejection.html

@@ -15,11 +15,24 @@
15 15
 				<th class="Importent">拒收原因:</th>
16 16
 				<td colspan="7"><textarea data-adaptheight id="result" name="" rows="4" cols=""></textarea></td>
17 17
 			</tr>
18
+			<tr>
19
+                <th class="">附件:</th>
20
+                <td>
21
+                    <div class="fileBox"></div>
22
+                    <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
23
+                    <input class="input" type="button" value="上传" id="scwj">
24
+                    <input type="hidden" id="file">
25
+                    <span style="color: #ff0000; border: none">
26
+                        (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
27
+                    </span>
28
+                </td>
29
+            </tr>
18 30
 		</table>
19 31
 		<div class="btn_box">
20 32
 			<button class="btns BC">保存</button>
21 33
 		</div>
22 34
 		</div>
35
+        <script src="../Script/Common/huayi.common.js"></script>
23 36
 		<script src="../js/adjustHeight.js"></script>
24 37
 		<script>
25 38
 			var wid = helper.request.queryString("wid");
@@ -27,14 +40,26 @@
27 40
 			//alert(wid)
28 41
 			$(document).ready(function() {
29 42
 				$('.BC').click(function() {
30
-                    JA();
43
+					
44
+					if ($("#result").val() == "") {
45
+                    	layer.msg("拒绝原因不为空");
46
+                	} else {
47
+                    	JA();
48
+                	}
31 49
 				})
32 50
 
33 51
 			});
52
+			$("#scwj").click(function () {
53
+                $("#upFile").trigger("click");
54
+            })
55
+			$("#upFile").change(function () {
56
+                upload('upFile','.fileBox',['png','jpg','mp3','mp4','pdf','doc','docx','xls','xlsx'],"#file");					               
57
+            });
34 58
 			//回退
35 59
 			function JA() {
36 60
 				$.post(huayi.config.callcenter_url + 'WorkOrder/RefuseWorkOrder', {
37 61
 					workorderid: wid,
62
+					files: $("#file").val(),
38 63
 					reason:$("#result").val(),//回访内容
39 64
 					token: $.cookie("token")
40 65
 				}, function(result) {

+ 12 - 1
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LawsuitMedia.html

@@ -44,7 +44,13 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" placeholder="请输入来电号码" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
50
+                                </td>                              
51
+                            </tr>
52
+                            <tr>
53
+                            	<th>录入时间:</th>
48 54
                                 <td colspan="3">
49 55
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
50 56
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
@@ -239,6 +245,10 @@
239 245
                                 <tr>
240 246
                                     <th data-formatter="serialNumber" data-align="center">序号</th>
241 247
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
248
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
249
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
250
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>                                   
251
+                                    <th data-field="UserName" data-align="center">受理人</th>                                   
242 252
                                     <th data-field="F_ordersign" data-formatter="Getordersign" data-align="center">工单标识</th>
243 253
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
244 254
                                     <th data-field="DeptName" data-align="center">承办单位</th>
@@ -367,6 +377,7 @@
367 377
                         //smalltype: $("#smalltype").val(), //=小类别
368 378
                         key: $("#key").val(), //=关键字
369 379
                         tel: $("#tel").val().replace(/\s+/g, ""), //=客户电话
380
+                        conphone:$("#conphone").val(),
370 381
                         name: $("#name").val().replace(/\s+/g, ""), //=客户名称
371 382
                         keyid: $("#keyid").val(), // 反映类别
372 383
                         source: $("#source").val(), //=来源&

+ 17 - 2
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LeaderYJAMedia.html

@@ -44,13 +44,17 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
50
+                                </td>
51
+                                <!--<th>录入时间:</th>
48 52
                                 <td colspan="3">
49 53
                                     <input type="text" id="wjstarttime" class="photo x-color laydate-icon"
50 54
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 55
                                         id="wjendtime" class="photo x-color laydate-icon" autocomplete="off"
52 56
                                         style="height: 35px;" />
53
-                                </td>
57
+                                </td>-->
54 58
                             </tr>
55 59
                             <tr>
56 60
                                 <th>事项编号:</th>
@@ -214,6 +218,13 @@
214 218
 										<option value="非常不满意">非常不满意</option>
215 219
 									</select>
216 220
 								</td>
221
+								<th>录入时间:</th>
222
+                                <td colspan="3">
223
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
224
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
225
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
226
+                                        style="height: 35px;" />
227
+                                </td>
217 228
                             </tr>
218 229
                         </table>
219 230
                     </div>
@@ -229,6 +240,9 @@
229 240
                                         序号
230 241
                                     </th>
231 242
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
243
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
244
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
245
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
232 246
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
233 247
                                     <th data-field="DeptName" data-align="center">承办单位</th>
234 248
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -377,6 +391,7 @@
377 391
                         smalltype: $("#smalltype").val(), //=小类别
378 392
                         key: $("#key").val(), //=关键字
379 393
                         tel: $("#tel").val(), //=客户电话
394
+                        conphone:$("#conphone").val(),
380 395
                         name: $("#name").val(), //=客户名称
381 396
                         usercode: usercodeID, //=坐席工号
382 397
                         ddusercode: ddusercodeID,

+ 20 - 2
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LeaderYJBMedia.html

@@ -44,12 +44,25 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
50
+                                </td>
51
+                                <!--<th>录入时间:</th>
48 52
                                 <td colspan="3">
49 53
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 54
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 55
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 56
                                         style="height: 35px;" />
57
+                                </td>-->
58
+                            </tr>
59
+                            <tr>
60
+                            	<th>录入时间:</th>
61
+                                <td colspan="3">
62
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
63
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
64
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
65
+                                        style="height: 35px;" />
53 66
                                 </td>
54 67
                             </tr>
55 68
                             <tr>
@@ -176,6 +189,9 @@
176 189
                                         序号
177 190
                                     </th>
178 191
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
192
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
193
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
194
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
179 195
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
180 196
                                     <th data-field="DeptName" data-align="center">承办单位</th>
181 197
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -305,6 +321,7 @@
305 321
                         smalltype: $("#smalltype").val(), //=小类别
306 322
                         key: $("#key").val(), //=关键字
307 323
                         tel: $("#tel").val(), //=客户电话
324
+                        conphone:$("#conphone").val(),  
308 325
                         name: $("#name").val(), //=客户名称
309 326
                         usercode: usercodeID, //=坐席工号
310 327
                         ddusercode: ddusercodeID,
@@ -884,6 +901,7 @@
884 901
             var workid = $("#wids").val()
885 902
             var key = $("#key").val() //=关键字
886 903
             var tel = $("#tel").val() //=客户电话
904
+            var conphone = $("#conphone").val()
887 905
             var name = $("#name").val() //=客户名称
888 906
             var usercode = usercodeID //=坐席工号
889 907
             var ddusercode = ddusercodeID
@@ -910,7 +928,7 @@
910 928
                 "&sourcearea=" +
911 929
                 sourcearea +
912 930
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&assuser=" + assuser + "&splituser=" + splituser + "&jianhang=6" +
913
-                "&isdc=1";
931
+                "&isdc=1"+"&conphone=" + conphone;
914 932
             window.location.href = url;
915 933
         })
916 934
     </script>

+ 9 - 3
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/LeaderYZBMedia.html

@@ -119,8 +119,9 @@
119 119
                                     <select class="form-control" id="type">
120 120
                                     </select>
121 121
                                 </td>
122
-                                <th></th>
123
-                                <td style="text-align: center;">
122
+                                <th>联系号码:</th>
123
+                                <td>
124
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
124 125
                                 </td>
125 126
                             </tr>
126 127
                         </table>
@@ -137,6 +138,9 @@
137 138
                                         序号
138 139
                                     </th>
139 140
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
141
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
142
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
143
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
140 144
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
141 145
                                     <th data-field="DeptName" data-align="center">承办单位</th>
142 146
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -288,6 +292,7 @@
288 292
                         smalltype: $("#smalltype").val(), //=小类别
289 293
                         key: $("#key").val(), //=关键字
290 294
                         tel: $("#tel").val(), //=客户电话
295
+                        conphone:$("#conphone").val(),  
291 296
                         name: $("#name").val(), //=客户名称
292 297
                         usercode: usercodeID, //=坐席工号
293 298
                         ddusercode: ddusercodeID,
@@ -803,6 +808,7 @@
803 808
             var workid = $("#wids").val()
804 809
             var key = $("#key").val() //=关键字
805 810
             var tel = $("#tel").val() //=客户电话
811
+            var conphone = $("#conphone").val()
806 812
             var name = $("#name").val() //=客户名称
807 813
             var usercode = usercodeID //=坐席工号
808 814
             var ddusercode = ddusercodeID
@@ -825,7 +831,7 @@
825 831
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
826 832
                 sourcearea +
827 833
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&jianhang=6" +
828
-                "&isdc=1";
834
+                "&isdc=1"+"&conphone=" + conphone;
829 835
             window.location.href = url;
830 836
         })
831 837
     </script>

+ 16 - 7
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/ReturnReviewedTransferredMedia.html

@@ -44,12 +44,9 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
48
-                                <td colspan="3">
49
-                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
-                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
-                                        style="height: 35px;" />
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
53 50
                                 </td>
54 51
                             </tr>
55 52
                             <tr>
@@ -145,6 +142,13 @@
145 142
                                         </ul>
146 143
                                     </div>
147 144
                                 </td>
145
+                                <th>录入时间:</th>
146
+                                <td colspan="3">
147
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
148
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
149
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
150
+                                        style="height: 35px;" />
151
+                                </td>
148 152
                             </tr>
149 153
                         </table>
150 154
                     </div>
@@ -160,6 +164,9 @@
160 164
                                         序号
161 165
                                     </th>
162 166
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
167
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
168
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
169
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
163 170
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
164 171
                                     <th data-field="DeptName" data-align="center">承办单位</th>
165 172
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -293,6 +300,7 @@
293 300
                         smalltype: $("#smalltype").val(), //=小类别
294 301
                         key: $("#key").val(), //=关键字
295 302
                         tel: $("#tel").val(), //=客户电话
303
+                        conphone:$("#conphone").val(),
296 304
                         name: $("#name").val(), //=客户名称
297 305
                         usercode: usercodeID, //=坐席工号
298 306
                         ddusercode: ddusercodeID,
@@ -872,6 +880,7 @@
872 880
             var workid = $("#wids").val()
873 881
             var key = $("#key").val() //=关键字
874 882
             var tel = $("#tel").val() //=客户电话
883
+            var conphone = $("#conphone").val()           
875 884
             var name = $("#name").val() //=客户名称
876 885
             var usercode = usercodeID //=坐席工号
877 886
             var ddusercode = ddusercodeID
@@ -896,7 +905,7 @@
896 905
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
897 906
                 sourcearea +
898 907
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&splituser=" + splituser + "&jianhang=6" +
899
-                "&isdc=1";
908
+                "&isdc=1"+"&conphone=" + conphone;
900 909
             window.location.href = url;
901 910
         })
902 911
     </script>

+ 15 - 9
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/WorkDSZBMedia.html

@@ -44,12 +44,9 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
48
-                                <td colspan="3">
49
-                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
-                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
-                                        style="height: 35px;" />
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
53 50
                                 </td>
54 51
                             </tr>
55 52
                             <tr>
@@ -119,8 +116,12 @@
119 116
                                     <select class="form-control" id="type">
120 117
                                     </select>
121 118
                                 </td>
122
-                                <th></th>
123
-                                <td style="text-align: center;">
119
+                                <th>录入时间:</th>
120
+                                <td colspan="3">
121
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
122
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
123
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
124
+                                        style="height: 35px;" />
124 125
                                 </td>
125 126
                             </tr>
126 127
                         </table>
@@ -148,6 +149,9 @@
148 149
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
149 150
                                         工单单号
150 151
                                     </th>
152
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
153
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
154
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
151 155
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
152 156
                                         诉求标题
153 157
                                     </th>
@@ -317,6 +321,7 @@
317 321
                         smalltype: $("#smalltype").val(), //=小类别
318 322
                         key: $("#key").val(), //=关键字
319 323
                         tel: $("#tel").val(), //=客户电话
324
+                        conphone:$("#conphone").val(),
320 325
                         name: $("#name").val(), //=客户名称
321 326
                         // usercode: "",
322 327
                         usercode: usercodeID, //=坐席工号
@@ -1051,6 +1056,7 @@
1051 1056
             var workid = $("#wids").val()
1052 1057
             var key = $("#key").val() //=关键字
1053 1058
             var tel = $("#tel").val() //=客户电话
1059
+            var conphone = $("#conphone").val()           
1054 1060
             var name = $("#name").val() //=客户名称
1055 1061
             var usercode = usercodeID //=坐席工号
1056 1062
             var ddusercode = ddusercodeID
@@ -1075,7 +1081,7 @@
1075 1081
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
1076 1082
                 sourcearea +
1077 1083
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&issh=" + issh + "&jianhang=6" +
1078
-                "&isdc=1";
1084
+                "&isdc=1"+"&conphone=" + conphone;
1079 1085
             window.location.href = url;
1080 1086
         })
1081 1087
     </script>

+ 18 - 1
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/WorkIsproresultMedia.html

@@ -43,7 +43,20 @@
43 43
                                 <td>
44 44
                                     <input type="text" id="tel" class="form-control" placeholder="请输入来电号码" />
45 45
                                 </td>
46
-                                <th>录入时间:</th>
46
+                                <th>联系号码:</th>
47
+                                <td>
48
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
49
+                                </td>
50
+                                <!--<th>录入时间:</th>
51
+                                <td colspan="3">
52
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
53
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
54
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
55
+                                        style="height: 35px;" />
56
+                                </td>-->
57
+                            </tr>
58
+                            <tr>
59
+                            	<th>录入时间:</th>
47 60
                                 <td colspan="3">
48 61
                                     <input id="starttime" class="photo x-color laydate-icon" type="text"
49 62
                                         autocomplete="off" style="height: 35px;" />-<input id="endtime"
@@ -257,6 +270,9 @@
257 270
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
258 271
                                         工单单号
259 272
                                     </th>
273
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
274
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
275
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
260 276
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
261 277
                                         诉求标题
262 278
                                     </th>
@@ -421,6 +437,7 @@
421 437
                         //smalltype: $("#smalltype").val(), //=小类别
422 438
                         key: $("#key").val(), //=关键字
423 439
                         tel: $("#tel").val(), //=客户电话
440
+                        conphone:$("#conphone").val(),
424 441
                         name: $("#name").val(), //=客户名称
425 442
                         usercode: usercodeID, //=坐席工号
426 443
                         ddusercode: ddusercodeID,

+ 16 - 7
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/WorkYSSHMedia.html

@@ -44,12 +44,9 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
48
-                                <td colspan="3">
49
-                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
-                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
-                                        style="height: 35px;" />
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
53 50
                                 </td>
54 51
                             </tr>
55 52
                             <tr>
@@ -143,6 +140,13 @@
143 140
                                         <option value="">请选择</option>
144 141
                                     </select>
145 142
                                 </td>
143
+                                <th>录入时间:</th>
144
+                                <td colspan="3">
145
+                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
146
+                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
147
+                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
148
+                                        style="height: 35px;" />
149
+                                </td>
146 150
                             </tr>
147 151
                         </table>
148 152
                     </div>
@@ -158,6 +162,9 @@
158 162
                                         序号
159 163
                                     </th>
160 164
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
165
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
166
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
167
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
161 168
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
162 169
                                     <th data-field="DeptName" data-align="center">承办单位</th>
163 170
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -285,6 +292,7 @@
285 292
                         smalltype: $("#smalltype").val(), //=小类别
286 293
                         key: $("#key").val(), //=关键字
287 294
                         tel: $("#tel").val(), //=客户电话
295
+                        conphone:$("#conphone").val(),                       
288 296
                         name: $("#name").val(), //=客户名称
289 297
                         usercode: usercodeID, //=坐席工号
290 298
                         ddusercode: ddusercodeID,
@@ -846,6 +854,7 @@
846 854
             var workid = $("#wids").val()
847 855
             var key = $("#key").val() //=关键字
848 856
             var tel = $("#tel").val() //=客户电话
857
+            var conphone = $("#conphone").val()
849 858
             var name = $("#name").val() //=客户名称
850 859
             var usercode = usercodeID //=坐席工号
851 860
             var ddusercode = ddusercodeID
@@ -871,7 +880,7 @@
871 880
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
872 881
                 sourcearea +
873 882
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&splituser=" + splituser + "&assuser=" + assuser + "&jianhang=6" +
874
-                "&isdc=1";
883
+                "&isdc=1"+"&conphone=" + conphone;
875 884
             window.location.href = url;
876 885
         })
877 886
     </script>

+ 15 - 9
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/auditorsAuditedMedia.html

@@ -44,12 +44,9 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
48
-                                <td colspan="3">
49
-                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
-                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
-                                        style="height: 35px;" />
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
53 50
                                 </td>
54 51
                             </tr>
55 52
                             <tr>
@@ -119,8 +116,12 @@
119 116
                                     <select class="form-control" id="type">
120 117
                                     </select>
121 118
                                 </td>
122
-                                <th></th>
123
-                                <td style="text-align: center;">
119
+                                <th>录入时间:</th>
120
+                                <td colspan="3">
121
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
122
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
123
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
124
+                                        style="height: 35px;" />
124 125
                                 </td>
125 126
                             </tr>
126 127
                         </table>
@@ -137,6 +138,9 @@
137 138
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
138 139
                                         工单单号
139 140
                                     </th>
141
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
142
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
143
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
140 144
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
141 145
                                         诉求标题
142 146
                                     </th>
@@ -293,6 +297,7 @@
293 297
                         smalltype: $("#smalltype").val(), //=小类别
294 298
                         key: $("#key").val(), //=关键字
295 299
                         tel: $("#tel").val(), //=客户电话
300
+                        conphone:$("#conphone").val(),                       
296 301
                         name: $("#name").val(), //=客户名称
297 302
                         // usercode: "",
298 303
                         usercode: usercodeID, //=坐席工号
@@ -1001,6 +1006,7 @@
1001 1006
             var workid = $("#wids").val()
1002 1007
             var key = $("#key").val() //=关键字
1003 1008
             var tel = $("#tel").val() //=客户电话
1009
+            var conphone = $("#conphone").val()
1004 1010
             var name = $("#name").val() //=客户名称
1005 1011
             var usercode = usercodeID //=坐席工号
1006 1012
             var ddusercode = ddusercodeID
@@ -1025,7 +1031,7 @@
1025 1031
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
1026 1032
                 sourcearea +
1027 1033
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&issh=" + issh + "&jianhang=6" +
1028
-                "&isdc=1";
1034
+                "&isdc=1"+"&conphone=" + conphone;
1029 1035
             window.location.href = url;
1030 1036
         })
1031 1037
     </script>

+ 17 - 7
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/expiredWorkOrdersMedia.html

@@ -44,12 +44,9 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
48
-                                <td colspan="3">
49
-                                    <input type="text" id="starttime" class="photo x-color laydate-icon"
50
-                                        autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51
-                                        id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52
-                                        style="height: 35px;" />
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
53 50
                                 </td>
54 51
                             </tr>
55 52
                             <tr>
@@ -142,6 +139,13 @@
142 139
                                         <option value="">请选择</option>
143 140
                                     </select>
144 141
                                 </td>
142
+                                <th>录入时间:</th>
143
+                                <td colspan="3">
144
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
145
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
146
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
147
+                                        style="height: 35px;" />
148
+                                </td>
145 149
                             </tr>
146 150
                         </table>
147 151
                     </div>
@@ -157,6 +161,9 @@
157 161
                                         序号
158 162
                                     </th>
159 163
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
164
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
165
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
166
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
160 167
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
161 168
                                     <th data-field="DeptName" data-align="center">承办单位</th>
162 169
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -291,6 +298,7 @@
291 298
                         type: $("#type").val(), //=工单类型
292 299
                         bigtype: $("#bigtype").val(), //=大类别
293 300
                         smalltype: $("#smalltype").val(), //=小类别
301
+                        conphone:$("#conphone").val(),
294 302
                         //							key: $("#key").val(), //=关键字
295 303
                         //							tel: $("#tel").val(), //=客户电话
296 304
                         //							name: $("#name").val(), //=客户名称
@@ -871,12 +879,14 @@
871 879
             var sourcearea = $('#sourceAreas').val() //区域
872 880
             var assuser = $("#assignUser").val() // 交办人
873 881
             var splituser = $("#leaderCharge").val() // 分管领导
882
+            var conphone = $("#conphone").val()
883
+            
874 884
 
875 885
             var url = huayi.config.callcenter_url + "WorkOrder/GetTimeOutList?token=" + $.cookie("token");
876 886
             url += "&workid=" + workid + "&state=" + state + "&type=" + type + "&bigtype=" + bigtype +
877 887
                 "&smalltype=" + smalltype + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&keyid=" + keyid + "&source=" + source +
878 888
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&tab=" + tab +
879
-                "&sourcearea=" + sourcearea + "&splituser=" + splituser + "&assuser=" + assuser + "&jianhang=6" + "&isdc=1";
889
+                "&sourcearea=" + sourcearea + "&splituser=" + splituser + "&assuser=" + assuser + "&jianhang=6" + "&isdc=1"+"&conphone=" + conphone;
880 890
             window.location.href = url;
881 891
         })
882 892
     </script>

+ 18 - 1
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/haveAduitMedia.html

@@ -44,12 +44,25 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
50
+                                </td>
51
+                                <!--<th>录入时间:</th>
48 52
                                 <td colspan="3">
49 53
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 54
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 55
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 56
                                         style="height: 35px;" />
57
+                                </td>-->
58
+                            </tr>
59
+                            <tr>
60
+                            	<th>录入时间:</th>
61
+                                <td colspan="3">
62
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
63
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
64
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
65
+                                        style="height: 35px;" />
53 66
                                 </td>
54 67
                             </tr>
55 68
                             <tr>
@@ -176,6 +189,9 @@
176 189
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
177 190
                                         工单单号
178 191
                                     </th>
192
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
193
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
194
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
179 195
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
180 196
                                         诉求标题
181 197
                                     </th>
@@ -361,6 +377,7 @@
361 377
                         //smalltype: $("#smalltype").val(), //=小类别
362 378
                         key: $("#key").val(), //=关键字
363 379
                         tel: $("#tel").val(), //=客户电话
380
+                        conphone:$("#conphone").val(),
364 381
                         name: $("#name").val(), //=客户名称
365 382
                         usercode: usercodeID, //=坐席工号
366 383
                         ddusercode: ddusercodeID,

+ 18 - 1
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/haveDoneToAuditMedia.html

@@ -44,9 +44,22 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
50
+                                </td>
51
+                                <!--<th>录入时间:</th>
48 52
                                 <td colspan="3">
49 53
                                     <input type="text" id="starttime" class="photo x-color laydate-icon" autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text" id="endtime" class="photo x-color laydate-icon" autocomplete="off" style="height: 35px;" />
54
+                                </td>-->
55
+                            </tr>
56
+                            <tr>
57
+                            	<th>录入时间:</th>
58
+                                <td colspan="3">
59
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
60
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
61
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
62
+                                        style="height: 35px;" />
50 63
                                 </td>
51 64
                             </tr>
52 65
                             <tr>
@@ -138,6 +151,9 @@
138 151
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">
139 152
                                         工单单号
140 153
                                     </th>
154
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
155
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
156
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
141 157
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">
142 158
                                         诉求标题
143 159
                                     </th>
@@ -315,6 +331,7 @@
315 331
                         type: $("#type").val(), //=工单类型
316 332
                         key: $("#key").val(), //=关键字
317 333
                         tel: $("#tel").val(), //=客户电话
334
+                        conphone:$("#conphone").val(),  
318 335
                         name: $("#name").val(), //=客户名称
319 336
                         usercode: usercodeID, //=坐席工号
320 337
                         ddusercode: ddusercodeID,

+ 19 - 3
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/toAuditListMedia.html

@@ -44,13 +44,17 @@
44 44
                                 <td>
45 45
                                     <input type="text" id="tel" class="form-control" />
46 46
                                 </td>
47
-                                <th>录入时间:</th>
47
+                                <th>联系号码:</th>
48
+                                <td>
49
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
50
+                                </td>
51
+                                <!--<th>录入时间:</th>
48 52
                                 <td colspan="3">
49 53
                                     <input type="text" id="starttime" class="photo x-color laydate-icon"
50 54
                                         autocomplete="off" style="height: 35px;" />&nbsp;——&nbsp;<input type="text"
51 55
                                         id="endtime" class="photo x-color laydate-icon" autocomplete="off"
52 56
                                         style="height: 35px;" />
53
-                                </td>
57
+                                </td>-->
54 58
                             </tr>
55 59
                             <tr>
56 60
                                 <th>事项编号:</th>
@@ -151,6 +155,13 @@
151 155
                                         <option value="">请选择</option>
152 156
                                     </select>
153 157
                                 </td>
158
+                                <th>录入时间:</th>
159
+                                <td colspan="3">
160
+                                    <input id="starttime" class="photo x-color laydate-icon" type="text"
161
+                                        autocomplete="off" style="height: 35px;" />-<input id="endtime"
162
+                                        class="photo x-color laydate-icon" type="text" autocomplete="off"
163
+                                        style="height: 35px;" />
164
+                                </td>
154 165
                             </tr>
155 166
                         </table>
156 167
                     </div>
@@ -166,6 +177,9 @@
166 177
                                         序号
167 178
                                     </th>
168 179
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
180
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
181
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
182
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
169 183
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
170 184
                                     <th data-field="DeptName" data-align="center">承办单位</th>
171 185
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -297,6 +311,7 @@
297 311
                         smalltype: $("#smalltype").val(), //=小类别
298 312
                         key: $("#key").val(), //=关键字
299 313
                         tel: $("#tel").val(), //=客户电话
314
+                        conphone:$("#conphone").val(),                    
300 315
                         name: $("#name").val(), //=客户名称
301 316
                         usercode: usercodeID, //=坐席工号
302 317
                         ddusercode: ddusercodeID,
@@ -868,6 +883,7 @@
868 883
             var workid = $("#wids").val()
869 884
             var key = $("#key").val() //=关键字
870 885
             var tel = $("#tel").val() //=客户电话
886
+            var conphone = $("#conphone").val()
871 887
             var name = $("#name").val() //=客户名称
872 888
             var usercode = usercodeID //=坐席工号
873 889
             var ddusercode = ddusercodeID
@@ -893,7 +909,7 @@
893 909
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
894 910
                 sourcearea +
895 911
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&splituser=" + splituser + "&assuser=" + assuser + "&jianhang=6" +
896
-                "&isdc=1";
912
+                "&isdc=1"+"&conphone=" + conphone;
897 913
             window.location.href = url;
898 914
         })
899 915
     </script>

+ 9 - 3
WebUI/CallCenterWeb.UI/OneHundredWorkOrder/toSupervListMedia.html

@@ -110,8 +110,9 @@
110 110
                                     <select class="form-control" id="type">
111 111
                                     </select>
112 112
                                 </td>
113
-                                <th></th>
114
-                                <td style="text-align: center;">
113
+                                <th>联系号码:</th>
114
+                                <td>
115
+                                    <input type="text" id="conphone" class="form-control Min-width" placeholder="请输入联系号码" />
115 116
                                 </td>
116 117
                             </tr>
117 118
                         </table>
@@ -128,6 +129,9 @@
128 129
                                         序号
129 130
                                     </th>
130 131
                                     <th data-field="F_WorkOrderId" data-formatter="View" data-align="center">工单单号</th>
132
+                                    <th data-field="F_CusName" data-align="center">来电人</th>                                   
133
+                                    <th data-field="F_CusPhone" data-align="center">来电号码</th>
134
+                                    <th data-field="F_ConPhone" data-align="center">联系号码</th>
131 135
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
132 136
                                     <th data-field="DeptName" data-align="center">承办单位</th>
133 137
                                     <!-- <th data-field="OtherDeptName" data-align="center">协办单位</th> -->
@@ -257,6 +261,7 @@
257 261
                         smalltype: $("#smalltype").val(), //=小类别
258 262
                         key: $("#key").val(), //=关键字
259 263
                         tel: $("#tel").val(), //=客户电话
264
+                        conphone:$("#conphone").val(),
260 265
                         name: $("#name").val(), //=客户名称
261 266
                         usercode: usercodeID, //=坐席工号
262 267
                         ddusercode: ddusercodeID,
@@ -815,6 +820,7 @@
815 820
             var workid = $("#wids").val()
816 821
             var key = $("#key").val() //=关键字
817 822
             var tel = $("#tel").val() //=客户电话
823
+            var conphone = $("#conphone").val()
818 824
             var name = $("#name").val() //=客户名称
819 825
             var usercode = usercodeID //=坐席工号
820 826
             var ddusercode = ddusercodeID
@@ -838,7 +844,7 @@
838 844
                 "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + deptid + "&sourcearea=" +
839 845
                 sourcearea +
840 846
                 "&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&jianhang=6" +
841
-                "&isdc=1";
847
+                "&isdc=1"+"&conphone=" + conphone;
842 848
             window.location.href = url;
843 849
         })
844 850
     </script>

+ 2 - 2
WebUI/CallCenterWeb.UI/ProvincialPlatformManagement/LawsuitProvincialPlatform.html

@@ -390,8 +390,8 @@
390 390
                 istime: true,
391 391
                 format: 'YYYY-MM-DD hh:mm:ss'
392 392
             });
393
-            $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
394
-			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
393
+//          $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
394
+//			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
395 395
             load();
396 396
         });
397 397
         //关闭录音弹出

+ 1 - 2
WebUI/CallCenterWeb.UI/Script/Common/huayi.common.js

@@ -5,7 +5,7 @@
5 5
 			if(Files.length > 0) {
6 6
 				var formData = new FormData();
7 7
 				for(var i = 0; i < Files.length; i++) {
8
-					formData.append('file' + i, Files[i],filterName(Files[i].name));
8
+					formData.append('file' + i, Files[i],Files[i].name);
9 9
 				}
10 10
 				formData.append("token", $.cookie("token"));
11 11
 				var typeName = Files[0].name.split('.')[Files[0].name.split('.').length - 1];
@@ -61,7 +61,6 @@
61 61
 		}
62 62
 		//上传文件隐藏域值
63 63
 		function file_num(filebox, fileHandle) {
64
-//			console.log(filebox, fileHandle)
65 64
 			var str = "";
66 65
 			var Str;
67 66
 			$(filebox + ' .files').each(function(j, m) {

+ 2 - 2
WebUI/CallCenterWeb.UI/css/home.css

@@ -1138,7 +1138,7 @@ ul.ztree {
1138 1138
 	display: inline-block;
1139 1139
 }
1140 1140
 
1141
-.repoConte {
1141
+/*.repoConte {
1142 1142
 	position: absolute;
1143 1143
 	right: 60px;
1144 1144
 	top: 35px;
@@ -1149,7 +1149,7 @@ ul.ztree {
1149 1149
 	border: 1px solid #e6e6e6;
1150 1150
 	background: #ffffff;
1151 1151
 	overflow-y: scroll;
1152
-}
1152
+}*/
1153 1153
 
1154 1154
 
1155 1155
 /* 综合查询 */

+ 51 - 16
WebUI/CallCenterWeb.UI/home.html

@@ -558,7 +558,7 @@
558 558
 								</div>
559 559
 							</div>
560 560
 							<!--知识库内容-->
561
-							<div class="ldcr-bottom repoConte">
561
+							<!--<div class="ldcr-bottom repoConte">
562 562
 								<div class="ldcrb-top clearfix">
563 563
 									<ul class="clearfix">
564 564
 										<li class="activity" style=" border-bottom: 1px solid #69cbd0;" data-type="1">政策专家</li>
@@ -705,19 +705,8 @@
705 705
 									<div class="tableWarpper8">
706 706
 										<iframe id="J_iframe" name="iframe0" width="100%" height="100%" src="http://222.143.106.45:8000/zsk/index.html?token=00550b5b-95c2-410e-9dc1-f11ee4ac6fc4" frameborder="0" data-id="index_v1.html" seamless></iframe>
707 707
 									</div>
708
-									<!--<table id="table1" data-row-style="rowStyle" data-classes="table table-no-bordered" data-query-params="queryParams">
709
-						                <thead>
710
-						                    <tr>
711
-						                    	<th data-field="F_Title" data-align="center">标题</th>
712
-						                        <th data-field="F_MainDept" data-align="center">单位名称</th>
713
-						                        <th data-field="F_CreateTime" data-align="center">时间</th>
714
-						                        <th data-field="UserName" data-align="center">创建人</th>
715
-						                        <th data-formatter="CZ" data-align="center">操作</th>
716
-						                    </tr>
717
-						                </thead>
718
-						            </table>-->
719 708
 								</div>
720
-							</div>
709
+							</div>-->
721 710
 							<!--综合查询内容-->
722 711
 							<div class="ldcr-bottom comprehensiveContent">
723 712
 								<div class="ldcrb-top clearfix">
@@ -1297,7 +1286,10 @@
1297 1286
 					<img src="img/kefuTx.png">
1298 1287
 					<div class="serviceChatText">你好,有什么要咨询的吗你好,有什么要咨询的吗你好,有什么要咨询的吗你好,有什么要咨询的吗你好,有什么要咨询的吗</div>
1299 1288
 				</div>-->
1300
-			</div>
1289
+			</div>		
1290
+		</div>
1291
+		<div style="display: none;">
1292
+			<audio src="mp3/remind.mp3" id="audio"></audio>
1301 1293
 		</div>
1302 1294
 		<script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
1303 1295
 		<script src="./js/layui/layui.js"></script>
@@ -1321,12 +1313,12 @@
1321 1313
 		<script src="./js/ztreeSelect.js"></script>
1322 1314
 		<script src="js/voiceToText.js"></script>
1323 1315
 		
1324
-		<script  src="./js/voiceToTextSocket/socket.js"></script>
1316
+		<script src="./js/voiceToTextSocket/socket.js"></script>
1325 1317
 		<script>
1326 1318
 			var logpas = localStorage.getItem('loginPassword')
1327 1319
 			var userphone = $.cookie('userMobile')
1328 1320
 			console.log(logpas, userphone)
1329
-			$(document).ready(function() {
1321
+			$(document).ready(function() {				
1330 1322
 				getBigtype($("#phonetype1"));
1331 1323
 				getBigtypeKey($("#phonetype2"), 3060);
1332 1324
 				if($("#phonetype").val() == '12348') {
@@ -1349,6 +1341,49 @@
1349 1341
 					goEditpas()
1350 1342
 				}
1351 1343
 			})
1344
+			//消息提醒
1345
+			setInterval(orderMessage,60000)
1346
+			function orderMessage(){
1347
+				helper.init.isload = 0;
1348
+				$.getJSON(  
1349
+		            huayi.config.callcenter_url + "InternalMessages/GetJBMsg", {
1350
+			            token: $.cookie("token"),
1351
+				   },
1352
+					function(result) {
1353
+						if(result.state.toLowerCase() == "success") {
1354
+							helper.init.isload = 1;
1355
+							if(result.data.length>0){
1356
+								var ids = result.data.map((o) => o.SMS_Id)
1357
+	                            updateMsgStatus(ids)
1358
+	                            playAudio()
1359
+							}
1360
+						}
1361
+					}
1362
+	          );
1363
+			}
1364
+			//播放
1365
+			function playAudio(){
1366
+				console.log("播放");
1367
+				var audio = $("#audio")[0];
1368
+				audio.play();
1369
+			}
1370
+			//更新
1371
+			function updateMsgStatus(ids){
1372
+				$.ajax({
1373
+					type: "post",
1374
+					url: huayi.config.callcenter_url + "InternalMessages/UpdateState",
1375
+					dataType: "json",
1376
+					async: true,
1377
+					data: {
1378
+						"token": $.cookie("token"),
1379
+						ids:ids,
1380
+						state:1
1381
+					},
1382
+					success: function(data) {
1383
+						
1384
+					}
1385
+				});
1386
+			}
1352 1387
 			//跳转修改密码
1353 1388
 			function goEditpas() {
1354 1389
 				layer.confirm('您当前密码等级较弱,请及时修改', {

+ 770 - 0
WebUI/CallCenterWeb.UI/js/WorkOrder/CommonOperation.js

@@ -0,0 +1,770 @@
1
+// 查看详情
2
+function ckxq(str) {
3
+	layer.open({
4
+		type: 2,
5
+		content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
6
+		title: "工单详情",
7
+		area: ["100%", "100%"], //宽高
8
+		maxmin: true,
9
+		shade: 0,
10
+	});
11
+}
12
+//编辑
13
+function bj(str) {
14
+	layer.open({
15
+		type: 2,
16
+		content: "../CommonHtml/AddAppeal.html?wid=" + str, //iframe的url,no代表不显示滚动条
17
+		title: '编辑工单',
18
+		area: ['96%', '80%'], //宽高
19
+	});
20
+}
21
+//删除
22
+function move(str) {
23
+	layer.confirm('确定删除工单?', {
24
+		btn: ['是', '否'] //按钮
25
+	}, function() {
26
+		$.post(huayi.config.callcenter_url + "WorkOrder/DelWorkOrder", {
27
+			ids: str,
28
+			token: $.cookie("token")
29
+		}, function(result) {
30
+			result = JSON.parse(result);
31
+			if(result.state.toLowerCase() == "success") {
32
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
33
+                parent.layer.close(index); //再执行关闭
34
+				layer.msg("删除成功");
35
+				parent.load();
36
+			}
37
+		})
38
+	});
39
+}
40
+//提交
41
+function tj(str) {
42
+	layer.confirm('确定要提交工单么?', {
43
+		btn: ['确定', '取消'] //按钮
44
+	}, function() {
45
+		//请求后台数据
46
+		/*发送请求*/
47
+		$.post(huayi.config.callcenter_url + "WorkOrder/SubmitWorkOrder", {
48
+			ids: str,
49
+			token: $.cookie("token")
50
+		}, function(result) {
51
+			result = JSON.parse(result);
52
+			if(result.state.toLowerCase() == "success") {
53
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
54
+                parent.layer.close(index); //再执行关闭
55
+				layer.msg("提交成功");
56
+				parent.load();
57
+			}
58
+		})
59
+	});
60
+}
61
+//交办
62
+function jb(str) {
63
+	layer.open({
64
+		type: 2,
65
+		content: "../CommonHtml/JiaoBan.html?wid=" + str, //iframe的url,no代表不显示滚动条
66
+		title: '工单交办',
67
+		area: ['87%', '80%'], //宽高
68
+	});
69
+}
70
+//领导批示
71
+function lader(str) {
72
+	layer.open({
73
+		type: 2,
74
+		content: "../CommonHtml/Leader.html?wid=" + str, //iframe的url,no代表不显示滚动条
75
+		title: '领导批示',
76
+		area: ['45%', '40%'], //宽高
77
+	});
78
+}
79
+//市长批示
80
+function city(str) {
81
+	layer.open({
82
+		type: 2,
83
+		content: "../CommonHtml/shizhang.html?wid=" + str, //iframe的url,no代表不显示滚动条
84
+		title: '领导批示',
85
+		area: ['45%', '40%'], //宽高
86
+	});
87
+}
88
+//督办
89
+function Supervision(str) {
90
+	layer.open({
91
+		type: 2,
92
+		content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1', //iframe的url,no代表不显示滚动条
93
+		title: '督办',
94
+		area: ['48%', '45%'], //宽高
95
+	});
96
+}
97
+
98
+//督查
99
+function Supervision_(str) {
100
+	layer.open({
101
+		type: 2,
102
+		content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=2', //iframe的url,no代表不显示滚动条
103
+		title: '监察',
104
+		area: ['48%', '45%'], //宽高
105
+	});
106
+}
107
+//收回
108
+function sh(str) {
109
+	layer.confirm('确定要回收?', {
110
+		btn: ['是', '否'] //按钮
111
+	}, function() {
112
+		$.post(huayi.config.callcenter_url + "WorkOrder/TakeBackWorkOrder", {
113
+			workorderid: str,
114
+			token: $.cookie("token")
115
+		}, function(result) {
116
+			result = JSON.parse(result);
117
+			if(result.state.toLowerCase() == "success") {
118
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
119
+                parent.layer.close(index); //再执行关闭
120
+				layer.msg("回收");
121
+				parent.load();
122
+			}
123
+		})
124
+	});
125
+}
126
+//查收
127
+function cs(str) {
128
+	layer.confirm('确定要查收?', {
129
+		btn: ['是', '否'] //按钮
130
+	}, function() {
131
+		$.post(huayi.config.callcenter_url + "WorkOrder/ReceiveWorkOrder", {
132
+			workorderid: str,
133
+			token: $.cookie("token")
134
+		}, function(result) {
135
+			result = JSON.parse(result);
136
+			if(result.state.toLowerCase() == "success") {
137
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
138
+                parent.layer.close(index); //再执行关闭
139
+				layer.msg("查收成功");
140
+				parent.load();
141
+			}
142
+		})
143
+	});
144
+}
145
+//退回申请
146
+function th(str) {
147
+	layer.open({
148
+		type: 2,
149
+		content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
150
+		title: '申请退回工单',
151
+		area: ['35%', '30%'], //宽高
152
+	});
153
+}
154
+//办理
155
+function bl(str, isProtect) {
156
+	console.log("isProtect2222", isProtect);
157
+	layer.open({
158
+		type: 2,
159
+		content: "../CommonHtml/banli.html?wid=" +
160
+			str +
161
+			"&isProtect=" +
162
+			isProtect, //iframe的url,no代表不显示滚动条
163
+		title: "办理工单",
164
+		area: ["60%", "80%"], //宽高
165
+	});
166
+}
167
+//审核退回申请
168
+function shth(str) {
169
+	layer.open({
170
+		type: 2,
171
+		content: "../CommonHtml/shth.html?wid=" + str, //iframe的url,no代表不显示滚动条
172
+		title: '审核退回申请',
173
+		area: ['35%', '30%'], //宽高
174
+	});
175
+}
176
+//申请延时
177
+function ys(str) {
178
+	layer.open({
179
+		type: 2,
180
+		content: "../CommonHtml/Timesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
181
+		title: '申请延时',
182
+		area: ['45%', '40%'], //宽高
183
+	});
184
+}
185
+//诉求回访
186
+function hf(str) {
187
+	layer.open({
188
+		type: 2,
189
+		content: "../CommonHtml/Back.html?wid=" + str, //iframe的url,no代表不显示滚动条
190
+		title: '工单回访',
191
+		area: ['45%', '40%'], //宽高
192
+	});
193
+}
194
+//审核申请延时
195
+function shys(str) {
196
+	layer.open({
197
+		type: 2,
198
+		content: "../CommonHtml/shtime.html?wid=" + str, //iframe的url,no代表不显示滚动条
199
+		title: '审核延时申请',
200
+		area: ['45%', '40%'], //宽高
201
+	});
202
+}
203
+//重办工单
204
+function cb(str) {
205
+	layer.open({
206
+		type: 2,
207
+		content: "../CommonHtml/Cb.html?wid=" + str, //iframe的url,no代表不显示滚动条
208
+		title: '重办工单',
209
+		area: ['48%', '40%'], //宽高
210
+	});
211
+}
212
+//结案
213
+function Lawsuit(str) {
214
+	layer.open({
215
+		type: 2,
216
+		content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
217
+		title: '诉求单结案',
218
+		area: ['50%', '60%'], //宽高
219
+	});
220
+}
221
+//回退BackDtail
222
+function BackDtail(str) {
223
+	layer.open({
224
+		type: 2,
225
+		content: "../CommonHtml/BackDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
226
+		title: '工单回退',
227
+		area: ['45%', '40%'], //宽高
228
+	});
229
+}
230
+//强制结案
231
+function StrongLawsuit(str) {
232
+	layer.open({
233
+		type: 2,
234
+		content: "../CommonHtml/StrongLawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
235
+		title: '强制结案',
236
+		area: ['45%', '52%'], //宽高
237
+	});
238
+}
239
+//派单
240
+function pd(str) {
241
+	layer.open({
242
+		type: 2,
243
+		content: "../CommonHtml/handle.html?wid=" + str, //iframe的url,no代表不显示滚动条
244
+		title: "办理工单",
245
+		area: ["87%", "80%"], //宽高
246
+	});
247
+}
248
+//处理审核
249
+function auditdeal(str) {
250
+	layer.open({
251
+		type: 2,
252
+		content: "../CommonHtml/processing_audit.html?wid=" + str, //iframe的url,no代表不显示滚动条
253
+		title: "处理审核",
254
+		area: ["80%", "80%"], //宽高
255
+	});
256
+}
257
+//签收
258
+function sign(str) {
259
+	layer.confirm('确定要签收?', {
260
+		btn: ['是', '否'] //按钮
261
+	}, function() {
262
+		$.post(huayi.config.callcenter_url + "WorkOrder/SignWorkOrder", {
263
+			workorderid: str,
264
+			token: $.cookie("token")
265
+		}, function(result) {
266
+			result = JSON.parse(result);
267
+			if(result.state.toLowerCase() == "success") {
268
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
269
+                parent.layer.close(index); //再执行关闭
270
+				layer.msg("签收成功");
271
+				parent.load();
272
+			}
273
+		})
274
+	});
275
+}
276
+//拒收
277
+function refuse(str) {
278
+	layer.open({
279
+		type: 2,
280
+		content: "../CommonHtml/rejection.html?wid=" + str, //iframe的url,no代表不显示滚动条
281
+		title: '拒收',
282
+		area: ['60%', '80%'], //宽高
283
+	});
284
+}
285
+//撤单
286
+function withdraw(str) {
287
+	layer.confirm(
288
+		"确定撤回?", {
289
+			btn: ["是", "否"], //按钮
290
+		},
291
+		function() {
292
+			$.post(
293
+				huayi.config.callcenter_url +
294
+				"WorkOrder/WithdrawDWorkOrder", {
295
+					workorderid: str,
296
+					token: $.cookie("token"),
297
+				},
298
+				function(result) {
299
+					result = JSON.parse(result);
300
+					if(result.state.toLowerCase() == "success") {
301
+						var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
302
+                		parent.layer.close(index); //再执行关闭
303
+						layer.msg("撤回成功");
304
+						parent.load();
305
+					}
306
+				}
307
+			);
308
+		}
309
+	);
310
+}
311
+//审核
312
+function audit(str) {
313
+	layer.open({
314
+		type: 2,
315
+		content: "../CommonHtml/AuditDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
316
+		title: "审核",
317
+		area: ["60%", "80%"], //宽高
318
+	});
319
+}
320
+//转督办
321
+function zdb(str, row) {
322
+	layer.open({
323
+		type: 2,
324
+		content: "../CommonHtml/superTrunl.html?wid=" +
325
+			str +
326
+			"&depId=" +
327
+			row, //iframe的url,no代表不显示滚动条
328
+		title: "督办工单",
329
+		area: ["60%", "80%"], //宽高
330
+	});
331
+}
332
+//不督办
333
+function ndb(str) {
334
+	layer.confirm(
335
+		"确定督办吗?", {
336
+			btn: ["是", "否"], //按钮
337
+		},
338
+		function() {
339
+			$.post(
340
+				huayi.config.callcenter_url +
341
+				"WorkOrder/RemindWorkOrder", {
342
+					workorderid: str,
343
+					type: 1,
344
+					state: 2,
345
+					token: $.cookie("token"),
346
+				},
347
+				function(result) {
348
+					result = JSON.parse(result);
349
+					if(result.state.toLowerCase() == "success") {
350
+						var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
351
+                        parent.layer.close(index); //再执行关闭
352
+						layer.msg("操作成功");
353
+						parent.load();
354
+					}
355
+				}
356
+			);
357
+		}
358
+	);
359
+}
360
+//驳回重办
361
+function bhcb(str) {
362
+	layer.open({
363
+		type: 2,
364
+		content: "../CommonHtml/rejectionCB.html?wid=" + str, //iframe的url,no代表不显示滚动条
365
+		title: "驳回重办",
366
+		area: ["60%", "80%"], //宽高
367
+	});
368
+}
369
+//提交重办
370
+function tjcb(str) {
371
+	layer.open({
372
+		type: 2,
373
+		content: "../CommonHtml/reasonCB.html?wid=" + str, //iframe的url,no代表不显示滚动条
374
+		title: "提交重办",
375
+		area: ["50%", "40%"], //宽高
376
+	});
377
+}
378
+//履职界定
379
+function lzjd(str) {
380
+	layer.open({
381
+		type: 2,
382
+		content: "../CommonHtml/ResumptionDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
383
+		title: '履职界定',
384
+		area: ['85%', '80%'], //宽高
385
+	})
386
+}
387
+//界定审核
388
+function jdsh(str) {
389
+	layer.open({
390
+		type: 2,
391
+		content: "../CommonHtml/Define_audit.html?wid=" + str, //iframe的url,no代表不显示滚动条
392
+		title: '界定审核',
393
+		area: ['85%', '60%'], //宽高
394
+	})
395
+}
396
+//拒绝
397
+function Refuse(str) {
398
+	layer.open({
399
+		type: 2,
400
+		content: "../CommonHtml/refuse.html?wid=" + str, //iframe的url,no代表不显示滚动条
401
+		title: "拒绝",
402
+		area: ["60%", "80%"], //宽高
403
+	});
404
+}
405
+//退回
406
+function returnRedo(str) {
407
+	layer.open({
408
+		type: 2,
409
+		content: "../CommonHtml/returnRedo.html?wid=" + str, //iframe的url,no代表不显示滚动条
410
+		title: "退回",
411
+		area: ["60%", "80%"], //宽高
412
+	});
413
+}
414
+//催办
415
+function messagesUrge(str) {
416
+	layer.confirm('确定催办吗?', {
417
+		btn: ['是', '否'] //按钮
418
+	}, function() {
419
+		$.post(huayi.config.callcenter_url + 'WorkOrder/Reminders', {
420
+			workorderid: str,
421
+			token: $.cookie("token")
422
+		}, function(result) {
423
+			result = JSON.parse(result);
424
+			if(result.state.toLowerCase() == 'success') {
425
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
426
+                parent.layer.close(index); //再执行关闭
427
+				layer.msg('催办成功')
428
+				parent.load();
429
+			}
430
+		})
431
+	});
432
+}
433
+//退回
434
+function returnRedoThreeLevel(str) {
435
+	layer.open({
436
+		type: 2,
437
+		content: "../CommonHtml/returnRedoThreeLevel.html?wid=" + str, //iframe的url,no代表不显示滚动条
438
+		title: "退回",
439
+		area: ["60%", "80%"], //宽高
440
+	});
441
+}
442
+//退回
443
+function returnAuditor(str) {
444
+	layer.open({
445
+		type: 2,
446
+		content: "../CommonHtml/returnAuditor.html?wid=" + str, //iframe的url,no代表不显示滚动条
447
+		title: "退回",
448
+		area: ["50%", "40%"], //宽高
449
+	});
450
+}
451
+//修改
452
+function editProcessingResult(str) {
453
+	layer.open({
454
+		type: 2,
455
+		content: "../CommonHtml/editProcessingResult.html?wid=" + str, //iframe的url,no代表不显示滚动条
456
+		title: "修改",
457
+		area: ["50%", "70%"], //宽高
458
+	});
459
+}
460
+// 督办查收
461
+function superviseCheck(str) {
462
+	layer.confirm('确定要查收?', {
463
+		btn: ['是', '否'] //按钮
464
+	}, function() {
465
+		$.post(huayi.config.callcenter_url + "workorder/RemindCheck", {
466
+			workorderid: str,
467
+			token: $.cookie("token")
468
+		}, function(result) {
469
+			result = JSON.parse(result);
470
+			if(result.state.toLowerCase() == "success") {
471
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
472
+                parent.layer.close(index); //再执行关闭
473
+				layer.msg("查收成功");
474
+				parent.load();
475
+			}
476
+		})
477
+	});
478
+}
479
+//督办审核通过
480
+function superviseReviewThrough(str) {
481
+	layer.confirm('确定审核通过?', {
482
+		btn: ['是', '否'] //按钮
483
+	}, function() {
484
+		$.post(huayi.config.callcenter_url + "workorder/RemindApproved", {
485
+			workorderid: str,
486
+			token: $.cookie("token")
487
+		}, function(result) {
488
+			result = JSON.parse(result);
489
+			if(result.state.toLowerCase() == "success") {
490
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
491
+                parent.layer.close(index); //再执行关闭
492
+				layer.msg("操作成功");
493
+				parent.load();
494
+			}
495
+		})
496
+	});
497
+}
498
+//督办审核拒绝
499
+function superviseReviewRefuse(str) {
500
+	layer.open({
501
+		type: 2,
502
+		content: "../CommonHtml/superviseReview.html?wid=" + str + "&review=1", //iframe的url,no代表不显示滚动条
503
+		title: '督办审核',
504
+		area: ['60%', '45%'], //宽高
505
+	});
506
+}
507
+
508
+// 省平台签收
509
+function provincialPlatformSignup(str) {
510
+	layer.confirm(
511
+		"确定签收吗?", {
512
+			btn: ["是", "否"], //按钮
513
+		},
514
+		function() {
515
+			$.post(
516
+				huayi.config.callcenter_url + "Affairs/SubmitWorkOrder", {
517
+					ids: str,
518
+					token: $.cookie("token"),
519
+				},
520
+				function(result) {
521
+					result = JSON.parse(result);
522
+					if(result.state.toLowerCase() == "success") {
523
+						var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
524
+                        parent.layer.close(index); //再执行关闭
525
+						layer.msg("操作成功");
526
+						parent.load();
527
+					}
528
+				}
529
+			);
530
+		}
531
+	);
532
+}
533
+
534
+// 省平台退回
535
+function provincialPlatformReturn(str) {
536
+	layer.open({
537
+		type: 2,
538
+		content: "../CommonHtml/provincialPlatformReturn.html?wid=" + str, //iframe的url,no代表不显示滚动条
539
+		title: "省平台退回",
540
+		area: ["70%", "70%"], //宽高
541
+		shade: 0,
542
+	});
543
+}
544
+// 省平台申请延时
545
+function provincialPlatformApplicationDelay(str, type) {
546
+	layer.open({
547
+		type: 2,
548
+		content: "../CommonHtml/provincialPlatformApplicationDelay.html?wid=" + str + "&type=" + type, //iframe的url,no代表不显示滚动条
549
+		title: "省平台申请延时",
550
+		area: ["70%", "70%"], //宽高
551
+		shade: 0,
552
+	});
553
+
554
+}
555
+// 省平台反馈
556
+function provincialPlatformFeedback(str) {
557
+	layer.open({
558
+		type: 2,
559
+		content: "../CommonHtml/provincialPlatformFeedback.html?wid=" + str, //iframe的url,no代表不显示滚动条
560
+		title: "省平台反馈",
561
+		area: ["70%", "70%"], //宽高
562
+		shade: 0,
563
+	});
564
+}
565
+// 服务工单上报
566
+function reportServiceWorkOrder(str) {
567
+	layer.open({
568
+		type: 2,
569
+		content: "../CommonHtml/provincialPlatformReport.html?wid=" + str, //iframe的url,no代表不显示滚动条
570
+		title: "省平台上报",
571
+		area: ["70%", "70%"], //宽高
572
+		shade: 0,
573
+	});
574
+}
575
+// 已办未果
576
+function unsuccessful(str) {
577
+	layer.confirm('确认已办未果吗?', {
578
+		btn: ['是', '否'] //按钮
579
+	}, function() {
580
+		$.post(huayi.config.callcenter_url + 'WorkOrder/Transfer', {
581
+			workorderid: str,
582
+			"token": $.cookie("token")
583
+		}, function(result) {
584
+			result = JSON.parse(result);
585
+			if(result.state.toLowerCase() == "success") {
586
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
587
+                parent.layer.close(index); //再执行关闭
588
+				layer.msg("操作成功");
589
+				$("#orderlist").bootstrapTable('refresh');
590
+			}
591
+		})
592
+	});
593
+}
594
+//审核通过
595
+function approved(str) {
596
+	layer.confirm('确认审核通过吗?', {
597
+		btn: ['是', '否'] //	按钮
598
+	}, function() {
599
+
600
+		layer.confirm('是否发送短信?', {
601
+			btn: ['是', '否'] //	按钮
602
+		}, function() {
603
+			toExamineWorkOrder(str, 1)
604
+		}, function() {
605
+			toExamineWorkOrder(str, 0)
606
+		});
607
+
608
+	});
609
+}
610
+
611
+function toExamineWorkOrder(str, issmsAudit) {
612
+	$.post(huayi.config.callcenter_url + 'WorkOrder/ToExamineWorkOrder', {
613
+		workorderid: str,
614
+		nexttype: 0, // 0审核通过 1审核不通过 2审核通过转办
615
+		issms: issmsAudit,
616
+		"token": $.cookie("token")
617
+	}, function(result) {
618
+		result = JSON.parse(result);
619
+		if(result.state.toLowerCase() == "success") {
620
+			layer.msg("操作成功");
621
+			$("#orderlist").bootstrapTable('refresh');
622
+		}
623
+	})
624
+}
625
+//审核不通过
626
+function auditFailed(str) {
627
+	layer.open({
628
+		type: 2,
629
+		content: "../CommonHtml/haveDoneToAuditOperation.html?wid=" + str + "&nexttype=1", //iframe的url,no代表不显示滚动条
630
+		title: "审核不通过",
631
+		area: ["50%", "50%"], //宽高
632
+	});
633
+}
634
+//审核通过转办
635
+function approvedComplaint(str) {
636
+	layer.open({
637
+		type: 2,
638
+		content: "../CommonHtml/haveDoneToAuditOperation.html?wid=" + str + "&nexttype=2", //iframe的url,no代表不显示滚动条
639
+		title: "审核通过转办",
640
+		area: ["50%", "50%"], //宽高
641
+	});
642
+}
643
+//审核通过
644
+function auditMultimediaThrough(str) {
645
+	layer.open({
646
+		type: 2,
647
+		content: "../CommonHtml/auditMultimedia.html?wid=" + str + "&nexttype=0", //iframe的url,no代表不显示滚动条
648
+		title: "审核",
649
+		area: ["80%", "80%"], //宽高
650
+	});
651
+}
652
+// 审核不通过
653
+function auditMultimediaNotThrough(str) {
654
+	layer.open({
655
+		type: 2,
656
+		content: "../CommonHtml/auditMultimedia.html?wid=" + str + "&nexttype=1", //iframe的url,no代表不显示滚动条
657
+		title: "审核",
658
+		area: ["80%", "80%"], //宽高
659
+	});
660
+}
661
+// 回复
662
+function replyMultimedia(str) {
663
+	layer.open({
664
+		type: 2,
665
+		content: "../CommonHtml/replyMultimedia.html?wid=" + str, //iframe的url,no代表不显示滚动条
666
+		title: "回复",
667
+		area: ["60%", "60%"], //宽高
668
+	});
669
+}
670
+//审核
671
+function auditAll(str) {
672
+	layer.open({
673
+		type: 2,
674
+		content: "../CommonHtml/haveDoneToAuditOperationAll.html?wid=" + str + "&nexttype=1", //iframe的url,no代表不显示滚动条
675
+		title: "审核不通过",
676
+		area: ["50%", "50%"], //宽高
677
+	});
678
+}
679
+//重推
680
+function rePush(str) {
681
+	layer.confirm('确定重推此工单?', {
682
+		btn: ['是', '否'] //按钮
683
+	}, function() {
684
+		$.post(huayi.config.callcenter_url + "Affairs/ReFinishWorkOrder", {
685
+			workorderid: str,
686
+			token: $.cookie("token")
687
+		}, function(result) {
688
+			result = JSON.parse(result);
689
+			if(result.state.toLowerCase() == "success") {
690
+				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
691
+                parent.layer.close(index); //再执行关闭
692
+				layer.msg("重推成功");
693
+				parent.load();
694
+			}
695
+		})
696
+	});
697
+}
698
+//审核申请延时
699
+function ysThree(str) {
700
+	layer.open({
701
+		type: 2,
702
+		content: "../CommonHtml/Timesq.html?wid=" + str + '&level=3', //iframe的url,no代表不显示滚动条
703
+		title: '审核延时申请',
704
+		area: ['60%', '80%'], //宽高
705
+	});
706
+}
707
+//审核申请延时
708
+function shysThree(str) {
709
+	layer.open({
710
+		type: 2,
711
+		content: "../CommonHtml/shtime.html?wid=" + str + '&auditInfoType=4', //iframe的url,no代表不显示滚动条
712
+		title: "审核延时申请",
713
+		area: ["60%", "80%"], //宽高
714
+	});
715
+}
716
+//转110
717
+function transferOneHun(str) {
718
+	layer.confirm(
719
+		"确定要转110吗?", {
720
+			btn: ["是", "否"], //按钮
721
+		},
722
+		function() {
723
+			$.post(
724
+				huayi.config.callcenter_url + "APPS/PushWorkOrder", {
725
+					workorderid: str,
726
+					token: $.cookie("token"),
727
+				},
728
+				function(result) {
729
+					result = JSON.parse(result);
730
+					if(result.state.toLowerCase() == "success") {
731
+						var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
732
+                		parent.layer.close(index); //再执行关闭
733
+						layer.msg("操作成功");
734
+						parent.load();
735
+					}
736
+				}
737
+			);
738
+		}
739
+	);
740
+}
741
+//市平台申请延期
742
+function ysShi(str) {
743
+	layer.open({
744
+		type: 2,
745
+		content: "../CommonHtml/shiTimesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
746
+		title: "市平台申请延时",
747
+		area: ["70%", "70%"], //宽高
748
+		shade: 0,
749
+	});
750
+}
751
+
752
+// 监察督办派发
753
+function jcsuperviseSend(str) {
754
+	layer.open({
755
+		type: 2,
756
+		content: "../CommonHtml/jcsuperviseSend.html?wid=" + str, //iframe的url,no代表不显示滚动条
757
+		title: "监察督办派发",
758
+		area: ["80%", "80%"], //宽高
759
+	});
760
+}
761
+
762
+// 督查督办派发
763
+function jdcsuperviseSend(str) {
764
+	layer.open({
765
+		type: 2,
766
+		content: "../CommonHtml/jdcsuperviseSend.html?wid=" + str, //iframe的url,no代表不显示滚动条
767
+		title: "督查督办派发",
768
+		area: ["80%", "80%"], //宽高
769
+	});
770
+}

+ 17 - 1
WebUI/CallCenterWeb.UI/js/index.js

@@ -655,7 +655,16 @@ $(document).ready(function() {
655 655
 		$(".mapBJ").hide();
656 656
 	});
657 657
 	$(".reposit").click(function() {
658
-		$(".repoConte").toggle();
658
+//		layer.open({
659
+//			type: 2,
660
+//			content: "./CommonHtml/LDTPZSK.html", //iframe的url,no代表不显示滚动条
661
+//			title: "知识库",
662
+//			maxmin:true,
663
+//			area: ["78%", "90%"], //宽高
664
+//		});
665
+	window.open('./CommonHtml/LDTPZSK.html');
666
+//		$(".repoConte").toggle();
667
+
659 668
 	});
660 669
 	//上传附件
661 670
 	$("#scwj").click(function() {
@@ -1388,6 +1397,7 @@ function loadOld() {
1388 1397
 			var param = {
1389 1398
 				page: params.pageNumber,
1390 1399
 				pagesize: params.pageSize,
1400
+				islike: 0,
1391 1401
 				tel: $(".hidTel").val(),
1392 1402
 				starttime: $("#con_startTime").val(),
1393 1403
 				endtime: $("#con_endTime").val(),
@@ -3372,6 +3382,12 @@ function workcount() {
3372 3382
 				$(".WorkYSBJJ").text(data.YanShiJuJue); // 延时被拒绝
3373 3383
 				$(".UnsuccessfulLevel2").text(data.YiBsnWeiGuo); // 已办未果
3374 3384
 				$(".superviseCommission").text(data.DB); // 督办工单
3385
+				$(".yssh").text(data.JWYS); // 延时审核
3386
+				$(".workDelayedAuditAuditor").text(data.XJYS)
3387
+				$(".sptyssh").text(data.sptJWYS)
3388
+				$(".sptworkDelayedAudittProvince").text(data.sptXJYS)
3389
+				$(".WorkYSSHMedia").text(data.dmtJWYS)
3390
+				$(".workDelayedAuditMultiMedia").text(data.dmtXJYS)
3375 3391
 			}
3376 3392
 		}
3377 3393
 	);