Browse Source

安图注销外呼代码

miaofuhao 5 years ago
parent
commit
952454a681
1 changed files with 4 additions and 4 deletions
  1. 4 4
      CallCenterWeb.UI/js/index.js

+ 4 - 4
CallCenterWeb.UI/js/index.js

@@ -101,7 +101,7 @@ $(document).ready(function() {
101 101
 	//          })
102 102
 	//关闭外呼弹屏
103 103
 	$(".closes").click(function() {
104
-		$(".WH").removeClass("fadeInDown").addClass("fadeOutUp");
104
+		//$(".WH").removeClass("fadeInDown").addClass("fadeOutUp");
105 105
 		$(".WH").css("display","none");
106 106
 	})
107 107
 	//键盘事件外呼
@@ -817,9 +817,9 @@ function getRY(obj, deptid) {
817 817
 //外呼弹屏
818 818
 function whtp() {
819 819
 	$("#Result").val("");
820
-	if($(".WH").hasClass("fadeOutUp")) {
821
-		$(".WH").removeClass("fadeOutUp").addClass("fadeInDown");
822
-	}
820
+//	if($(".WH").hasClass("fadeOutUp")) {
821
+//		$(".WH").removeClass("fadeOutUp").addClass("fadeInDown");
822
+//	}
823 823
 	
824 824
 	$(".WH").css("display","block");
825 825
 	$('.first').removeClass('first');