Bladeren bron

商丘12345,公式,后台残留,微信代码提交

miaofuhao 6 jaren geleden
bovenliggende
commit
795602df65

+ 1 - 0
WebChart/Script/Common/huayi.config.js

3
 }
3
 }
4
 huayi.config = {
4
 huayi.config = {
5
     callcenter_url: "http://192.168.4.18:4010/",//生产环境
5
     callcenter_url: "http://192.168.4.18:4010/",//生产环境
6
+    callcenter_data: "http://192.168.4.18:4032/",//市县选择
6
 // callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
7
 // callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
7
     //callcenter_url: "http://localhost:63662/"//测试环境
8
     //callcenter_url: "http://localhost:63662/"//测试环境
8
 
9
 

+ 8 - 7
WebChart/css/index.css

273
 }
273
 }
274
 
274
 
275
 .orderStatistic>div>ul li {
275
 .orderStatistic>div>ul li {
276
-	height: 100px;
276
+	height: 120px;
277
 	width: 235px;
277
 	width: 235px;
278
 	background: url(../img/num_frame.png) no-repeat center;
278
 	background: url(../img/num_frame.png) no-repeat center;
279
 	background-size: 100%;
279
 	background-size: 100%;
283
 	width: 80px;
283
 	width: 80px;
284
 	height: 80px;
284
 	height: 80px;
285
 	padding-left: 10px;
285
 	padding-left: 10px;
286
-	padding-top: 10px;
286
+	padding-top: 20px;
287
 	display: inline-block;
287
 	display: inline-block;
288
 	vertical-align: middle;
288
 	vertical-align: middle;
289
 }
289
 }
293
 	vertical-align: middle;
293
 	vertical-align: middle;
294
 	font-size: 14px;
294
 	font-size: 14px;
295
 	color: #02d0ee;
295
 	color: #02d0ee;
296
+	margin-top: 20px;
296
 }
297
 }
297
 
298
 
298
 .slideCon_bg>div>ul li .num_word span:nth-of-type(2) {
299
 .slideCon_bg>div>ul li .num_word span:nth-of-type(2) {
1346
 }
1347
 }
1347
 
1348
 
1348
 .orderState>div>ul li {
1349
 .orderState>div>ul li {
1349
-	height: 105px;
1350
+	height: 90px;
1350
 	width: 310px;
1351
 	width: 310px;
1351
 	background: url(../img/stateNum_kuang.png) no-repeat center;
1352
 	background: url(../img/stateNum_kuang.png) no-repeat center;
1352
 	background-size: 100% 100%;
1353
 	background-size: 100% 100%;
1353
-	margin-top: 25px;
1354
+	margin-top: 15px;
1354
 }
1355
 }
1355
 
1356
 
1356
 .orderState>div>ul li.active {
1357
 .orderState>div>ul li.active {
1364
 	color: #fff;
1365
 	color: #fff;
1365
 	position: relative;
1366
 	position: relative;
1366
 	margin-left: 15px;
1367
 	margin-left: 15px;
1367
-	top: 9px;
1368
+	top: 0px;
1368
 }
1369
 }
1369
 
1370
 
1370
 .orderState>div>ul li img {
1371
 .orderState>div>ul li img {
1371
 	width: 50px;
1372
 	width: 50px;
1372
-	height: 62px;
1373
+	height: 55px;
1373
 	padding-left: 20px;
1374
 	padding-left: 20px;
1374
-	padding-top: 19px;
1375
+	padding-top: 17px;
1375
 }
1376
 }
1376
 
1377
 
