Pārlūkot izejas kodu

微信工单,按钮显示

miaofuhao 6 gadi atpakaļ
vecāks
revīzija
455a40b58e

+ 1 - 1
CallCenterWeb.UI/commonTpl/sttyExamine.html

@@ -93,7 +93,7 @@
93 93
 							parent.layer.msg("成功");
94 94
 							setTimeout(function () {
95 95
 								window.location.reload()
96
-					        }, 5000);
96
+					        }, 500);
97 97
 						}
98 98
 					})
99 99
 				}

+ 2 - 2
WeChat/client-side/client_index.html

@@ -314,7 +314,7 @@
314 314
 								//工单跳转
315 315
 								$('.order').on('tap', function() {
316 316
 									var index = $(this).attr('data-index');
317
-									window.location.href = "details.html?id=" + index + '&itype=' + itype;
317
+									window.location.href = "details.html?id=" + index + '&itype=' + 123;
318 318
 
319 319
 								});
320 320
 							}
@@ -378,7 +378,7 @@
378 378
 								//工单跳转
379 379
 								$('.order').on('tap', function() {
380 380
 									var index = $(this).attr('data-index');
381
-									window.location.href = "details.html?id=" + index + '&itype=' + itype;
381
+									window.location.href = "details.html?id=" + index + '&itype=' + 123;
382 382
 
383 383
 								});
384 384
 							} else{

+ 7 - 3
WeChat/client-side/details.html

@@ -386,15 +386,15 @@
386 386
 						<li class=" mui-media mui-col-xs-3">
387 387
 							<button type="button" data-loading-text="提交中" class="mui-btn mui-btn-primary mui-btn-block edit">修改</button>
388 388
 						</li>
389
-						<li class=" mui-media mui-col-xs-3">
389
+						<!--<li class=" mui-media mui-col-xs-3">
390 390
 							<button type="button" data-loading-text="提交中" class="mui-btn mui-btn-primary mui-btn-block delet">删除</button>
391
-						</li>
391
+						</li>-->
392 392
 						<!--<li class=" mui-media mui-col-xs-3">
393 393
 							<button type="button" data-loading-text="提交中" class="mui-btn mui-btn-primary mui-btn-block comment">评论</button>
394 394
 						</li>-->
395 395
 					</div>
396 396
 					<div class="mui_btn1 dispose4">
397
-						<li class=" mui-media mui-col-xs-3">
397
+						<li class=" mui-media mui-col-xs-3 itypeQs">
398 398
 							<button type="button" data-loading-text="提交中" class="mui-btn mui-btn-primary mui-btn-block edit">修改</button>
399 399
 						</li>
400 400
 						<li class=" mui-media mui-col-xs-3 shenpi">
@@ -799,6 +799,7 @@
799 799
 									$(".shenpi").remove();
800 800
 								}else if(UserType==0){
801 801
 									$(".dispose4").show();
802
+									$(".itypeQs").hide();
802 803
 								}
803 804
 								
804 805
 							}
@@ -806,6 +807,7 @@
806 807
 								
807 808
 								$(".type2").hide();
808 809
 							}
810
+							
809 811
 							if (result.GDLXName=="咨询") {
810 812
 								$(".Work_lastDealDiv").hide(); //受理人
811 813
 								$("#source").hide(); //投诉
@@ -983,6 +985,8 @@
983 985
 			$('.return').on('tap', function() {
984 986
 				if (itypeQs==111) {
985 987
 					window.location.href = "processed_list.html"
988
+				}else if (itypeQs==123){
989
+					window.location.href = "client_index.html";
986 990
 				}
987 991
 				if (itype==0) {
988 992
 					window.location.href = "client_index.html"