Kaynağa Gözat

Merge branch 'master' of http://192.168.1.222:3000/zhoufan/SQ12345_Web

zhengbingbing 6 yıl önce
ebeveyn
işleme
7b2016aa5a

+ 19 - 3
WebSite/comment/ComFooter.html

@@ -1,6 +1,22 @@
1 1
 <div class="navcon_box footerbox ">
2
-	<div>Copyright &copy;2017-2018 商丘12345政府服务热线版权所有 All Rights Reserved.</div>
3
-	<div>备案号:
4
-		<a href="http://www.miitbeian.gov.cn/" target="_blank" rel="nofollow">豫ICP备17038817号</a>
2
+	<div>
3
+		版权所有:商丘12345政府服务热线&nbsp;
4
+		主办单位:商丘市行政服务中心&nbsp;
5
+	<div>
6
+		备案号:
7
+		<a href="http://beian.miit.gov.cn/state/outPortal/loginPortal.action" target="_blank" rel="nofollow">
8
+			豫ICP备17038817号
9
+		</a>&nbsp;
10
+		豫公网安备:
11
+		<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41140302000062" target="_blank" rel="nofollow">
12
+			41140302000062号
13
+		</a>&nbsp;
14
+		 网站标识码:4114000043
15
+	</div>
16
+	<div>
17
+		运维电话:(0370)2112345&nbsp;
18
+		传真:(0370)2112345&nbsp;
19
+		邮编:476000&nbsp;
20
+		地址:河南省商丘市睢阳区南京东路133号&nbsp;
5 21
 	</div>
6 22
 </div>

+ 21 - 3
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -100,10 +100,25 @@
100 100
                         <th class="Importent">事件地址:</th>
101 101
                         <td colspan="7">
102 102
                             <select class="select_" id="sourcearea"></select>
103
-                            <input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:66%" />
104 103
                         </td>
105 104
                     </tr>
106 105
                     <tr>
106
+                    	<th class="Importent"></th>
107
+                        <td colspan="7">
108
+                        	<input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:50%; padding-left: 15px;" />
109
+                    	</td>
110
+                    </tr>
111
+                    <tr>
112
+                        <th class="Importent"></th>
113
+                        <td colspan="7">
114
+                        	<div style="width:710px">
115
+				                <div id="myMap" style="width:100%;height:400px;"></div>
116
+				                <input type="hidden" class="store_Lng" value="115.659773"/>
117
+        						<input type="hidden" class="store_Lat" value="34.395449" />
118
+				            </div>
119
+                    	</td>
120
+                    </tr>
121
+                    <tr>
107 122
                         <th>附件上传:</th>
108 123
                         <td colspan="7">
109 124
                             <div class="fileBox"></div>
@@ -154,7 +169,7 @@
154 169
                         </td>
155 170
                         <th>紧急程度:</th>
156 171
                         <td>
157
-                            <select class="select_" id="level">
172
+                            <select class="select_" id="level"> 
158 173
                                 <!--<option value="0">选择</option>-->
159 174
                                 <option value="1">普通</option>
160 175
                                 <option value="2">紧急</option>
@@ -166,12 +181,13 @@
166 181
                     <button class="btns BC">保存</button>
167 182
                     <button class="btns SavedSubmit">保存并提交</button>
168 183
                 </div>
169
-
170 184
             </div>
171 185
         </div>
172 186
     </div>
187
+    <script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
173 188
     <script src="../css/laydate/laydate.js"></script>
174 189
     <script src="../js/adjustHeight.js"></script>
190
+    <script src="../js/appeal/index.js"></script>
175 191
     <script>
176 192
         var submit;
