Преглед на файлове

PC 微信 添加上级处理意见 回访添加备注 微信隐藏是否回访

jinquanwu преди 6 години
родител
ревизия
625f4a0bcc

+ 1 - 1
CallCenterWeb.UI/TelCall/CallRecord.html

@@ -169,7 +169,7 @@
169 169
 							<th data-field="DeptName" data-align="center">部门</th>
170 170
 							<th data-field="UserCode" data-align="center">坐席工号</th>
171 171
 							<th data-field="UserName" data-align="center">坐席姓名</th>
172
-							<!-- <th data-field="BeginTime" data-align="center">开始时间</th> -->
172
+							<th data-field="BeginTime" data-align="center">来电时间</th>
173 173
 							<th data-field="TalkStartTime" data-align="center">通话开始时间</th>
174 174
 							<th data-field="TalkEndTime" data-align="center">通话结束时间</th>
175 175
 							<th data-field="TalkLongTime" data-align="center">通话时长(S)</th>

+ 7 - 0
CallCenterWeb.UI/WorkOrder/template/orderDetails.html

@@ -244,6 +244,13 @@
244 244
 					<td>
245 245
 						<span id="xq_responseUser"></span>
246 246
 					</td>
247
+					<th>上级处理意见:</th>
248
+					<td>
249
+						<span id="xq_suggestion"></span>
250
+					</td>
251
+					
252
+				</tr>
253
+				<tr >
247 254
 					
248 255
 				</tr>
249 256
 			<!-- <tr>

+ 4 - 0
CallCenterWeb.UI/commonTpl/LookMessage.html

@@ -127,6 +127,10 @@
127 127
 								  
128 128
 								   
129 129
 							 </div>
130
+							 <div id="">
131
+							 	   <label>备注:</label>	
132
+								   <input type="text" class="form-control input-sm " id="remarks"  placeholder="请输入备注" />					  
133
+							 </div>
130 134
 						 </li>
131 135
 					</ul>
132 136
 				</div>

+ 17 - 1
CallCenterWeb.UI/commonTpl/WorkOrderEnd.html

@@ -86,7 +86,23 @@
86 86
 							</label>		
87 87
 						</td>					
88 88
 					</tr>
89
-					
89
+					<tr>
90
+						<th>处理方式:</th>
91
+						<td >
92
+							<div id="chlfshi">
93
+								<label class="radio-inline">
94
+									<input type="radio" name="istions" value="当即办理" checked="checked"> 当即办理
95
+								</label>
96
+								<label class="radio-inline">
97
+									<input type="radio" name="istions" value="电话转接" id="gdxq_">电话转接
98
+								</label>
99
+								<label class="radio-inline">
100
+									<input type="radio" name="istions" value="网络转办" id="gdxq_">网络转办
101
+								</label>
102
+								
103
+							</div>
104
+						</td>		
105
+					</tr>
90 106
 			
91 107
 					<table id="ccc" class="_table1 table table-bordered  table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;" >
92 108
 						<tr>

+ 2 - 0
CallCenterWeb.UI/js/WorkOrder/WorkOrder.js