1377
 .orderState>div>ul li .num_word>p {
1378
 .orderState>div>ul li .num_word>p {

BIN
WebChart/img/num_frame.png


+ 101 - 22
WebChart/index.html

13
 		<link rel="stylesheet" href="plugins/numbergd/globle.css" />
13
 		<link rel="stylesheet" href="plugins/numbergd/globle.css" />
14
 		<link rel="stylesheet" href="css/index.css" />
14
 		<link rel="stylesheet" href="css/index.css" />
15
 		<title>大数据首页</title>
15
 		<title>大数据首页</title>
16
+		<style>
17
+			.trafficVolume .orderCon_right>div{
18
+				height: auto;
19
+			}
20
+			.trafficVolume .orderCon_right{
21
+				position: relative;
22
+			}
23
+			.time_box{
24
+				position: absolute;
25
+			    right: -10px;
26
+			    top: 125px;
27
+			}
28
+			.time_box_four{
29
+				right: 180px;
30
+			    top: 120px;
31
+			    z-index: 1;
32
+			}
33
+			.time_box_leftTh{
34
+				left: 180px;
35
+			    top: 120px;
36
+			    z-index: 1;
37
+			}
38
+			.time_box:before {
39
+			    position: absolute;
40
+			    right: 12px;
41
+			    top: 7px;
42
+			    z-index: 9999999;
43
+			    content: "";
44
+			    height: 0;
45
+			    width: 0;
46
+			    border:none; 
47
+			    /* border-right: 7px solid transparent; */
48
+			    /* border-left: 7px solid transparent; */
49
+			}
50
+			.depart{
51
+				height: 26px;
52
+				line-height: 26px;
53
+			}
54
+		</style>
16
 	</head>
55
 	</head>
17
 
56
 
18
 	<body>
57
 	<body>
44
 		<!--导航栏结束-->
83
 		<!--导航栏结束-->
45
 		<div id="wrap">
84
 		<div id="wrap">
46
 			<div class="swiper-container">
85
 			<div class="swiper-container">
86
+				
47
 				<div class="swiper-wrapper">
87
 				<div class="swiper-wrapper">
88
+					<!--第一屏-->
48
 					<div class="swiper-slide">
89
 					<div class="swiper-slide">
49
 						<div class="orderStatistic slideCon_bg clearfix">
90
 						<div class="orderStatistic slideCon_bg clearfix">
50
 							<p class="slide_title slide_title1"></p>
91
 							<p class="slide_title slide_title1"></p>
91
 										</p>
132
 										</p>
92
 									</li>
133
 									</li>
93
 									<!--<li class="ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.3s" swiper-animate-delay="6.5s">-->
134
 									<!--<li class="ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.3s" swiper-animate-delay="6.5s">-->
94
-									<li>
95
-										<img src="img/num_icon.png" alt="" />
96
-										<p class="num_word">
97
-											<span>睢县</span></br>
98
-											<span>工单数量</span><span class="order_count6" id="sx_count">2389</span>
99
-										</p>
100
-									</li>
135
+									
101
 
136
 
102
 								</ul>
137
 								</ul>
103
 							</div>
138
 							</div>
130
 											<span class="quan quan2 quan2b "></span>
165
 											<span class="quan quan2 quan2b "></span>
131
 											<span class="quan quan3 quan3b "></span>
166
 											<span class="quan quan3 quan3b "></span>
132
 										</div>
167
 										</div>
133
-										<span class="txt txt_MQ">民权</span>
168
+										<span class="txt txt_MQ">民权</span>
134
 									</div>
169
 									</div>
135
 									<div class="quanbgBox quan_SX ani" swiper-animate-effect="showTxt" swiper-animate-duration=".5s" swiper-animate-delay="3.5s">
170
 									<div class="quanbgBox quan_SX ani" swiper-animate-effect="showTxt" swiper-animate-duration=".5s" swiper-animate-delay="3.5s">
136
 										<div class="quanbg">
171
 										<div class="quanbg">
154
 											<span class="quan quan2 quan2b "></span>
189
 											<span class="quan quan2 quan2b "></span>
155
 											<span class="quan quan3 quan3b "></span>
190
 											<span class="quan quan3 quan3b "></span>
156
 										</div>
191
 										</div>
157
-										<span class="txt txt_NL">宁陵</span>
192
+										<span class="txt txt_NL">宁陵</span>
158
 									</div>
193
 									</div>
159
 									<div class="quanbgBox quan_LYQ ani" swiper-animate-effect="showTxt" swiper-animate-duration=".5s" swiper-animate-delay="3.5s">
194
 									<div class="quanbgBox quan_LYQ ani" swiper-animate-effect="showTxt" swiper-animate-duration=".5s" swiper-animate-delay="3.5s">
160
 										<div class="quanbg">
195
 										<div class="quanbg">
190
 											<span class="quan quan2 quan2b "></span>
225
 											<span class="quan quan2 quan2b "></span>
191
 											<span class="quan quan3 quan3b "></span>
226
 											<span class="quan quan3 quan3b "></span>
192
 										</div>
227
 										</div>
193
-										<span class="txt txt_ZC">柘城</span>
228
+										<span class="txt txt_ZC">柘城</span>
194
 									</div>
229
 									</div>
195
 									<div class="quanbgBox quan_YCX ani" swiper-animate-effect="showTxt" swiper-animate-duration=".5s" swiper-animate-delay="3.5s">
230
 									<div class="quanbgBox quan_YCX ani" swiper-animate-effect="showTxt" swiper-animate-duration=".5s" swiper-animate-delay="3.5s">
196
 										<div class="quanbg">
231
 										<div class="quanbg">
233
 
268
 
234
 							<div class="orderCon_right slide_right">
269
 							<div class="orderCon_right slide_right">
235
 								<ul>
270
 								<ul>
271
+									<li>
272
+										<img src="img/num_icon.png" alt="" />
273
+										<p class="num_word">
274
+											<span>睢县</span></br>
275
+											<span>工单数量</span><span class="order_count6" id="sx_count">2389</span>
276
+										</p>
277
+									</li>
236
 									<!--<li class="ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.3s" swiper-animate-delay="4s">-->
278
 									<!--<li class="ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.3s" swiper-animate-delay="4s">-->
237
 									<li>
279
 									<li>
238
 										<img src="img/num_icon.png" alt="" />
280
 										<img src="img/num_icon.png" alt="" />
266
 										</p>
308
 										</p>
267
 									</li>
309
 									</li>
268
 									<!--<li class="ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.3s" swiper-animate-delay="6s">-->
310
 									<!--<li class="ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.3s" swiper-animate-delay="6s">-->
269
-									<li>
311
+									<!--<li>
270
 										<img src="img/num_icon.png" alt="" />
312
 										<img src="img/num_icon.png" alt="" />
271
 										<p class="num_word">
313
 										<p class="num_word">
272
 											<span>永城市</span></br>
314
 											<span>永城市</span></br>
273
 											<span>工单数量</span><span class="order_count4" id="ycs_count">2389</span>
315
 											<span>工单数量</span><span class="order_count4" id="ycs_count">2389</span>
274
 										</p>
316
 										</p>
275
-									</li>
317
+									</li>-->
276
 									
318
 									
277
 									<!--<li class="ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.3s" swiper-animate-delay="6.5s">-->
319
 									<!--<li class="ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.3s" swiper-animate-delay="6.5s">-->
278
-									<li>
320
+									<!--<li>
279
 										<img src="img/num_icon.png" alt="" />
321
 										<img src="img/num_icon.png" alt="" />
280
 										<p class="num_word">
322
 										<p class="num_word">
281
 											<span>当即办理</span></br>
323
 											<span>当即办理</span></br>
282
 											<span>工单数量</span><span class="order_count6"  id="djbl_count">2389</span>
324
 											<span>工单数量</span><span class="order_count6"  id="djbl_count">2389</span>
283
 										</p>
325
 										</p>
284
-									</li>
326
+									</li>-->
285
 
327
 
286
 								</ul>
328
 								</ul>
287
 							</div>
329
 							</div>
292
 					<!--第二屏  工单渠道来源-->
334
 					<!--第二屏  工单渠道来源-->
293
 					<div class="swiper-slide">
335
 					<div class="swiper-slide">
294
 						<div class="orderSource slideCon_bg clearfix">
336
 						<div class="orderSource slideCon_bg clearfix">
337
+							<div class="timeWrap lasttimeWrap timeWrapPosi">
338
+								<div class="time_box pull-right form-inline time_box_four">
339
+									地区选择:
340
+									<select class="areaTwo selects" style="height: 30px;"></select>
341
+								</div>
342
+							</div>
295
 							<p class="slide_title slide_title2"></p>
343
 							<p class="slide_title slide_title2"></p>
296
 							<div class="source_left slide_left">
344
 							<div class="source_left slide_left">
297
 								<ul>
345
 								<ul>
358
 					<!--第三屏  工单类型-->
406
 					<!--第三屏  工单类型-->
359
 					<div class="swiper-slide">
407
 					<div class="swiper-slide">
360
 						<div class="slideCon_bg orderType clearfix">
408
 						<div class="slideCon_bg orderType clearfix">
409
+							<div class="timeWrap lasttimeWrap timeWrapPosi">
410
+								<div class="time_box pull-right form-inline time_box_four">
411
+									地区选择:
412
+									<select class="areaThree selects" style="height: 30px;"></select>
413
+								</div>
414
+							</div>
361
 							<p class="slide_title slide_title3"></p>
415
 							<p class="slide_title slide_title3"></p>
362
 							<div class="orderTtype_Con">
416
 							<div class="orderTtype_Con">
363
 								<ul class="clearfix">
417
 								<ul class="clearfix">
459
 
513
 
460
 					<!--第四屏  工单状态-->
514
 					<!--第四屏  工单状态-->
461
 					<div class="swiper-slide">
515
 					<div class="swiper-slide">
516
+						<div class="timeWrap lasttimeWrap timeWrapPosi">
517
+							<div class="time_box pull-right form-inline time_box_leftTh">
518
+								时间选择:
519
+								<input type="text" id="time2" class="times" />
520
+							</div>
521
+							<div class="time_box pull-right form-inline time_box_four">
522
+								地区选择:
523
+								<select class="areaFour selects" style="height: 30px;"></select>
524
+							</div>
525
+						</div>
462
 						<div class="slideCon_bg orderState clearfix">
526
 						<div class="slideCon_bg orderState clearfix">
463
 							<p class="slide_title slide_title4"></p>
527
 							<p class="slide_title slide_title4"></p>
464
-
465
 							<div class="orderCon_left slide_left">
528
 							<div class="orderCon_left slide_left">
466
 								<ul class="orderState_ul">
529
 								<ul class="orderState_ul">
467
 									<li class="active">
530
 									<li class="active">
486
 										</div>
549
 										</div>
487
 									</li>
550
 									</li>
488
 									<li>
551
 									<li>
552
+										<img src="img/state_YHF.png" alt="" />
553
+										<div class="num_word">
554
+											<p>重办待交办</p>
555
+											<div id="state_cbdjb"></div>
556
+										</div>
557
+									</li>
558
+									<li>
489
 										<img src="img/state_CBZ.png" alt="" />
559
 										<img src="img/state_CBZ.png" alt="" />
490
 										<div class="num_word">
560
 										<div class="num_word">
491
 											<p>重办中</p>
561
 											<p>重办中</p>
530
 									<li>
600
 									<li>
531
 										<img src="img/state_DCS.png" alt="" />
601
 										<img src="img/state_DCS.png" alt="" />
532
 										<div class="num_word">
602
 										<div class="num_word">
603
+											<p>待审核</p>
604
+											<div id="state_dsh"></div>
605
+										</div>
606
+									</li>
607
+									<li>
608
+										<img src="img/state_DCS.png" alt="" />
609
+										<div class="num_word">
533
 											<p>待查收</p>
610
 											<p>待查收</p>
534
 											<div id="state_dcs"></div>
611
 											<div id="state_dcs"></div>
535
 										</div>
612
 										</div>
560
 						<div class="slideCon_bg trafficVolume clearfix">
637
 						<div class="slideCon_bg trafficVolume clearfix">
561
 							<p class="slide_title slide_title5"></p>
638
 							<p class="slide_title slide_title5"></p>
562
 							<div class="orderCon_left slide_left">
639
 							<div class="orderCon_left slide_left">
563
-								<div class="keyW_t">
564
-									投诉关键字
565
-								</div>
566
 								<div class="tagBox">
640
 								<div class="tagBox">
567
 									<div class="tagcloud">
641
 									<div class="tagcloud">
568
 										 <div>
642
 										 <div>
617
 									      </div>
691
 									      </div>
618
 									</div>
692
 									</div>
619
 								</div>
693
 								</div>
620
-								
621
-								
622
 							</div>
694
 							</div>
623
 							<div class="orderCon_right slide_right">
695
 							<div class="orderCon_right slide_right">
696
+								<div class="timeWrap lasttimeWrap timeWrapPosi">
697
+									<div class="time_box pull-right form-inline">
698
+										地区选择:
699
+										<select class="areaFive selects" style="height: 30px;"></select>
700
+									</div>
701
+								</div>
624
 								<div class="right_top">
702
 								<div class="right_top">
625
 									<div id="huawu_tody" style="height: 300px; width: 100%;margin: 0 auto;">
703
 									<div id="huawu_tody" style="height: 300px; width: 100%;margin: 0 auto;">
626
-
704
+										
627
 									</div>
705
 									</div>
628
 								</div>
706
 								</div>
629
 								<div class="right_bottom">
707
 								<div class="right_bottom">
630
 									<div id="jtv_num" style="height: 300px; width: 100%;margin: 0 auto;">
708
 									<div id="jtv_num" style="height: 300px; width: 100%;margin: 0 auto;">
631
-
709
+										
632
 									</div>
710
 									</div>
633
 								</div>
711
 								</div>
634
 							</div>
712
 							</div>
637
 					</div>
715
 					</div>
638
 	
716
 	
639
 				</div>
717
 				</div>
718
+				
640
 				<div class="swiper-button-prev"></div>
719
 				<div class="swiper-button-prev"></div>
641
 				<div class="swiper-pagination"></div>
720
 				<div class="swiper-pagination"></div>
642
 				<div class="swiper-button-next"></div>
721
 				<div class="swiper-button-next"></div>

+ 112 - 13
WebChart/js/index.js

1
+var areaFourVal="";
2
+var dayTime="";
1
 $(function() {
3
 $(function() {
4
+	laydate.render({
5
+		elem: '#time2',
6
+		format: 'yyyy-MM-dd',
7
+		theme: '#114a97',
8
+			done: function(value, date) {
9
+			fourScreen(areaFourVal,value && value.split('-')[2]);
10
+			dayTime=value.split('-')[2];
11
+		}
12
+	});
2
 	var mySwiper = new Swiper('.swiper-container', {
13
 	var mySwiper = new Swiper('.swiper-container', {
3
 		loop: true,
14
 		loop: true,
4
 		autoplay: {
15
 		autoplay: {
157
 
168
 
158
 	//第二屏
169
 	//第二屏
159
 
170
 
160
-	function twoScreen() {
171
+	function twoScreen(areaTwoVal) {
161
 		$.ajax({
172
 		$.ajax({
162
 			type: "get",
173
 			type: "get",
163
 			url: huayi.config.callcenter_url + "info/GetSourceByDate",
174
 			url: huayi.config.callcenter_url + "info/GetSourceByDate",
166
 			data: {
177
 			data: {
167
 				start: myDate.getFullYear() + "-" + turn(myDate.getMonth() + 1) + "-" + turn(myDate.getDate()),
178
 				start: myDate.getFullYear() + "-" + turn(myDate.getMonth() + 1) + "-" + turn(myDate.getDate()),
168
 				end: myDate.getFullYear() + "-" + turn(myDate.getMonth() + 1) + "-" + turn(myDate.getDate()),
179
 				end: myDate.getFullYear() + "-" + turn(myDate.getMonth() + 1) + "-" + turn(myDate.getDate()),
180
+				branchcode:areaTwoVal
169
 			},
181
 			},
170
 			success: function(data) {
182
 			success: function(data) {
171
 				if(data.state.toLowerCase() == 'success') {
183
 				if(data.state.toLowerCase() == 'success') {
208
 
220
 
209
 	//第三屏
221
 	//第三屏
210
 
222
 
211
-	function threeScreen() {
223
+	function threeScreen(areaThreeVal) {
212
 		$.ajax({
224
 		$.ajax({
213
 			type: "get",
225
 			type: "get",
214
 			url: huayi.config.callcenter_url + "Info/GetTypeCountNew",
226
 			url: huayi.config.callcenter_url + "Info/GetTypeCountNew",
227
+			data:{
228
+				branchcode:areaThreeVal
229
+			},
215
 			async: true,
230
 			async: true,
216
 			dataType: 'json',
231
 			dataType: 'json',
217
 			success: function(data) {
232
 			success: function(data) {
261
 		});
276
 		});
262
 	}
277
 	}
263
 
278
 
264
-//第四屏 数字滚动
265
-	function fourScreen() {
279
+	//第四屏 数字滚动
280
+	function fourScreen(areaFourVal,dayTime) {
266
 		$.ajax({
281
 		$.ajax({
267
 			type: "get",
282
 			type: "get",
268
 			url: huayi.config.callcenter_url + "Info/GetStateCountByMonth",
283
 			url: huayi.config.callcenter_url + "Info/GetStateCountByMonth",
284
+			data:{
285
+				branchcode:areaFourVal,
286
+				day:dayTime
287
+			},
269
 			async: true,
288
 			async: true,
270
 			dataType: 'json',
289
 			dataType: 'json',
271
 			success: function(data) {
290
 			success: function(data) {
324
 								deVal: n.Count
343
 								deVal: n.Count
325
 							});
344
 							});
326
 						}
345
 						}
346
+						if(n.Name.indexOf('待审核') != -1) {
347
+							$("#state_dsh").rollNum({
348
+								deVal: n.Count
349
+							});
350
+						}
351
+						if(n.Name.indexOf('重办待交办') != -1) {
352
+							$("#state_cbdjb").rollNum({
353
+								deVal: n.Count
354
+							});
355
+						}
327
 					});
356
 					});
328
 				}
357
 				}
329
 			}
358
 			}
331
 
360
 
332
 	}
361
 	}
333
 	//第五屏js
362
 	//第五屏js
334
-	function fiveScreen() {
335
-		huawus();
336
-		jtvs();
337
-		keyWord();	
363
+	function fiveScreen(areaFiveVal) {
364
+		if(areaFiveVal){
365
+			huawus(areaFiveVal);
366
+			jtvs(areaFiveVal);
367
+			keyWord(areaFiveVal);	
368
+		}else{
369
+			areaFiveVal="sqs12345"
370
+			huawus(areaFiveVal);
371
+			jtvs(areaFiveVal);
372
+			keyWord(areaFiveVal);
373
+		}
338
 	}
374
 	}
339
 
375
 
340
-	function huawus() {
376
+	function huawus(areaFiveVal) {
341
 		$.ajax({
377
 		$.ajax({
342
 			type: "get",
378
 			type: "get",
343
 			url: huayi.config.callcenter_url + "info/GetTelCountByDate",
379
 			url: huayi.config.callcenter_url + "info/GetTelCountByDate",
344
 			async: true,
380
 			async: true,
345
 			dataType: "json",
381
 			dataType: "json",
346
 			data: {
382
 			data: {
347
-				date: myDate.getFullYear() + "-" + turn(myDate.getMonth() + 1) + "-" + turn(myDate.getDate())
383
+				date: myDate.getFullYear() + "-" + turn(myDate.getMonth() + 1) + "-" + turn(myDate.getDate()),
384
+				branchcode:areaFiveVal
348
 			},
385
 			},
349
 			success: function(data) {
386
 			success: function(data) {
350
 				if(data.state.toLowerCase() == "success") {
387
 				if(data.state.toLowerCase() == "success") {
365
 
402
 
366
 	}
403
 	}
367
 
404
 
368
-	function jtvs() {
405
+	function jtvs(areaFiveVal) {
369
 		$.ajax({
406
 		$.ajax({
370
 			type: "get",
407
 			type: "get",
371
 			url: huayi.config.callcenter_url + "info/GetTelRate24ByDate",
408
 			url: huayi.config.callcenter_url + "info/GetTelRate24ByDate",
373
 			dataType: 'json',
410
 			dataType: 'json',
374
 			data: {
411
 			data: {
375
 				// 	   		date:$('#time4').val()
412
 				// 	   		date:$('#time4').val()
413
+				branchcode:areaFiveVal
376
 			},
414
 			},
377
 			success: function(data) {
415
 			success: function(data) {
378
 				if(data.state.toLowerCase() == 'success') {
416
 				if(data.state.toLowerCase() == 'success') {
393
 			}
431
 			}
394
 		});
432
 		});
395
 	}
433
 	}
396
-
397
-	function keyWord() {
434
+//	$(".depart").change(function() {
435
+//      keyWordDetail($('#test6').val() && $('#test6').val().split(' ~ ')[0], $('#test6').val() && $('#test6').val().split(' ~ ')[1]);
436
+//	});
437
+	//	第五屏
438
+	$(".areaFive").change(function() {
439
+      	var areaFiveVal=$(this).val();
440
+    	fiveScreen(areaFiveVal);
441
+	});
442
+	//	第四屏
443
+	$(".areaFour").change(function() {
444
+      	var areaFourVal=$(this).val();
445
+      	fourScreen(areaFourVal,dayTime)
446
+	});
447
+	//	第三屏
448
+	$(".areaThree").change(function() {
449
+      	var areaThreeVal=$(this).val();
450
+    	threeScreen(areaThreeVal);
451
+	});
452
+	//	第二屏
453
+	$(".areaTwo").change(function() {
454
+      	var areaTwoVal=$(this).val();
455
+    	twoScreen(areaTwoVal);
456
+	});
457
+	//区县筛选
458
+	deprtment ();
459
+	function deprtment () {
460
+		$.getJSON( huayi.config.callcenter_data +"CountyBranch/GetBranchListS", function(result) {
461
+			if(result.state.toLowerCase() == "success") {
462
+				goodslist = result.data;
463
+//				第五屏
464
+				$(".areaFive").empty();
465
+				$(goodslist).each(function(i, n) {
466
+					$('<option value="' + n.F_Code 
467
+					+ '">' + n.F_Name 
468
+					+ '</option>').appendTo($(".areaFive"));
469
+				});
470
+				//第4屏
471
+				$(".areaFour").empty();
472
+				$(goodslist).each(function(i, n) {
473
+					$('<option value="' + n.F_Code 
474
+					+ '">' + n.F_Name 
475
+					+ '</option>').appendTo($(".areaFour"));
476
+				});
477
+				//第3屏
478
+				$(".areaThree").empty();
479
+				$(goodslist).each(function(i, n) {
480
+					$('<option value="' + n.F_Code 
481
+					+ '">' + n.F_Name 
482
+					+ '</option>').appendTo($(".areaThree"));
483
+				});
484
+				//第2屏
485
+				$(".areaTwo").empty();
486
+				$(goodslist).each(function(i, n) {
487
+					$('<option value="' + n.F_Code 
488
+					+ '">' + n.F_Name 
489
+					+ '</option>').appendTo($(".areaTwo"));
490
+				});
491
+			}
492
+		});
493
+	}
494
+	
495
+	function keyWord(areaFiveVal) {
398
 		$.ajax({
496
 		$.ajax({
399
 			type: "get",
497
 			type: "get",
400
 			url: huayi.config.callcenter_url + "info/GetKeyCountByDateNew",
498
 			url: huayi.config.callcenter_url + "info/GetKeyCountByDateNew",
402
 			dataType: 'json',
500
 			dataType: 'json',
403
 			data: {
501
 			data: {
404
 				// 	   		date:$('#time4').val()
502
 				// 	   		date:$('#time4').val()
503
+				branchcode:areaFiveVal
405
 			},
504
 			},
406
 			success: function(data) {
505
 			success: function(data) {
407
 				if(data.state.toLowerCase() == 'success') {
506
 				if(data.state.toLowerCase() == 'success') {

+ 109 - 0
WebChat/css/webuploader.css

1
+.webuploader-container {
2
+	position: relative;
3
+}
4
+
5
+.webuploader-element-invisible {
6
+	position: absolute !important;
7
+	clip: rect(1px 1px 1px 1px);
8
+	/* IE6, IE7 */
9
+	clip: rect(1px, 1px, 1px, 1px);
10
+}
11
+
12
+.webuploader-pick {
13
+	position: relative;
14
+	display: inline-block;
15
+	cursor: pointer;
16
+	padding: 10px 15px;
17
+	color: #fff;
18
+	text-align: center;
19
+	border-radius: 3px;
20
+	overflow: hidden;
21
+}
22
+
23
+.webuploader-pick-disable {
24
+	opacity: 0.6;
25
+	pointer-events: none;
26
+}
27
+
28
+#filePicker {
29
+	width: 75px;
30
+	height: 75px;
31
+	background-image: url(../images/iconfont-tianjia.png);
32
+	background-size: 100% 100%;
33
+	display: inline-block;
34
+	position: relative;
35
+	border-radius: 5px;
36
+	margin: 0 10px 10px;
37
+}
38
+
39
+
40
+/*样式*/
41
+
42
+.thumbnail {
43
+	width: 75px;
44
+	height: 75px;
45
+	background-color: #fff;
46
+	border: 1px solid #ddd;
47
+	border-radius: 4px;
48
+}
49
+
50
+.file-item {
51
+	float: left;
52
+	position: relative;
53
+	margin: 0 10px 10px;
54
+	padding: 4px;
55
+	text-align: center;
56
+}
57
+
58
+.thumbnail img {
59
+	width: 100%;
60
+	height: 100%;
61
+}
62
+
63
+.file-item .error {
64
+	position: absolute;
65
+	top: 4px;
66
+	left: 4px;
67
+	right: 4px;
68
+	background: red;
69
+	color: white;
70
+	text-align: center;
71
+	height: 20px;
72
+	font-size: 14px;
73
+	line-height: 23px;
74
+}
75
+
76
+.file-item .info {
77
+	position: absolute;
78
+	left: 4px;
79
+	bottom: 4px;
80
+	right: 4px;
81
+	height: 20px;
82
+	line-height: 20px;
83
+	text-indent: 5px;
84
+	background: rgba(0, 0, 0, 0.6);
85
+	color: white;
86
+	overflow: hidden;
87
+	white-space: nowrap;
88
+	text-overflow: ellipsis;
89
+	font-size: 12px;
90
+	z-index: 10;
91
+}
92
+
93
+.image-close {
94
+	position: absolute;
95
+	display: inline-block;
96
+	right: -6px;
97
+	top: -6px;
98
+	width: 20px;
99
+	height: 20px;
100
+	text-align: center;
101
+	line-height: 20px;
102
+	border-radius: 12px;
103
+	background-color: #FF5053;
104
+	color: #f3f3f3;
105
+	border: solid 1px #FF5053;
106
+	font-size: 9px;
107
+	font-weight: 200;
108
+	z-index: 1;
109
+}

+ 4 - 1
WebChat/js/feedback-page.js

57
         fileInput.setAttribute('type', 'file');
57
         fileInput.setAttribute('type', 'file');
58
         //multiple="true"
58
         //multiple="true"
59
         fileInput.setAttribute('class', 'image-box');
59
         fileInput.setAttribute('class', 'image-box');
60
-        fileInput.setAttribute('accept', 'image/gif, image/jpeg, image/png, image/jpg');
60
+        fileInput.setAttribute('accept', 'image/*');
61
+        //fileInput.setAttribute('accept', 'image/*');
62
+        //fileInput.setAttribute('accept', 'image/gif,image/jpeg,image/png,image/jpg');
63
+        fileInput.accept="image/*";
61
         fileInput.setAttribute('id', 'image-' + imageIndexIdNum);
64
         fileInput.setAttribute('id', 'image-' + imageIndexIdNum);
62
 
65
 
63
         fileInput.addEventListener('change', function (event) {
66
         fileInput.addEventListener('change', function (event) {

+ 7 - 9
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

132
             font-size: 0;
132
             font-size: 0;
133
             line-height: initial;
133
             line-height: initial;
134
         }
134
         }
135
-
136
-            .setwin a {
137
-                position: relative;
138
-                width: 16px;
139
-                height: 16px;
140
-                font-size: 20px;
141
-                color: #fff;
142
-            }
135
+        .setwin a {
136
+            position: relative;
137
+            width: 16px;
138
+            height: 16px;
139
+            font-size: 20px;
140
+            color: #fff;
141
+        }
143
 
142
 
144
         .xg i {
143
         .xg i {
145
             font-size: 16px;
144
             font-size: 16px;
592
                     break;
591
                     break;
593
             }
592
             }
594
             return html;
593
             return html;
595
-
596
         }
594
         }
597
         //音频
595
         //音频
598
         function setCode(val) {
596
         function setCode(val) {

+ 1 - 0
WebUI/CallCenterWeb.UI/Business/ZXYTJ.html

282
 											<option value="7">已回访</option>
282
 											<option value="7">已回访</option>
283
 											<option value="8">重办中</option>
283
 											<option value="8">重办中</option>
284
 											<option value="9">已结案</option>
284
 											<option value="9">已结案</option>
285
+											<option value="10">待审核</option>
285
 										</select>
286
 										</select>
286
 									</td>
287
 									</td>
287
 									<th>工单来源:</th>
288
 									<th>工单来源:</th>

+ 0 - 2
WebUI/CallCenterWeb.UI/CommonHtml/lawsuits.html

137
 				}, function(result) {
137
 				}, function(result) {
138
 					result = JSON.parse(result);
138
 					result = JSON.parse(result);
139
 					if(result.state.toLowerCase() == "success") {
139
 					if(result.state.toLowerCase() == "success") {
140
-						
141
 					var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
140
 					var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
142
                     parent.layer.close(index); //再执行关闭
141
                     parent.layer.close(index); //再执行关闭
143
 						  parent.load();
142
 						  parent.load();
144
 						  parent.layer.msg("结案成功");
143
 						  parent.layer.msg("结案成功");
145
-                  	
146
 					}
144
 					}
147
 				})
145
 				})
148
 			}
146
 			}