177 193
         $(document).ready(function () {
@@ -246,6 +262,8 @@
246 262
                         files: $("#file").val(), //(多个用英文逗号,隔开)
247 263
                         sourcearea: $("#sourcearea").val(), //=事发地域id
248 264
                         sourceaddress: $('#sourceaddress').val(), //=事发详细地址
265
+                        longitude: $('.store_Lng').val(),
266
+                        latitude: $('.store_Lat').val(),
249 267
                         source: $("#source").val(), //=来源
250 268
                         isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
251 269
                         result: $('#result').val(),

+ 72 - 45
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -87,10 +87,25 @@
87 87
                         <th class="Importent">事件地址:</th>
88 88
                         <td colspan="7">
89 89
                             <select class="select_" id="sourcearea"></select>
90
-                            <input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:66%" />
91 90
                         </td>
92 91
                     </tr>
93 92
                     <tr>
93
+                    	<th class="Importent"></th>
94
+                        <td colspan="7">
95
+                        	<input id="sourceaddress" type="text" placeholder="输入详细地址" style="width:50%; padding-left: 15px;" />
96
+                    	</td>
97
+                    </tr>
98
+                    <tr>
99
+                        <th class="Importent"></th>
100
+                        <td colspan="7">
101
+                        	<div style="width:710px">
102
+				                <div id="myMap" style="width:100%;height:400px;"></div>
103
+				                <input type="hidden" class="store_Lng" value="115.659773"/>
104
+        						<input type="hidden" class="store_Lat" value="34.395449"/>
105
+				            </div>
106
+                    	</td>
107
+                    </tr>
108
+                    <tr>
94 109
                         <th>附件上传:</th>
95 110
                         <td colspan="7">
96 111
                             <div class="fileBox">
@@ -159,12 +174,13 @@
159 174
             </div>
160 175
         </div>
161 176
     </div>
177
+    <script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
162 178
     <script src="../css/laydate/laydate.js"></script>
163 179
     <script src="../js/adjustHeight.js"></script>
180
+    <script src="../js/appeal/index.js"></script>
164 181
     <script>
165 182
         var wid = helper.request.queryString("wid");
166 183
         var submit;
167
-
168 184
         $(document).ready(function () {
169 185
             QY($("#sourcearea"));
170 186
             LY($("#source"));
@@ -178,7 +194,6 @@
178 194
                 } else {
179 195
                     $(".Nows_box").hide();
180 196
                 }
181
-
182 197
             })
183 198
             $(".BC").click(function () {
184 199
                 submit = 0;
@@ -200,50 +215,62 @@
200 215
                 Add()
201 216
             })
202 217
             if (wid) {
203
-                $.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetWorkOrder', {
204
-                    workorderid: wid,
205
-                    "token": $.cookie("token")
206
-                }, function (result) {
207
-                    if (result.state.toLowerCase() == "success") {
208
-                        var Data = result.data.data;
209
-                        $("#cusname").val(Data[0].F_CusName);
210
-                        $("#cusphone").val(Data[0].F_CusPhone);
211
-                        $("#conphone").val(Data[0].F_ConPhone);
212
-                        $("#title").val(Data[0].F_ComTitle);
213
-                        $('#content').val(Data[0].F_ComContent);
214
-                        $('#email').val(Data[0].F_Email);
215
-                        $("#zipcode").val(Data[0].F_ZipCode);
216
-                        $("#result").val(Data[0].F_Result);
217
-                        //x性别
218
-                        $("#SEX").val(Data[0].F_CusSex + '');
219
-                        //来源
220
-                        $("#source").val(Data[0].F_InfoSource + '');
221
-                        //事件地址
222
-                        $("#sourcearea").val(Data[0].F_SourceArea + '');
223
-                        //主题词
224
-                        $("#keys").val(Data[0].F_Key + '');
225
-                        //类型
226
-                        $("#type").val(Data[0].F_InfoType + '');
227
-                        //紧急程度
228
-                        $("#level").val(Data[0].F_Level + '');
229
-                        if (Data[0].F_IsResult == 1) {
230
-                            $(".Nows_box").toggle();
218
+            	$.ajax({
219
+                    type: "get",
220
+                    url: huayi.config.callcenter_url + "WorkOrder/GetWorkOrder",
221
+                    dataType: 'json',
222
+                    async: false,
223
+                    data: {
224
+                    	workorderid: wid,
225
+                    	token: $.cookie("token")
226
+                    },
227
+                    success: function (data) {
228
+                        if (data.state.toLowerCase() == "success") {
229
+                            var Data = data.data.data;
230
+	                        $("#cusname").val(Data[0].F_CusName);
231
+	                        $("#cusphone").val(Data[0].F_CusPhone);
232
+	                        $("#conphone").val(Data[0].F_ConPhone);
233
+	                        $("#title").val(Data[0].F_ComTitle);
234
+	                        $('#content').val(Data[0].F_ComContent);
235
+	                        $('#email').val(Data[0].F_Email);
236
+	                        $("#zipcode").val(Data[0].F_ZipCode);
237
+	                        $("#result").val(Data[0].F_Result);
238
+	                        $(".store_Lng").val(Data[0].F_Longitude);
239
+	                        $(".store_Lat").val(Data[0].F_Latitude);
240
+	                        //x性别
241
+	                        $("#SEX").val(Data[0].F_CusSex + '');
242
+	                        //来源
243
+	                        $("#source").val(Data[0].F_InfoSource + '');
244
+	                        //事件地址
245
+	                        $("#sourcearea").val(Data[0].F_SourceArea + '');
246
+	                        //主题词
247
+	                        $("#keys").val(Data[0].F_Key + '');
248
+	                        //类型
249
+	                        $("#type").val(Data[0].F_InfoType + '');
250
+	                        //紧急程度
251
+	                        $("#level").val(Data[0].F_Level + '');
252
+	                        if (Data[0].F_IsResult == 1) {
253
+	                            $(".Nows_box").toggle();
254
+	                        }
255
+	                        $(' input[name="mj"][value="' + Data[0].F_IsProtect + '"]').prop("checked", "checked");
256
+	                        $(' input[name="banli"][value="' + Data[0].F_IsResult + '"]').prop("checked", "checked");
257
+	                        $('#sourceaddress').val(Data[0].F_SourceAddress);
258
+	                        $('.F_FinalOpinion').val(Data[0].F_FinalOpinion);
259
+	                        $(Data[0].File).each(function (k, q) {
260
+	                            var strs = '<span class="files" fiel-num="' + q.F_FileId + '">' + q.F_FileName.substring(19) + '<i class="fa fa-remove del_file"></i></span>'
261
+	                            $(strs).appendTo($('.fileBox')).find('.del_file').click(function (event) {
262
+	                                event.stopPropagation();
263
+	                                $(this).parent().remove();
264
+	                                file_num()
265
+	                            })
266
+	                            file_num()
267
+	                        })
231 268
                         }
232
-                        $(' input[name="mj"][value="' + Data[0].F_IsProtect + '"]').prop("checked", "checked");
233
-                        $(' input[name="banli"][value="' + Data[0].F_IsResult + '"]').prop("checked", "checked");
234
-                        $('#sourceaddress').val(Data[0].F_SourceAddress);
235
-                        $('.F_FinalOpinion').val(Data[0].F_FinalOpinion);
236
-                        $(Data[0].File).each(function (k, q) {
237
-                            var strs = '<span class="files" fiel-num="' + q.F_FileId + '">' + q.F_FileName.substring(19) + '<i class="fa fa-remove del_file"></i></span>'
238
-                            $(strs).appendTo($('.fileBox')).find('.del_file').click(function (event) {
239
-                                event.stopPropagation();
240
-                                $(this).parent().remove();
241
-                                file_num()
242
-                            })
243
-                            file_num()
244
-                        })
269
+
245 270
                     }
246
-                })
271
+                });
272
+            	
273
+               
247 274
 
248 275
             }
249 276
         });

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

