d123 %!s(int64=8) %!d(string=před) roky
rodič
revize
a3bf80d3fb

+ 9 - 3
WebUI/CallCenterWeb.UI/Announcement/Add.html

@@ -68,6 +68,9 @@
68 68
 				padding: 0;
69 69
 				border: none;
70 70
 			}
71
+			.Common{
72
+				overflow-y:initial
73
+			}
71 74
 		</style>
72 75
 	</head>
73 76
 
@@ -222,9 +225,12 @@
222 225
 			$("#xl_one").click(function() {
223 226
 				$(this).parent().find(".menuContent").toggle();
224 227
 			});
225
-			$("#xl_ones").click(function() {
226
-				$(this).parent().find(".menuContent").toggle();
227
-			});
228
+			$('.inps').focus(function() {
229
+					$('#menuContent').css('display', 'block')
230
+				})
231
+			$('#menuContent').mouseleave(function() {
232
+					$(this).css('display', 'none')
233
+				})
228 234
 			//树形结构 所有角色			
229 235
 			function tree(saveArr) {
230 236
 				$.get(huayi.config.callcenter_url + 'Notice/GetRoleUsersList', {

+ 9 - 1
WebUI/CallCenterWeb.UI/Announcement/AnnDatil.html

@@ -65,6 +65,9 @@
65 65
 				padding: 0;
66 66
 				border: none;
67 67
 			}
68
+			.Common{
69
+				overflow-y:initial
70
+			}
68 71
     		   </style>
69 72
 	</head>
70 73
 	<body>
@@ -124,7 +127,12 @@
124 127
                 elem: '#endTime',
125 128
                 event: 'focus'
126 129
             });
127
-           
130
+           $('.inps').focus(function() {
131
+					$('#menuContent').css('display', 'block')
132
+				})
133
+			$('#menuContent').mouseleave(function() {
134
+					$(this).css('display', 'none')
135
+				})
128 136
             var wid = helper.request.queryString("wid");
129 137
             $(document).ready(function(){
130 138
             	$(".btns").click(function(){