liuyifan лет назад: 5
Родитель
Сommit
8fc2f5fa8a

+ 21 - 13
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -407,7 +407,6 @@
407 407
                                     <th data-field="DeptName" data-align="center">承办单位</th>
408 408
                                     <th data-field="UserName" data-align="center">受理人</th>
409 409
                                     <th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
410
-                                    
411 410
                                     <th data-field="OverState" data-formatter="OverTime" data-align="center">办理时限</th>
412 411
                                     <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
413 412
                                 </tr>
@@ -509,7 +508,7 @@
509 508
                         keyid: $("#keyid").val(), //=关键词id
510 509
                         source: $("#source").val(), //=来源&
511 510
                         starttime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[
512
-                        0], //=开始时间
511
+                            0], //=开始时间
513 512
                         endtime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[1], //=结束时间
514 513
                         deptid: $("#PID").val(),
515 514
                         type: $("#type").val(),
@@ -672,14 +671,14 @@
672 671
             }
673 672
         }
674 673
         //办理时限
675
-//      function BanTime(val) {
676
-//          if (val) {
677
-//              var time = val.substring(0, val.indexOf(' '));
678
-//              return '<div class="" style="cursor: pointer;">' +
679
-//                  '<span>' + val + '</span>' +
680
-//                  '</div>';
681
-//          }
682
-//      }
674
+        //      function BanTime(val) {
675
+        //          if (val) {
676
+        //              var time = val.substring(0, val.indexOf(' '));
677
+        //              return '<div class="" style="cursor: pointer;">' +
678
+        //                  '<span>' + val + '</span>' +
679
+        //                  '</div>';
680
+        //          }
681
+        //      }
683 682
         //派单
684 683
         function pd(str) {
685 684
             layer.open({
@@ -797,7 +796,7 @@
797 796
             layer.open({
798 797
                 type: 2,
799 798
                 content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" +
800
-                isProtect, //iframe的url,no代表不显示滚动条
799
+                    isProtect, //iframe的url,no代表不显示滚动条
801 800
                 title: '办理工单',
802 801
                 area: ['60%', '80%'], //宽高
803 802
             });
@@ -1003,7 +1002,6 @@
1003 1002
                 title: '驳回重办',
1004 1003
                 area: ['60%', '80%'], //宽高
1005 1004
             });
1006
-
1007 1005
         }
1008 1006
         //提交重办
1009 1007
         function tjcb(str) {
@@ -1039,6 +1037,15 @@
1039 1037
                 area: ['60%', '80%'], //宽高
1040 1038
             });
1041 1039
         }
1040
+        //备注
1041
+        function remarks(str) {
1042
+            layer.open({
1043
+                type: 2,
1044
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
1045
+                title: '备注',
1046
+                area: ['60%', '45%'], //宽高
1047
+            });
1048
+        }
1042 1049
         //上传文件
1043 1050
         function upload() {
1044 1051
             if (document.getElementById("upFile").files.length > 0) {
@@ -1173,7 +1180,8 @@
1173 1180
             var starttime = $('#starttime').val() && $('#starttime').val().split(' ~ ')[0];
1174 1181
             var endtime = $('#starttime').val() && $('#starttime').val().split(' ~ ')[1];
1175 1182
             var url = huayi.config.callcenter_url + "WorkOrder/GetList?token=" + $.cookie("token");
1176
-            url += "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + $("#PID").val() + "&satisfaction=0" + "&isdc=1";
1183
+            url += "&starttime=" + starttime + "&endtime=" + endtime + "&deptid=" + $("#PID").val() +
1184
+                "&satisfaction=0" + "&isdc=1";
1177 1185
             window.location.href = url;
1178 1186
         })
1179 1187
     </script>

+ 10 - 0
WebUI/CallCenterWeb.UI/Business/LeaderAttention.html

@@ -1024,6 +1024,16 @@
1024 1024
                 area: ['60%', '80%'], //宽高
1025 1025
             });
1026 1026
         }
1027
+        //备注
1028
+        function remarks(str) {
1029
+            layer.open({
1030
+                type: 2,
1031
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
1032
+                title: '备注',
1033
+                area: ['60%', '45%'], //宽高
1034
+            });
1035
+        }
1036
+
1027 1037
         //上传文件