@@ -157,6 +157,16 @@
157 157
 									</td>
158 158
 								</tr>
159 159
 								<tr>
160
+			                        <th class="Importent"></th>
161
+			                        <td colspan="7">
162
+			                        	<div style="width:710px">
163
+							                <div id="myMap" style="width:100%;height:400px;"></div>
164
+							                <input type="hidden" class="store_Lng" value="115.659773"/>
165
+			        						<input type="hidden" class="store_Lat" value="34.395449" />
166
+							            </div>
167
+			                    	</td>
168
+			                    </tr>
169
+								<tr>
160 170
 									<th>类型:</th>
161 171
 									<td>
162 172
 										<span class="LX"></span>
@@ -494,7 +504,8 @@
494 504
 				</div>
495 505
 			</div>
496 506
 		</div>
497
-
507
+		<script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
508
+		<script src="../js/appeal/mapDeti.js"></script>
498 509
 		<script>
499 510
 			var wid = helper.request.queryString("wid");
500 511
 			$(document).ready(function() {
@@ -529,10 +540,17 @@
529 540
 				});
530 541
 
531 542
 				function load() {
532
-					$.getJSON(huayi.config.callcenter_url + 'WorkOrder/GetWorkOrder', {
533
-						workorderid: wid,
534
-						"token": $.cookie("token")
535
-					}, function(result) {
543
+					$.ajax({
544
+	                    type: "get",
545
+	                    url: huayi.config.callcenter_url + "WorkOrder/GetWorkOrder",
546
+	                    dataType: 'json',
547
+	                    async: false,
548
+	                    data: {
549
+	                    	workorderid: wid,
550
+	                    	token: $.cookie("token")
551
+	                    },
552
+	                    success: function (result) {
553
+						
536 554
 						if(result.state.toLowerCase() == "success") {
537 555
 							var Data = result.data.data;
538 556
 							var State = Data[0].F_WorkState;
@@ -545,6 +563,8 @@
545 563
 							$(".F_ComTitle").text(Data[0].F_ComTitle);
546 564
 							$('.F_ComContent').text(Data[0].F_ComContent);
547 565
 							$('.F_SourceAddress').text(Data[0].F_SourceAddress);
566
+							$(".store_Lng").val(Data[0].F_Longitude);
567
+	                        $(".store_Lat").val(Data[0].F_Latitude);
548 568
 							$('.F_FinalOpinion').text(Data[0].F_FinalOpinion);
549 569
 							$('.LRSJ').text(Data[0].F_CreateTime); //录入时间
550 570
 							$('.submitTime').text(Data[0].F_SubmitTime); //提交时间
@@ -935,6 +955,8 @@
935 955
 							})
936 956
 
937 957
 						}
958
+					
959
+						}
938 960
 					})
939 961
 				}
