ソースを参照

微信工单,按钮显示

miaofuhao 6 年 前
コミット
455a40b58e
共有3 個のファイルを変更した10 個の追加6 個の削除を含む
  1. 1 1
      CallCenterWeb.UI/commonTpl/sttyExamine.html
  2. 2 2
      WeChat/client-side/client_index.html
  3. 7 3
      WeChat/client-side/details.html

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

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

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

314
 								//工单跳转
314
 								//工单跳转
315
 								$('.order').on('tap', function() {
315
 								$('.order').on('tap', function() {
316
 									var index = $(this).attr('data-index');
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
 								//工单跳转
378
 								//工单跳转
379
 								$('.order').on('tap', function() {
379
 								$('.order').on('tap', function() {
380
 									var index = $(this).attr('data-index');
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
 							} else{
384
 							} else{

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

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