1028 1038
         function upload() {
1029 1039
             if (document.getElementById("upFile").files.length > 0) {

+ 10 - 2
WebUI/CallCenterWeb.UI/Business/LeaderDCL.html

@@ -659,7 +659,7 @@
659 659
             layer.open({
660 660
                 type: 2,
661 661
                 content: "../CommonHtml/PrintPreview-1.html?wid=" + PrintClick +
662
-                "&printType=DCL", //iframe的url,no代表不显示滚动条
662
+                    "&printType=DCL", //iframe的url,no代表不显示滚动条
663 663
                 title: '打印/导出',
664 664
                 area: ['788.8px', '90%'], //宽高
665 665
             });
@@ -914,7 +914,15 @@
914 914
                 area: ['60%', '80%'], //宽高
915 915
             });
916 916
         }
917
-
917
+        //备注
918
+        function remarks(str) {
919
+            layer.open({
920
+                type: 2,
921
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
922
+                title: '备注',
923
+                area: ['60%', '45%'], //宽高
924
+            });
925
+        }
918 926
         $('.Appeal').click(function () {
919 927
             layer.open({
920 928
                 type: 2,

+ 12 - 2
WebUI/CallCenterWeb.UI/Business/LeaderDJALB.html

@@ -507,7 +507,7 @@
507 507
                         keyid: $("#keyid").val(), //=关键词id
508 508
                         source: $("#source").val(), //=来源&
509 509
                         starttime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[
510
-                        0], //=开始时间
510
+                            0], //=开始时间
511 511
                         endtime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[1], //=结束时间
512 512
                         deptid: $("#PID").val(),
513 513
                         type: $("#type").val(),
@@ -795,7 +795,7 @@
795 795
             layer.open({
796 796
                 type: 2,
797 797
                 content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" +
798
-                isProtect, //iframe的url,no代表不显示滚动条
798
+                    isProtect, //iframe的url,no代表不显示滚动条
799 799
                 title: '办理工单',
800 800
                 area: ['60%', '80%'], //宽高
801 801
             });
@@ -1027,6 +1027,16 @@
1027 1027
                 area: ['60%', '80%'], //宽高
1028 1028
             });
1029 1029
         }
1030
+        //备注
1031
+        function remarks(str) {
1032
+            layer.open({
1033
+                type: 2,
1034
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
1035
+                title: '备注',
1036
+                area: ['60%', '45%'], //宽高
1037
+            });
1038
+        }
1039
+
1030 1040
         //上传文件
1031 1041
         function upload() {
1032 1042
             if (document.getElementById("upFile").files.length > 0) {

+ 10 - 0
WebUI/CallCenterWeb.UI/Business/LeaderDSHTH.html

@@ -1018,6 +1018,16 @@
1018 1018
                 area: ['60%', '80%'], //宽高
1019 1019
             });
1020 1020
         }
1021
+        //备注
1022
+        function remarks(str) {
1023
+            layer.open({
1024
+                type: 2,
1025
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
1026
+                title: '备注',
1027
+                area: ['60%', '45%'], //宽高
1028
+            });
1029
+        }
1030
+
1021 1031
         //上传文件