940 962
 

+ 33 - 33
WebUI/CallCenterWeb.UI/Script/Common/huayi.http.js

@@ -412,42 +412,42 @@ helper.getDropList = {
412 412
     },
413 413
 
414 414
     //区县,主干道、乡镇,路社区村三级联动(目前在来电弹屏中使用)
415
-    getLocations: function (obj, obj1, obj2) {
415
+    getLocations: function (obj) {
416 416
         var dtd = $.Deferred(); //在函数内部,新建一个Deferred对象
417 417
         helper.getDropList.getAreas(obj, 0).then(function () {
418 418
             //主干道、乡镇
419
-            obj.change(function () {
420
-                if (obj.find("option:selected").val() != 0) {
421
-                    helper.getDropList.getAreas(obj1, obj.find("option:selected").val());
422
-                } else {
423
-                    obj1.empty();
424
-                    obj1.append('<option selected="selected" value="0">请选择</option>');
425
-                    $('#sourceaddress').val('');
426
-                }
427
-                obj1.trigger('change');
428
-            });
429
-
430
-            //路社区村
431
-            obj1.change(function () {
432
-                if (obj1.find("option:selected").val() != 0) {
433
-                    helper.getDropList.getAreas(obj2, obj1.find("option:selected").val());
434
-                    $('#sourceaddress').val(obj1.find("option:selected").text());
435
-                } else if (obj.find("option:selected").val() != 0) {
436
-                    obj2.empty();
437
-                    obj2.append('<option selected="selected" value="0">请选择</option>');
438
-                    $('#sourceaddress').val('');
439
-                }
440
-                obj2.trigger('change');
441
-            });
442
-
443
-            obj2.change(function () {
444
-                if (obj2.find("option:selected").val() != 0) {
445
-                    $('#sourceaddress').val(obj1.find("option:selected").text() + obj2.find("option:selected").text());
446
-                } else if (obj1.find("option:selected").val() != 0) {
447
-                    $('#sourceaddress').val(obj1.find("option:selected").text());
448
-                }
449
-                dtd.resolve(); // 改变Deferred对象的执行状态
450
-            });
419
+//          obj.change(function () {
420
+//              if (obj.find("option:selected").val() != 0) {
421
+//                  helper.getDropList.getAreas(obj1, obj.find("option:selected").val());
422
+//              } else {
423
+//                  obj1.empty();
424
+//                  obj1.append('<option selected="selected" value="0">请选择</option>');
425
+//                  $('#sourceaddress').val('');
426
+//              }
427
+//              obj1.trigger('change');
428
+//          });
429
+//
430
+//          //路社区村
431
+//          obj1.change(function () {
432
+//              if (obj1.find("option:selected").val() != 0) {
433
+//                  helper.getDropList.getAreas(obj2, obj1.find("option:selected").val());
434
+//                  $('#sourceaddress').val(obj1.find("option:selected").text());
435
+//              } else if (obj.find("option:selected").val() != 0) {
436
+//                  obj2.empty();
437
+//                  obj2.append('<option selected="selected" value="0">请选择</option>');
438
+//                  $('#sourceaddress').val('');
439
+//              }
440
+//              obj2.trigger('change');
441
+//          });
442
+//
443
+//          obj2.change(function () {
444
+//              if (obj2.find("option:selected").val() != 0) {
445
+//                  $('#sourceaddress').val(obj1.find("option:selected").text() + obj2.find("option:selected").text());
446
+//              } else if (obj1.find("option:selected").val() != 0) {
447
+//                  $('#sourceaddress').val(obj1.find("option:selected").text());
448
+//              }
449
+//              dtd.resolve(); // 改变Deferred对象的执行状态
450
+//          });
451 451
 
452 452
         });
453 453
 

BIN
WebUI/CallCenterWeb.UI/img/map_nav.png


+ 99 - 34
WebUI/CallCenterWeb.UI/index.html

@@ -977,6 +977,15 @@
977 977
         .source_area input[type="text"]{
978 978
         	width: 392px;
979 979
         }
980
+        .source_area{
981
+        	position: relative;
982
+        }
983
+        .source_area img{
984
+        	display: inline;
985
+        	width: 15px;
986
+        	margin-left: 10px;
987
+        	margin-top: -5px;
988
+        }
980 989
         /*转县级*/
981 990
         .hw_through p select{
982 991
         	height: 19px;
@@ -1032,6 +1041,58 @@
1032 1041
         	background: #048aad;
1033 1042
         	color: #FFFFFF;
1034 1043
         }
1044
+        .mapPos{
1045
+        	margin-top: 75px;
1046
+        	margin-left: 83px;
1047
+        	/*position: fixed;
1048
+			top: 0;
1049
+			left: 0;
1050
+			right: 0;
1051
+			bottom: 0;
1052
+			margin: auto;
1053
+			display: none;
1054
+			z-index: 3333;*/
1055
+        }
1056
+        /*.mapBJ{
1057
+        	position: fixed;
1058
+			top: 0;
1059
+			left: 0;
1060
+			right: 0;
1061
+			bottom: 0;
1062
+			margin: auto;
1063
+			display: none;
1064
+			z-index: 333;
1065
+			background: #000000;
1066
+			filter:alpha(opacity=50);  
1067
+		    -moz-opacity:0.5;  
1068
+		    -khtml-opacity: 0.5;  
1069
+		    opacity: 0.5;  
1070
+        }*/
1071
+       .reposit{
1072
+			-moz-border-radius: 20px; 
1073
+			-webkit-border-radius: 20px; 
1074
+			border-radius: 20px; 
1075
+			position:absolute; 
1076
+			background:#00a1cb; 
1077
+			color: #FFFFFF;
1078
+			z-index:2; 
1079
+			width:40px; 
1080
+			height:40px; 
1081
+			line-height: 40px;
1082
+			text-align: center;
1083
+			right: 5px;
1084
+			top: 20px;
1085
+       }
1086
+       .repoConte{
1087
+       		position: absolute;
1088
+       		left:220px;
1089
+       		top: 727px;
1090
+       		display: none;
1091
+       		width: 1200px;
1092
+       		background: #FFFFFF;
1093
+       		height: 300px;
1094
+       		overflow-y: scroll;
1095
+       }
1035 1096
     </style>
1036 1097
 </head>
1037 1098
 
@@ -1277,22 +1338,20 @@
1277 1338
         <!--右侧边栏开始-->
1278 1339
         <div id="right-sidebar">
1279 1340
             <div class="sidebar-container">
1280
-
1281 1341
                 <ul class="nav nav-tabs navs-3 right-tab">
1282
-
1283 1342
                     <li class="active">
1284 1343
                         <a data-toggle="tab" href="#tab-1">
1285 1344
                             <!--<i class="fa fa-gear"></i>-->
1286
-                            未读
1345
+                            	未读
1287 1346
                         </a>
1288 1347
                     </li>
1289 1348
                     <li class="">
1290 1349
                         <a data-toggle="tab" href="#tab-2">
1291
-                            已读
1350
+                           	 已读
1292 1351
                         </a>
1293 1352
                     </li>
1294 1353
                     <!--<li><a data-toggle="tab" href="#tab-3">
1295
-                          全部
1354
+                          	全部
1296 1355
                     </a>
1297 1356
                     </li>-->
1298 1357
                 </ul>
@@ -1472,7 +1531,8 @@
1472 1531
             <div class="ld-sercon">
1473 1532
                 <div class="complain" style="display:block;">
1474 1533
                     <div class="ld-sercon-con clearfix">
1475
-                        <div class="Pre-second second-con addgd">
1534
+                        <div class="Pre-second second-con addgd" style="position: relative;">
1535
+                        	<div class="reposit">知</div>
1476 1536
                             <form>
1477 1537
                                 <div class="form-group dicValueList clearfix" id="dicValueList">
1478 1538
                                     <span class="col-sm-1 Import">
@@ -1561,15 +1621,16 @@
1561 1621
                                                 <option value="2">紧急</option>
1562 1622
                                             </select>
1563 1623
                                         </span>
1564
-                                    </div>
1565
-                                    <div class="form-group clearfix">
1566 1624
                                         <span class="col-sm-1 Import">
1567
-                                            主题词:
1625
+                                        	主题词:
1568 1626
                                         </span>
1569 1627
                                         <span class="col-sm-3">
1570 1628
                                             <!-- <input type="text" style="width:100%;"  id="keys"/>-->
1571 1629
                                             <select name="" id="keys"></select>
1572 1630
                                         </span>
1631
+                                    </div>
1632
+                                    <div class="form-group clearfix">
1633
+                                       
1573 1634
                                         <span class="col-sm-1">
1574 1635
                                            	 事发区域:
1575 1636
                                         </span>
@@ -1577,14 +1638,15 @@
1577 1638
                                             <select name="sourcearea" id="sourcearea">
1578 1639
                                                 <option value="0">请选择</option>
1579 1640
                                             </select>
1580
-                                            <select name="sourcearea" id="sourcetown">
1581
-                                                <option value="0">请选择</option>
1582
-                                            </select>
1583
-                                            <select name="sourcearea" id="sourcecounty">
1584
-                                                <option value="0">请选择</option>
1585
-                                            </select>
1641
+                                            <img src="img/map_nav.png"/>
1586 1642
                                             <input id="sourceaddress" type="text" placeholder="输入详细地址" />
1587 1643
                                         </span>
1644
+                                        <div class="mapBJ" style="width:100%; height:100%"></div>
1645
+                                        <div class="mapPos" style="width:710px; height:400px;">
1646
+							                <div id="myMap" style="width:710px; height:400px;"></div>
1647
+							                <input type="hidden" class="store_Lng" value="115.659773"/>
1648
+			        						<input type="hidden" class="store_Lat" value="34.395449" />
1649
+							            </div>
1588 1650
                                     </div>
1589 1651
                                     <div class="form-group clearfix">
1590 1652
                                         <span class="col-sm-1">
@@ -1682,28 +1744,30 @@
1682 1744
                 </div>
1683 1745
 
1684 1746
             </div>
1685
-            <!--右侧下方内容区-->
1686
-            <div class="ldcr-bottom" style="margin-top:10px;">
1687
-                <div class="ldcrb-top clearfix">
1688
-                    <ul class="clearfix">
1689
-                        <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
1690
-                        <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
1691
-                    </ul>
1692
-                    <div class="ld-search">
1693
-                        <div class="sear-inp">
1694
-                            <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
1695
-                        </div>
1696
-                        <div class="searIcon">
1697
-                        </div>
1698
-                    </div>
1747
+            
1748
+        </div>
1749
+    </div>
1750
+    <!--来电弹屏结束-->
1751
+    
1752
+    <!--知识库内容-->
1753
+    <div class="ldcr-bottom repoConte">
1754
+        <div class="ldcrb-top clearfix">
1755
+            <ul class="clearfix">
1756
+                <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
1757
+                <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
1758
+            </ul>
1759
+            <div class="ld-search">
1760
+                <div class="sear-inp">
1761
+                    <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
1699 1762
                 </div>
1700
-                <div class="detail-con">
1701
-                    <ul></ul>
1763
+                <div class="searIcon">
1702 1764
                 </div>
1703 1765
             </div>
1704 1766
         </div>
1767
+        <div class="detail-con">
1768
+            <ul></ul>
1769
+        </div>
1705 1770
     </div>
1706
-    <!--来电弹屏结束-->
1707 1771
     <!--外呼键盘-->
1708 1772
     <div class="WH animated fadeInDown hidens">
1709 1773
         <!--top-->
@@ -2112,8 +2176,8 @@
2112 2176
 			<input type="hidden " class="hidnum " />
2113 2177
 		</div>
2114 2178
     <!--在线客服结束-->
2115
-<input type="hidden" id="cqorder" />
2116
-
2179
+	<input type="hidden" id="cqorder" />
2180
+	<script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
2117 2181
     <script src="./js/plugins/cropper/cropper.min.js"></script>
2118 2182
     <script src="./js/jquery.md5.js"></script>
2119 2183
     <script src="./css/laydate/laydate.js"></script>
@@ -2123,6 +2187,7 @@
2123 2187
     <script src="./js/main.js?v=2.0"></script>
2124 2188
     <script src="./js/chat.js"></script>
2125 2189
     <script src="./js/index.js?v=2.0"></script>
2190
+    <script src="./js/appeal/mapIndex.js"></script>
2126 2191
     <script src="./js/plugins/metisMenu/jquery.metisMenu.js"></script>
2127 2192
     <script src="./js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
2128 2193
     <script src="./js/hplus.min.js?v=4.1.0"></script>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 291 - 0
WebUI/CallCenterWeb.UI/js/appeal/index.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 292 - 0
WebUI/CallCenterWeb.UI/js/appeal/mapDeti.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 297 - 0
WebUI/CallCenterWeb.UI/js/appeal/mapIndex.js


+ 12 - 3
WebUI/CallCenterWeb.UI/js/index.js

@@ -64,6 +64,7 @@ $(document).ready(function () {
64 64
         $('.ldtp-con').removeClass('fadeInDown');
65 65
         $('.ldtp-con').addClass('fadeOutUp');
66 66
         $('.ldtp-con').css("display", "none");
67
+        $(".repoConte").hide();
67 68
         Clean();
68 69
         obj.Type = "SayFree";
69 70
         Send();
@@ -533,7 +534,13 @@ $(document).ready(function () {
533 534
             //Adds();
534 535
         }
535 536
     })
536
-
537
+	$(".mapBJ").click(function(){
538
+		$(".mapPos").hide();
539
+	  	$(".mapBJ").hide();
540
+	})
541
+	$(".reposit").click(function(){
542
+		$(".repoConte").toggle();
543
+	})
537 544
     //加载知识库
538 545
     loadZSK();
539 546
     //加载左侧导航菜单
@@ -749,7 +756,7 @@ $(document).ready(function () {
749 756
     })
750 757
     //QY($("#sourcearea"));
751 758
     //区县,主干道、乡镇,路社区村三级联动(目前在来电弹屏中使用)
752
-    helper.getDropList.getLocations($('#sourcearea'), $('#sourcetown'), $('#sourcecounty'));
759
+    helper.getDropList.getLocations($('#sourcearea'));
753 760
     LB($("#type"));
754 761
     ZT($("#keys"));
755 762
     //加载来电类型 默认是 已受理并发送id
@@ -873,12 +880,14 @@ function Adds() {
873 880
             title: $("#title").val(),
874 881
             content: $("#content").val(),
875 882
             callid: callid,
876
-            // 						files:$("#file").val(),//(多个用英文逗号,隔开)
883
+            //files:$("#file").val(),//(多个用英文逗号,隔开)
877 884
             sourcearea: $("#sourcearea").val(), //=事发地域id
878 885
             sourceaddress: $('#sourceaddress').val(), //=事发详细地址
879 886
             source: 1, //=来源
880 887
             isresult: $(' input[name="banli"]:checked ').val(), //=(0转办1直办)
881 888
             result: $('#result').val(),
889
+            longitude: $('.store_Lng').val(),
890
+            latitude: $('.store_Lat').val(),
882 891
             keys: $("#keys").val(), //=关键词id(多个用英文逗号,隔开)				
883 892
             type: $("#type").val(), //=类型			
884 893
             isprotect: $(' input[name="mj"]:checked ').val(), //=(0普通1保密)

+ 3 - 1
WebUI/CallCenterWeb.UI/js/main.js

@@ -260,7 +260,7 @@ function IncomingBack(data) {
260 260
     $(".ldtime").text(getNowFormatDate());
261 261
     $(".thsc").text("00:00");
262 262
     $(".hidCallID").val(data.CallID);
263
-
263
+	debugger
264 264
     //获取电话所属地
265 265
     $.getJSON(huayi.config.callcenter_url + 'CallInScreen/GetPhoneLocation', {
266 266
         "tel": $(".hidTel").val(),
@@ -390,6 +390,7 @@ function LineStateAgentBack(data) {
390 390
         }
391 391
     }
392 392
     if (data.State == '6') {
393
+    	debugger
393 394
         $(".hwzt").text('通话中'); //左下角状态显示
394 395
         $(".fwzt").removeClass("bl").addClass("br");
395 396
         $(".zxzt").removeClass("bl").addClass("br");
@@ -650,6 +651,7 @@ function RecordPathBack(data) {
650 651
 //在线坐席信息
651 652
 function GetAgentListBack(data) {
652 653
     console.log(data)
654
+    debugger
653 655
     $.ajax({
654 656
         type: "get",
655 657
         url: huayi.config.callcenter_url + "SeatMonitoring/GetAgentList",