Explorar el Código

指标列表修改

liuzhen %!s(int64=5) %!d(string=hace) años
padre
commit
2d45e93338
Se han modificado 1 ficheros con 11 adiciones y 8 borrados
  1. 11 8
      WebUI/CallCenterWeb.UI/js/Quality/zhibiaoguanli.js

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

93
 	}
93
 	}
94
 
94
 
95
 });
95
 });
96
-$(".inpBox").mouseleave(function() {
97
-	$(this).children(".addTree").hide();
98
-})
96
+
99
 $(".xl").click(function() {
97
 $(".xl").click(function() {
100
 	getBM($("#clbmtree"));
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
 function Clean() {
110
 function Clean() {
109
 	$(".model").hide();
111
 	$(".model").hide();
235
 }
237
 }
236
 //下拉框
238
 //下拉框
237
 function Select() {
239
 function Select() {
240
+	
238
 	$.ajax({
241
 	$.ajax({
239
 		type: "get",
242
 		type: "get",
240
 		url: huayi.config.callcenter_url + "IndexCategory/GetList",
243
 		url: huayi.config.callcenter_url + "IndexCategory/GetList",