1022 1032
         function upload() {
1023 1033
             if (document.getElementById("upFile").files.length > 0) {

+ 128 - 102
WebUI/CallCenterWeb.UI/Business/LeaderYHC.html

@@ -135,13 +135,13 @@
135 135
             line-height: initial;
136 136
         }
137 137
 
138
-            .setwin a {
139
-                position: relative;
140
-                width: 16px;
141
-                height: 16px;
142
-                font-size: 20px;
143
-                color: #fff;
144
-            }
138
+        .setwin a {
139
+            position: relative;
140
+            width: 16px;
141
+            height: 16px;
142
+            font-size: 20px;
143
+            color: #fff;
144
+        }
145 145
 
146 146
         .xg i {
147 147
             font-size: 16px;
@@ -160,8 +160,8 @@
160 160
         }
161 161
 
162 162
         .inpBox {
163
-           border: 1px solid #cccccc;
164
-    		height: 31px;
163
+            border: 1px solid #cccccc;
164
+            height: 31px;
165 165
             width: 220px;
166 166
             display: inline-block;
167 167
             position: relative;
@@ -171,8 +171,9 @@
171 171
             top: 0px;
172 172
             z-index: 111;
173 173
         }
174
-		.selDpart1{
175
-			position: absolute;
174
+
175
+        .selDpart1 {
176
+            position: absolute;
176 177
             left: 0px;
177 178
             top: 30px;
178 179
             z-index: 11111;
@@ -180,28 +181,32 @@
180 181
             line-height: 30px;
181 182
             background: #FFFFFF;
182 183
             display: none;
183
-		}
184
-		#sponsor{
185
-			width: 218px;
186
-			border: 1px solid #00a1cb;
187
-			margin: 0;
188
-			padding: 0;
189
-			list-style: none;
190
-			max-height: 212px;
191
-			overflow-x: hidden;
192
-			overflow-y: scroll;
193
-		}
194
-		#sponsor li{
195
-			margin: 0;
196
-			padding-left: 10px;
197
-			width: 220px;
198
-			height: 30px;
199
-			line-height: 30px;
200
-			list-style: none;
201
-		}
202
-		#sponsor li:hover{
203
-			background: #00a1cb;
204
-		}
184
+        }
185
+
186
+        #sponsor {
187
+            width: 218px;
188
+            border: 1px solid #00a1cb;
189
+            margin: 0;
190
+            padding: 0;
191
+            list-style: none;
192
+            max-height: 212px;
193
+            overflow-x: hidden;
194
+            overflow-y: scroll;
195
+        }
196
+
197
+        #sponsor li {
198
+            margin: 0;
199
+            padding-left: 10px;
200
+            width: 220px;
201
+            height: 30px;
202
+            line-height: 30px;
203
+            list-style: none;
204
+        }
205
+
206
+        #sponsor li:hover {
207
+            background: #00a1cb;
208
+        }
209
+
205 210
         .addTree {
206 211
             background: #fff;
207 212
             position: absolute;
@@ -273,7 +278,7 @@
273 278
                     <i class="syIcon"></i>位置:
274 279
                     <a href="javaScript:;" id="ReIndex">首页</a>&gt;
275 280
                     <a href="javaScript:;">工单处理</a>&gt;
276
-                   <a href="" class="nowPosition">已回传列表</a>
281
+                    <a href="" class="nowPosition">已回传列表</a>
277 282
                 </sapn>
278 283
             </div>
279 284
             <div class="dhRight">
@@ -297,14 +302,16 @@
297 302
                                 </td>
298 303
                                 <th>结案时间:</th>
299 304
                                 <td>
300
-                                    <input type="text" id="wjstarttime" class="laydate-icon Min-width" style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="wjendtime" class="laydate-icon Min-width" style="height: 32px;" />
305
+                                    <input type="text" id="wjstarttime" class="laydate-icon Min-width"
306
+                                        style="height: 32px;" />&nbsp;——&nbsp;<input type="text" id="wjendtime"
307
+                                        class="laydate-icon Min-width" style="height: 32px;" />
301 308
                                 </td>
302
-                                
309
+
303 310
                             </tr>
304 311
                             <tr>
305
-                            	<th>区域:</th>
306
-                                <td >
307
-                                	  <select name="" id="sourceAreas" class="select">
312
+                                <th>区域:</th>
313
+                                <td>
314
+                                    <select name="" id="sourceAreas" class="select">
308 315
                                     </select>
309 316
                                 </td>
310 317
                                 <th>工单来源:</th>
@@ -315,16 +322,16 @@
315 322
                                 <td>
316 323
                                     <select id="keyid" name="" class="select"></select>
317 324
                                 </td>
318
-                                
319
-                                
325
+
326
+
320 327
 
321 328
                             </tr>
322 329
                             <tr>
323
-                            	<th>类型:</th>
330
+                                <th>类型:</th>
324 331
                                 <td>
325 332
                                     <select class="select_" id="type"></select>
326 333
                                 </td>
327
-                            	 <th>投诉电话:</th>
334
+                                <th>投诉电话:</th>
328 335
                                 <td>
329 336
                                     <input type="text" id="tel" class="Min-width" />
330 337
                                 </td>
@@ -332,19 +339,20 @@
332 339
                                 <td>
333 340
                                     <input type="text" id="name" class="Min-width" />
334 341
                                 </td>
335
-                            	
342
+
336 343
                             </tr>
337 344
                             <tr>
338 345
                                 <th>调度员:</th>
339 346
                                 <td>
340
-                                	<select id="yardman" name="select" class="selectpicker show-tick form-control" multiple data-live-search="true">
341
-										<option value="">请选择调度员</option>
342
-									</select>
347
+                                    <select id="yardman" name="select" class="selectpicker show-tick form-control"
348
+                                        multiple data-live-search="true">
349
+                                        <option value="">请选择调度员</option>
350
+                                    </select>
343 351
                                 </td>
344 352
                                 <th>承办单位:</th>
345 353
                                 <td style="position: relative;">
346 354
                                     <div class="inpBox">
347
-                                        <input type="text" class="inps" onkeyup="darptSearch()"/>
355
+                                        <input type="text" class="inps" onkeyup="darptSearch()" />
348 356
                                         <i class="Cleans  fa fa-close"></i>
349 357
                                         <i class="xl xl_one"></i>
350 358
                                         <div class="addTree xlAdd">
@@ -352,11 +360,11 @@
352 360
                                         </div>
353 361
                                     </div>
354 362
                                     <div class="selDpart1">
355
-                                    	<ul id="sponsor">
356
-										</ul>
363
+                                        <ul id="sponsor">
364
+                                        </ul>
357 365
                                     </div>
358 366
                                 </td>
359
-                                
367
+
360 368
                                 <th></th>
361 369
                                 <td style="text-align: center;">
362 370
                                     <botton class="btns Seach">搜索</botton>
@@ -368,12 +376,14 @@
368 376
                 </div>
369 377
                 <div>
370 378
                     <div style="width: 100%;padding: 10px;">
371
-                        <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
379
+                        <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams"
380
+                            data-pagination="true">
372 381
                             <thead>
373 382
                                 <tr>
374 383
                                     <th data-checkbox="true"></th>
375
-                                    <th data-field="F_OldWorkOrderId" data-formatter="Print" data-align="center">案件编号</th>
376
-                                    <th data-field="F_WorkOrderId"  data-align="center">工单单号</th>
384
+                                    <th data-field="F_OldWorkOrderId" data-formatter="Print" data-align="center">案件编号
385
+                                    </th>
386
+                                    <th data-field="F_WorkOrderId" data-align="center">工单单号</th>
377 387
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
378 388
                                     <th data-field="DeptName" data-align="center">承办单位</th>
379 389
                                     <th data-field="UserName" data-align="center">受理人</th>
@@ -424,30 +434,30 @@
424 434
 
425 435
         //获取查询信息
426 436
         function load() {
427
-        	//坐席
428
-	        	var usercodeID="";
429
-	        	var usercode_=$("#ZX").val(); //坐席
430
-	        	if (usercode_!=null) {
431
-	        		$(usercode_).each(function (i, n) {
432
-	        			var obj1='';
433
-	                    obj1= n+",";
434
-	                    usercodeID +=obj1;
435
-		            })
436
-	        	}else{
437
-	        		usercodeID=""
438
-	        	}
439
-	//      	调度员
440
-	        	var ddusercodeID="";
441
-	        	var ddusercode_=$("#yardman").val(); //坐席
442
-	        	if (ddusercode_!=null) {
443
-	        		$(ddusercode_).each(function (i, n) {
444
-	        			var obj2='';
445
-	                    obj2= n+",";
446
-	                    ddusercodeID +=obj2;
447
-		            })
448
-	        	}else{
449
-	        		ddusercodeID=""
450
-	        	}
437
+            //坐席
438
+            var usercodeID = "";
439
+            var usercode_ = $("#ZX").val(); //坐席
440
+            if (usercode_ != null) {
441
+                $(usercode_).each(function (i, n) {
442
+                    var obj1 = '';
443
+                    obj1 = n + ",";
444
+                    usercodeID += obj1;
445
+                })
446
+            } else {
447
+                usercodeID = ""
448
+            }
449
+            //      	调度员
450
+            var ddusercodeID = "";
451
+            var ddusercode_ = $("#yardman").val(); //坐席
452
+            if (ddusercode_ != null) {
453
+                $(ddusercode_).each(function (i, n) {
454
+                    var obj2 = '';
455
+                    obj2 = n + ",";
456
+                    ddusercodeID += obj2;
457
+                })
458
+            } else {
459
+                ddusercodeID = ""
460
+            }
451 461
             //先销毁表格
452 462
             $('#orderlist').bootstrapTable('destroy');
453 463
             //初始化表格,动态从服务器加载数据
@@ -483,13 +493,13 @@
483 493
                         ddusercode: ddusercodeID,
484 494
                         keyid: $("#keyid").val(), //=关键词id
485 495
                         source: $("#source").val(), //=来源&
486
-                        IsExport:1,
496
+                        IsExport: 1,
487 497
                         wjstarttime: $("#wjstarttime").val(), //=开始时间
488 498
                         wjendtime: $("#wjendtime").val(), //=结束时间
489 499
                         deptid: $("#PID").val(),
490 500
                         type: $("#type").val(),
491 501
                         tab: 5, //待处理
492
-                        sourcearea:$('#sourceAreas').val(),//区域
502
+                        sourcearea: $('#sourceAreas').val(), //区域
493 503
                         token: $.cookie("token")
494 504
                     };
495 505
                     return param;
@@ -547,12 +557,12 @@
547 557
                 case '10':
548 558
                     html = '待审核';
549 559
                     break;
550
-               	case '11':
560
+                case '11':
551 561
                     html = '重办待交办';
552 562
                     break;
553
-//              case '12':
554
-//                  html = '待审核';
555
-//                  break;
563
+                    //              case '12':
564
+                    //                  html = '待审核';
565
+                    //                  break;
556 566
                 case '13':
557 567
                     html = '重办驳回';
558 568
                     break;
@@ -626,20 +636,21 @@
626 636
             }
