Browse Source

修改添加

d123 8 years ago
parent
commit
7eeef5e534
1 changed files with 19 additions and 16 deletions
  1. 19 16
      WebUI/CallCenterWeb.UI/Announcement/Add.html

+ 19 - 16
WebUI/CallCenterWeb.UI/Announcement/Add.html

@@ -48,20 +48,23 @@
48 48
 				width: 170px;
49 49
 				display: inline-block;
50 50
 				position: relative;
51
+				height: 135px;
52
+				overflow: hidden;
51 53
 			}
52 54
 			
53 55
 			#menuContent {
54 56
 				background: #fff;
55 57
 				position: absolute;
56 58
 				width: 100%;
57
-				border: 1px solid darkgrey;
59
+				border: 1px solid #ccc;
58 60
 				right: 0;
59
-				top: 31px;
61
+				top: 0;
60 62
 				z-index: 10;
61
-				display: none;
62
-				overflow-y: auto
63
+				/*display: none;*/
64
+				overflow-y: auto;
65
+				height: 100%;
66
+				
63 67
 			}
64
-			
65 68
 			.ztree li span {
66 69
 				line-height: 16px;
67 70
 				margin-right: 2px;
@@ -97,9 +100,9 @@
97 100
 						<!--<select name="" id="role" class="select_"></select>-->
98 101
 						<!--<span>所有角色</span>-->
99 102
 						<div class="inpBox" id="organizer">
100
-							<input id="citySel" class="inps" readonly  />
103
+							<!--<input id="citySel" class="inps" readonly  />-->
101 104
 							<input type="hidden" id="OPID" />
102
-							<i class="xl xl_one" id="xl_one"></i>
105
+							<!--<i class="xl xl_one" id="xl_one"></i>-->
103 106
 							<div id="menuContent" class="menuContent">
104 107
 								<ul id="treeDemo" class="ztree">
105 108
 								</ul>
@@ -223,15 +226,15 @@
223 226
 			var saveArr = []
224 227
 			tree(saveArr);
225 228
 
226
-			$("#xl_one").click(function() {
227
-				$(this).parent().find(".menuContent").toggle();
228
-			});
229
-			$('.inps').focus(function() {
230
-					$('#menuContent').css('display', 'block')
231
-				})
232
-			$('#menuContent').mouseleave(function() {
233
-					$(this).css('display', 'none')
234
-				})
229
+//			$("#xl_one").click(function() {
230
+//				$(this).parent().find(".menuContent").toggle();
231
+//			});
232
+//			$('.inps').focus(function() {
233
+//					$('#menuContent').css('display', 'block')
234
+//				})
235
+//			$('#menuContent').mouseleave(function() {
236
+//					$(this).css('display', 'none')
237
+//				})
235 238
 			//树形结构 所有角色			
236 239
 			function tree(saveArr) {
237 240
 				$.get(huayi.config.callcenter_url + 'Notice/GetRoleUsersList', {