@@ -1034,6 +1034,8 @@ function getWorkOrderDetails() {
1034 1034
 		        $('#xq_handle').text(data.F_IncidentCountry); //事发地县	
1035 1035
 		        $("#xq_fkdep").text(data.F_IncidentTownship); //事发地乡
1036 1036
 		        $("#xq_responseUser").text(data.F_IncidentDetailed); //事发地详细地址
1037
+				$("#xq_suggestion").text(data.SuperiorOpinion); //上级处理意见
1038
+				
1037 1039
 		        if($("#xq_gdzt").text()=="咨询"){
1038 1040
 					$('.zixun1').show();//咨询模块
1039 1041
 					$('.kehu1').show(); //客户姓名 事发地

+ 1 - 0
CallCenterWeb.UI/js/WorkOrder/WorkOrderEnd.js

@@ -164,6 +164,7 @@ function dealWorkOrder(oid) {
164 164
 		isover: $("input[name='isoverOptions']:checked").val(), //是否完结 0否,1是
165 165
 		cont: $("#cont").val(), //否	处理内容	
166 166
 		ProductBase: $("#zhibao").val(),
167
+		dealType:$("input[name='istions']:checked").val(),
167 168
 		// isvisit: $("#huifangisvisit").val(),
168 169
 		QualityEventLevel: $("#cat").val(),
169 170
 		shenpi:$("#shenpi").val(),

+ 4 - 0
CallCenterWeb.UI/visit/Tobeend.html

@@ -328,6 +328,10 @@
328 328
 											<td>
329 329
 												<span id="xq_description"></span>
330 330
 											</td>
331
+											<th>上级处理意见:</th>
332
+											<td>
333
+												<span id="xq_suggestion"></span>
334
+											</td>
331 335
 										</tr>
332 336
 						</tbody>
333 337
 					</table>

+ 4 - 0
CallCenterWeb.UI/visit/awaitVist.html

@@ -324,6 +324,10 @@
324 324
 									<td>
325 325
 										<span id="xq_description"></span>
326 326
 									</td>
327
+									<th>上级处理意见:</th>
328
+									<td>
329
+										<span id="xq_suggestion"></span>
330
+									</td>
327 331
 								</tr>
328 332
 							</tbody>
329 333
 						</table>

+ 4 - 0
CallCenterWeb.UI/visit/haveVisit.html

@@ -338,6 +338,10 @@
338 338
 									<td>
339 339
 										<span id="xq_description"></span>
340 340
 									</td>
341
+									<th>上级处理意见:</th>
342
+									<td>
343
+										<span id="xq_suggestion"></span>
344
+									</td>
341 345
 								</tr>
342 346
 							</tbody>
343 347
 						</table>

+ 1 - 0
CallCenterWeb.UI/visit/js/LookMessage.js

@@ -115,6 +115,7 @@ function submitPages() {
115 115
 			reason:$('input[name="fwu"]:checked').val(),
116 116
 			call: $('input[name="check"]:checked').val(), //呼叫结果ID
117 117
 			isover: $('input[name="wan"]:checked').val(), //是否完结
118
+			F_VisitRemarks: $('#remarks').val(), //底部备注
118 119
 			token: $.cookie("token")
119 120
 		},
120 121
 		async: true,

+ 1 - 0
CallCenterWeb.UI/visit/js/visitList.js

@@ -364,6 +364,7 @@ function getWorkOrderDetails() {
364 364
 			    $("#xq_fkdep").text(data.F_IncidentTownship); //事发地乡
365 365
 			    $("#xq_responseUser").text(data.F_IncidentDetailed); //事发地详细地址
366 366
 				$("#xq_description").text(data.F_Description); //问题描述
367
+				$("#xq_suggestion").text(data.SuperiorOpinion); //上级处理意见
367 368
 				
368 369
 				if($("#xq_gdzt").text()=="咨询"){
369 370
 					$('.zixun1').show();//咨询模块

+ 4 - 0
CallCenterWeb.UI/visit/resultVisit.html

@@ -344,6 +344,10 @@
344 344
 												<td>
345 345
 													<span id="xq_description"></span>
346 346
 												</td>
347
+												<th>上级处理意见:</th>
348
+												<td>
349
+													<span id="xq_suggestion"></span>
350
+												</td>
347 351
 											</tr>
348 352
 							</tbody>
349 353
 						</table>

+ 2 - 2
WeChat/Script/Common/huayi.config.js

@@ -4,6 +4,6 @@
4 4
 huayi.config = {
5 5
 //  callcenter_url: "http://117.160.143.199:4673/",//生产环境 前端Web站IP和端口
6 6
     //callcenter_url: "http://117.158.196.116:4617/",//生产环境 前端Web站IP和端口
7
-    callcenter_url: "http://139.224.236.21:4021/",//生产环境 前端Web站IP和端口
8
-
7
+//  callcenter_url: "http://139.224.236.21:4021/",//生产环境 前端Web站IP和端口
8
+    callcenter_url: "http://192.168.4.18:4673/",//生产环境 前端Web站IP和端口
9 9
 };

+ 21 - 4
WeChat/client-side/details.html

@@ -336,6 +336,14 @@
336 336
 						</div>
337 337
 					</div>
338 338
 				</li>
339
+				<li class="mui-table-view-cell mui-table-view-li" id="" >
340
+					<div class="mui-input-row">
341
+						<label class="label font-color5">上级意见:</label>
342
+						<div class="mui-radio mui-right radio_box">
343
+							<label class="font-color6" id="xq_suggestion"></label>
344
+						</div>
345
+					</div>
346
+				</li>
339 347
 				<!--<li class="mui-table-view-cell mui-table-view-cell-pmargin ">
340 348
 					<p><span class="font-color4">补充描述:</span>预约时间改为下午六点。现在不方便</p>
341 349
 				</li>-->
@@ -703,7 +711,7 @@
703 711
 				$(".type8").hide();
704 712
 				$(".type9").hide();	
705 713
 			}else if(UserType==3){
706
-				$("#depment").show();
714
+//				$("#depment").show();
707 715
 				$(".type1").hide();
708 716
 				$(".type2").show();
709 717
 				$(".type3").hide();
@@ -871,8 +879,14 @@
871 879
 							$(".Work_last").text(result.F_DealResult); //处理结果
872 880
 							$("#Work_workOrderID").text(result.F_DealReasons); //未处理原因
873 881
 							$("#Work_wor").text(result.F_IsVisit); //是否回访
882
+							$("#xq_suggestion").text(result.SuperiorOpinion); //上级处理意见
874 883
 							$("#Work_detail").text("问题描述:" + result.F_Description); //描述详情
875 884
 							
885
+							if($("#section").text=="质量管理部"){
886
+								$("#depment").show();
887
+							}else{
888
+								$("#depment").hide();
889
+							}
876 890
                   //	判断数据为空隐藏li
877 891
                             if($("#order_matime").text() ==''){//抽检时间
878 892
 								 $('#order_matime').parent().parent().remove();
@@ -973,12 +987,15 @@
973 987
 							if($("#Work_workOrderID").text() ==''){//未处理原因
974 988
 								 $('#Work_workOrderID').parent().parent().remove();
975 989
 							}
976
-							if($("#Work_wor").text() ==''){//是否回访
977
-								 $('#Work_wor').parent().parent().remove();
978
-							}
990
+//							if($("#Work_wor").text() ==''){//是否回访
991
+//								 $('#Work_wor').parent().parent().remove();
992
+//							}
979 993
 							if($("#Work_detail").text() ==''){//问题描述
980 994
 								 $('#Work_detail').parent().parent().remove();
981 995
 							}
996
+							if($("#xq_suggestion").text ==''){//上级处理意见
997
+								 $("#xq_suggestion").parent().parent().remove();
998
+							}
982 999
 				
983 1000
 						}
984 1001
 					},

+ 4 - 4
WeChat/client-side/establish.html

@@ -43,13 +43,13 @@
43 43
 							<label>投诉</label>
44 44
 							<input type="radio" type="radio" name="form" value="2" class="size-14" />
45 45
 						</div>
46
-						<div class="mui-input-row mui-radio mui-left radio_box order_type">
46
+						<!--<div class="mui-input-row mui-radio mui-left radio_box order_type">
47 47
 							<label>抽检</label>
48 48
 							<input type="radio" type="radio" name="form" value="3" class="size-14" />
49
-						</div>
49
+						</div>-->
50 50
 						<div class="mui-input-row mui-radio mui-left radio_box order_type">
51
-							<label>其他</label>
52
-							<input type="radio" type="radio" name="form" value="3" class="size-14" />
51
+							<label>建议及其他</label>
52
+							<input type="radio" type="radio" name="form" value="4" class="size-14" />
53 53
 						</div>
54 54
 					</div>
55 55
 				</li>

+ 2 - 2
WebChart/css/index.css

@@ -1642,7 +1642,7 @@ a {
1642 1642
 }
1643 1643
 
1644 1644
 .keyW_t {
1645
-	width: 197px;
1645
+	width: 210px;
1646 1646
 	height: 55px;
1647 1647
 	background: url(../img/side5_kuang.png) no-repeat center;
1648 1648
 	background-size: 100% 100%;
@@ -1653,7 +1653,7 @@ a {
1653 1653
 	margin: 0 auto;
1654 1654
 	position: relative;
1655 1655
 	top: -34px;
1656
-	left: -22px;
1656
+	left: 21px;
1657 1657
 }
1658 1658
 
1659 1659
 .keyW_t:before,

+ 5 - 1
WebChart/index.html

@@ -601,6 +601,10 @@
601 601
 							<p class="slide_title slide_title5" style="left: 42%;"></p>
602 602
 							<div class="fivePos" style="width: 100% !important;">
603 603
 								<div class="time_box pull-right form-inline">
604
+									<!-- //基地 -->
605
+									<select class="selects" id="category" style="width:110px;"></select>
606
+									<!-- //产品名称 -->
607
+									<select class="selects" id="product_name" style="margin-right: 10px;"></select>
604 608
 									类别
605 609
 									<select class="quesType selects"></select>
606 610
 									日期
@@ -704,7 +708,7 @@
704 708
 		<script src="js/index.js"></script>
705 709
 		<script src="js/pieChat.js"></script>
706 710
 		<script src="js/liuzhangtu.js"></script>
707
-        <script src="js/jq.taber.js"></script>
711
+        <!-- <script src="js/jq.taber.js"></script> -->
708 712
 		<script src="js/echarts.min.js"></script>
709 713
 		<!-- <script type="text/javascript" src="http://echarts.baidu.com/gallery/vendors/echarts/echarts.min.js"></script> -->
710 714
 		<script>

+ 11 - 5
WebChart/js/index.js

@@ -34,8 +34,6 @@ $(function() {
34 34
 					range: '~',
35 35
 					format: 'yyyy-MM-dd',
36 36
 					theme: '#114a97',
37
-					min: '2019-12-30',  //最小值
38
-                    max: '2014-07-23',//设置一个默认最大值 
39 37
 						done: function(value, date) {
40 38
 						twoScreen(value && value.split(' ~ ')[0], value && value.split(' ~ ')[1],$(".areaTwo").val())
41 39
 					}
@@ -303,7 +301,9 @@ function turn(aa) {
303 301
 			data: {
304 302
                 stime: start,
305 303
                 endtime: end,
306
-                questionName:$(".quesType").val()
304
+                questionName:$(".quesType").val(),
305
+				product:$("#product_name").val(),//产品
306
+				salesBase:$("#category").val(),//基地
307 307
 			},
308 308
 			success: function(data) {
309 309
 				if(data.state.toLowerCase() == 'success') {
@@ -339,10 +339,16 @@ function turn(aa) {
339 339
 		$(this).addClass("tagcloud_bjShine");
340 340
         keyWordDetail($('#time2').val() && $('#time2').val().split(' ~ ')[0], $('#time2').val() && $('#time2').val().split(' ~ ')[1]);
341 341
 	});
342
-	quesTypeSel();
342
+	quesTypeSel();   
343 343
 	$(".quesType").change(function() {
344 344
         keyWordDetail($('#time2').val() && $('#time2').val().split(' ~ ')[0], $('#time2').val() && $('#time2').val().split(' ~ ')[1],$(".areaFive").val());
345 345
 	})
346
+	$("#product_name").change(function() {
347
+	    keyWordDetail($('#time2').val() && $('#time2').val().split(' ~ ')[0], $('#time2').val() && $('#time2').val().split(' ~ ')[1],$(".areaFive").val());
348
+	})
349
+	$("#category").change(function() {
350
+	    keyWordDetail($('#time2').val() && $('#time2').val().split(' ~ ')[0], $('#time2').val() && $('#time2').val().split(' ~ ')[1],$(".areaFive").val());
351
+	})
346 352
 	//部门下拉框
347 353
 	function quesTypeSel() {
348 354
 		$.getJSON( huayi.config.callcenter_url +"WOReport/GetComplainthandlList", 
@@ -353,7 +359,7 @@ function turn(aa) {
353 359
 			if(result.state.toLowerCase() == "success") {
354 360
 				goodslist = result.rows;
355 361
 				$(".depart").empty();
356
-				$('<option value="">请选择部门</option>').appendTo($(".quesType"));
362
+				$('<option value="">问题类别</option>').appendTo($(".quesType"));
357 363
 				$(goodslist).each(function(i, n) {
358 364
 					$('<option value="' + n.name 
359 365
 					+ '">' + n.name 

+ 4 - 1
WebChart/js/liuzhangtu.js

@@ -1296,8 +1296,11 @@
1296 1296
 
1297 1297
 		DQQ($("#customer_comaddress")); //大区
1298 1298
 		XSJD($("#xiaoshou")); //销售基地
1299
-		ZXCPMC($("#Product_Category")); //产品名称 	
1299
+		ZXCPMC($("#Product_Category")); //产品名称 
1300
+		ZXCPMC($("#product_name")); //三屏产品名称
1300 1301
 		QDLXX($("#customer_taxPointDes")); //渠道类型
1302
+		
1303
+		XSJD($("#category"));//销售基地
1301 1304
 
1302 1305
 	});
1303 1306
 	//渠道类型