627 637
             return html;
628 638
         }
629
-		
630
-		//操作
639
+
640
+        //操作
631 641
         function Print(val, row) {
632
-        	if(row.F_OldWorkOrderId){
633
-        		return '<a onclick="btn_print(\'' + row.F_WorkOrderId + '\')">'+row.F_OldWorkOrderId+'</a>'
634
-        	}
635
-        }
636
-        function btn_print(PrintClick){
637
-        	layer.open({
638
-				type: 2,
639
-				content: "../CommonHtml/PrintPreview-1.html?wid=" + PrintClick, //iframe的url,no代表不显示滚动条
640
-				title: '打印/导出',
641
-				area: ['788.8px', '90%'], //宽高
642
-			});
642
+            if (row.F_OldWorkOrderId) {
643
+                return '<a onclick="btn_print(\'' + row.F_WorkOrderId + '\')">' + row.F_OldWorkOrderId + '</a>'
644
+            }
645
+        }
646
+
647
+        function btn_print(PrintClick) {
648
+            layer.open({
649
+                type: 2,
650
+                content: "../CommonHtml/PrintPreview-1.html?wid=" + PrintClick, //iframe的url,no代表不显示滚动条
651
+                title: '打印/导出',
652
+                area: ['788.8px', '90%'], //宽高
653
+            });
643 654
         }
