Kaynağa Gözat

指标列表修改

liuzhen 5 yıl önce
ebeveyn
işleme
2d45e93338

+ 11 - 8
WebUI/CallCenterWeb.UI/js/Quality/zhibiaoguanli.js

@@ -93,17 +93,19 @@ $(".de_icon").click(function(event) {
93 93
 	}
94 94
 
95 95
 });
96
-$(".inpBox").mouseleave(function() {
97
-	$(this).children(".addTree").hide();
98
-})
96
+
99 97
 $(".xl").click(function() {
100 98
 	getBM($("#clbmtree"));
101
-	if($(this).parent().find(".addTree").is(":hidden")) {
102
-		$(this).parent().find(".addTree").show();
103
-	} else {
104
-		$(this).parent().find(".addTree").hide();
105
-	}
99
+	$('.addTree').show()
100
+//	if($(this).parent().find(".addTree").is(":hidden")) {
101
+//		$(this).parent().find(".addTree").show();
102
+//	} else {
103
+//		$(this).parent().find(".addTree").hide();
104
+//	}
106 105
 });
106
+//$(".inpBox").mouseleave(function() {
107
+//	$(this).children(".addTree").hide();
108
+//})
107 109
 //清空选项
108 110
 function Clean() {
109 111
 	$(".model").hide();
@@ -235,6 +237,7 @@ function GetIndexCategory(Left_Cids) {
235 237
 }
236 238
 //下拉框
237 239
 function Select() {
240
+	
238 241
 	$.ajax({
239 242
 		type: "get",
240 243
 		url: huayi.config.callcenter_url + "IndexCategory/GetList",