644 655
         //查看详情
645 656
         function ckxq(str) {
@@ -881,6 +892,16 @@
881 892
                 area: ['60%', '80%'], //宽高
882 893
             });
883 894
         }
895
+        //备注
896
+        function remarks(str) {
897
+            layer.open({
898
+                type: 2,
899
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
900
+                title: '备注',
901
+                area: ['60%', '45%'], //宽高
902
+            });
903
+        }
904
+
884 905
 
885 906
         $('.Appeal').click(function () {
886 907
             layer.open({
@@ -910,7 +931,8 @@
910 931
                      */
911 932
                     processData: false,
912 933
                     success: function (result) {
913
-                        document.getElementById("upFile").outerHTML = document.getElementById("upFile").outerHTML;
934
+                        document.getElementById("upFile").outerHTML = document.getElementById("upFile")
935
+                            .outerHTML;
914 936
                         $("#upFile").change(function () {
915 937
                             upload();
916 938
                         });
@@ -938,7 +960,8 @@
938 960
                 if (data.state.toLowerCase() == "success") {
939 961
                     var content = data.data;
940 962
                     $(content).each(function (i, n) {
941
-                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
963
+                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
964
+                            obj);
942 965
                     })
943 966
                 }
944 967
             })
@@ -954,7 +977,8 @@
954 977
                 if (data.state.toLowerCase() == "success") {
955 978
                     var content = data.data;
956 979
                     $(content).each(function (i, n) {
957
-                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
980
+                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
981
+                            obj);
958 982
                     })
959 983
                 }
960 984
             })
@@ -970,12 +994,13 @@
970 994
                 if (data.state.toLowerCase() == "success") {
971 995
                     var content = data.data;
972 996
                     $(content).each(function (i, n) {
973
-                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(obj);
997
+                        $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>").appendTo(
998
+                            obj);
974 999
                     })
975 1000
                 }
976 1001
             })
977 1002
         }
978
-        
1003
+
979 1004
 
980 1005
         function tree() {
981 1006
             $.get(huayi.config.callcenter_url + 'Department/GetDeptList', {
@@ -1002,6 +1027,7 @@
1002 1027
                 onClick: zTreeOnClick
1003 1028
             }
1004 1029
         };
1030
+
1005 1031
         function zTreeOnClick(event, treeId, treeNode) {
1006 1032
             $('.inps').val(treeNode.F_DeptName);
1007 1033
             $("#PID").val(treeNode.F_DeptId);

+ 10 - 0
WebUI/CallCenterWeb.UI/Business/LeaderYJA.html

@@ -915,6 +915,16 @@
915 915
                 area: ['60%', '80%'], //宽高
916 916
             });
917 917
         }
918
+        //备注
919
+        function remarks(str) {
920
+            layer.open({
921
+                type: 2,
922
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
923
+                title: '备注',
924
+                area: ['60%', '45%'], //宽高
925
+            });
926
+        }
927
+
918 928
         //提交重办
919 929
         function tjcb(str) {
920 930
             layer.open({

+ 10 - 0
WebUI/CallCenterWeb.UI/Business/LeaderYJALB.html

@@ -1029,6 +1029,16 @@
1029 1029
                 area: ['60%', '80%'], //宽高
1030 1030
             });
1031 1031
         }
1032
+        //备注
1033
+        function remarks(str) {
1034
+            layer.open({
1035
+                type: 2,
1036
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
1037
+                title: '备注',
1038
+                area: ['60%', '45%'], //宽高
1039
+            });
1040
+        }
1041
+
1032 1042
         //上传文件
1033 1043
         function upload() {
1034 1044
             if (document.getElementById("upFile").files.length > 0) {

+ 15 - 4
WebUI/CallCenterWeb.UI/Business/LeaderYJB.html

@@ -395,7 +395,8 @@
395 395
                             <thead>
396 396
                                 <tr>
397 397
                                     <th data-checkbox="true"></th>
398
-                                    <th data-field="F_OldWorkOrderId" data-formatter="Print" data-align="center">案件编号 </th>
398
+                                    <th data-field="F_OldWorkOrderId" data-formatter="Print" data-align="center">案件编号
399
+                                    </th>
399 400
                                     <th data-field="F_WorkOrderId" data-align="center">工单单号</th>
400 401
                                     <th data-field="F_ComTitle" data-formatter="GetCont" data-align="center">诉求标题</th>
401 402
                                     <th data-field="DeptName" data-align="center">承办单位</th>
@@ -600,7 +601,8 @@
600 601
         function btn_print(PrintClick) {
601 602
             layer.open({
602 603
                 type: 2,
603
-                content: "../CommonHtml/PrintPreview-1.html?wid=" + PrintClick + "&printType=DCL", //iframe的url,no代表不显示滚动条
604
+                content: "../CommonHtml/PrintPreview-1.html?wid=" + PrintClick +
605
+                "&printType=DCL", //iframe的url,no代表不显示滚动条
604 606
                 title: '打印/导出',
605 607
                 area: ['788.8px', '90%'], //宽高
606 608
             });
@@ -741,7 +743,8 @@
741 743
         function bl(str, isProtect) {
742 744
             layer.open({
743 745
                 type: 2,
744
-                content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" + isProtect, //iframe的url,no代表不显示滚动条
746
+                content: "../CommonHtml/banli.html?wid=" + str + "&isProtect=" +
747
+                isProtect, //iframe的url,no代表不显示滚动条
745 748
                 title: '办理工单',
746 749
                 area: ['60%', '80%'], //宽高
747 750
             });
@@ -896,7 +899,15 @@
896 899
                 area: ['60%', '80%'], //宽高
897 900
             });
898 901
         }
899
-
902
+        //备注
903
+        function remarks(str) {
904
+            layer.open({
905
+                type: 2,
906
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
907
+                title: '备注',
908
+                area: ['60%', '45%'], //宽高
909
+            });
910
+        }
900 911
         $('.Appeal').click(function () {
901 912
             layer.open({
902 913
                 type: 2,

Разница между файлами не показана из-за своего большого размера
+ 989 - 958
WebUI/CallCenterWeb.UI/Business/LeaderYTH.html


Разница между файлами не показана из-за своего большого размера
+ 985 - 957
WebUI/CallCenterWeb.UI/Business/LeaderYYS.html


Разница между файлами не показана из-за своего большого размера
+ 987 - 958
WebUI/CallCenterWeb.UI/Business/LeaderYZB.html


+ 10 - 0
WebUI/CallCenterWeb.UI/Business/WorkDC.html

@@ -934,6 +934,16 @@
934 934
                 area: ['60%', '80%'], //宽高
935 935
             });
936 936
         }
937
+        //备注
938
+        function remarks(str) {
939
+            layer.open({
940
+                type: 2,
941
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
942
+                title: '备注',
943
+                area: ['60%', '45%'], //宽高
944
+            });
945
+        }
946
+
937 947
 
938 948
         $('.Appeal').click(function () {
939 949
             layer.open({

+ 13 - 1
WebUI/CallCenterWeb.UI/Business/WorkYBL.html

@@ -399,7 +399,8 @@
399 399
                                     <th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
400 400
                                     <th data-field="OverState" data-formatter="OverTime" data-align="center">办理时限</th>
401 401
                                     <th data-field="F_Scanning" data-formatter="BanTime" data-align="center">扫描件时效</th>
402
-                                    <th data-field="IsFiles" data-formatter="isFilesFormatter" data-align="center">扫描件是否上传</th>
402
+                                    <th data-field="IsFiles" data-formatter="isFilesFormatter" data-align="center">
403
+                                        扫描件是否上传</th>
403 404
                                     <th data-field="F_WorkOrderId" data-formatter="Dispose" data-align="center">操作</th>
404 405
                                 </tr>
405 406
                             </thead>
@@ -622,6 +623,7 @@
622 623
                 return '';
623 624
             }
624 625
         }
626
+
625 627
         function isFilesFormatter(val) {
626 628
             isFilesArr = ["未上传", "已上传"]
627 629
             return isFilesArr[val]
@@ -883,6 +885,16 @@
883 885
                 area: ['60%', '80%'], //宽高
884 886
             });
885 887
         }
888
+        //备注
889
+        function remarks(str) {
890
+            layer.open({
891
+                type: 2,
892
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
893
+                title: '备注',
894
+                area: ['60%', '45%'], //宽高
895
+            });
896
+        }
897
+
886 898
         //扫描件上传
887 899
         function updatingFiles(str) {
888 900
             layer.open({

Разница между файлами не показана из-за своего большого размера
+ 963 - 936
WebUI/CallCenterWeb.UI/Business/WorkYCS.html


Разница между файлами не показана из-за своего большого размера
+ 964 - 937
WebUI/CallCenterWeb.UI/Business/WorkYSQTH.html


Разница между файлами не показана из-за своего большого размера
+ 964 - 938
WebUI/CallCenterWeb.UI/Business/WorkYSQYS.html


+ 10 - 1
WebUI/CallCenterWeb.UI/Business/WorkYSSH.html

@@ -920,7 +920,16 @@
920 920
                 area: ['60%', '80%'], //宽高
921 921
             });
922 922
         }
923
-
923
+        //备注
924
+        function remarks(str) {
925
+            layer.open({
926
+                type: 2,
927
+                content: "../CommonHtml/remarks.html?wid=" + str, //iframe的url,no代表不显示滚动条
928
+                title: '备注',
929
+                area: ['60%', '45%'], //宽高
930
+            });
931
+        }
932
+        
924 933
         $('.Appeal').click(function () {
925 934
             layer.open({
926 935
                 type: 2,

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/jiaoban.html

@@ -331,7 +331,7 @@
331 331
                             $("#startTime").val(lTime + " 17:00:00");
332 332
                             var dateArr = lTime.split("-")
333 333
                             var str = "请你单位具体办理,并自接件后24小时内先与反映人取得联系(匿名除外),后续办理情况于" + dateArr[1] + "月" +
334
-                                dateArr[2] + "日前回复市长热线平台。扫描件经单位行政正职签字并加盖公章后,后续上传至平台。"
334
+                                dateArr[2] + "日 17:00:00前回复市长热线平台。扫描件经单位行政正职签字并加盖公章后,后续上传至平台。"
335 335
                             $("#assignedopinion").val(str)
336 336
                         }
337 337
                         $(".gdbhs").text(content.data[0].F_WorkOrderId); //工单

+ 69 - 0
WebUI/CallCenterWeb.UI/CommonHtml/remarks.html

@@ -0,0 +1,69 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+	<head>
5
+		<meta charset="UTF-8">
6
+		<script src="../Script/Common/huayi.load.js"></script>
7
+		<script src="../Script/Common/huayi.config.js"></script>
8
+		<link href="../css/layer/need/layer.css" />
9
+		<link rel="stylesheet" href="../css/init.css" />
10
+		<title>备注</title>
11
+		<style>
12
+			
13
+			.remarksContent{
14
+				width: 90%;
15
+				margin: 0 auto;
16
+			}
17
+			.remarksContent th.Importent{
18
+				width: 14%;
19
+				text-align: left;
20
+			}
21
+		</style>
22
+	</head>
23
+
24
+	<body>
25
+		<div class="Common remarksContent">
26
+			<table>
27
+				<tr>
28
+					<th class="Importent">备注内容:</th>
29
+					<td colspan="2"><textarea data-adaptheight id="remarksOpinion" name="" rows="6" cols=""></textarea></td>
30
+				</tr>
31
+			</table>
32
+			<div class="btn_box">
33
+				<button class="remarksBtn btns">保存</button>
34
+			</div>
35
+		</div>
36
+		<script src="../css/laydate/laydate.js"></script>
37
+		<script src="../js/adjustHeight.js"></script>
38
+		<script>
39
+			var wid = helper.request.queryString("wid");
40
+			$(document).ready(function() {
41
+
42
+            })
43
+            
44
+            $(".remarksBtn").click(function(){
45
+                remarksSubmit();
46
+            })
47
+
48
+			//备注
49
+			function remarksSubmit() {
50
+				$.post(huayi.config.callcenter_url + 'WorkOrder/UpdateRemarks', {
51
+					workorderid: wid,//工单号
52
+					workRemarks: $('#remarksOpinion').val(),//备注内容
53
+					"token": $.cookie("token")
54
+				}, function(result) {
55
+					result = JSON.parse(result);
56
+					if(result.state.toLowerCase() == "success") {
57
+						var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
58
+	                    parent.layer.close(index); //再执行关闭
59
+					  	//debugger;
60
+					  	parent.loadOld();
61
+					  	parent.layer.msg("操作成功");
62
+					}
63
+				})
64
+			}
65
+            
66
+		</script>
67
+	</body>
68
+
69
+</html>

+ 3 - 2
WebUI/CallCenterWeb.UI/Script/Common/huayi.config.js

@@ -2,8 +2,8 @@
2 2
     var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-    callcenter_url: "http://47.92.87.176:8889/",// 正式环境
6
-//  callcenter_url: "http://192.168.8.9:1039/",//生产环境
5
+//  callcenter_url: "http://47.92.87.176:8889/",// 正式环境
6
+    callcenter_url: "http://192.168.8.9:1039/",//生产环境
7 7
     socket_ip: "192.168.5.7",//ip
8 8
     socket_port: "8081",//端口
9 9
     menuworktime: 30000,//菜单工单数量刷新间隔
@@ -45,6 +45,7 @@ huayi.config = {
45 45
                 "<a class='xg' onclick='gdhc(data)' title='回传'>回传</a>", //界定审核
46 46
                 "<a class='xg' onclick='editProcessingResult(data)' title='编辑办理'>编辑办理</a>", //界定审核
47 47
                 "<a class='xg' onclick='updatingFiles(data)' title='扫描件上传'>扫描件上传</a>", //附件上传
48
+                "<a class='xg' onclick='remarks(data)' title='备注'>备注</a>", //备注
48 49
 			],
49 50
 	 kapArr :["<a class='xg' onclick='goDetail(data,data_id)' title='查看'>查看</a>",
50 51
 				"<a class='xg' onclick='goEdit(data,data_id)' title='编辑'>编辑</a>",