| | |
| | | <link href="~/css/bootstrap.min.css" rel="stylesheet"> |
| | | <link href="~/css/font-awesome.min.css" rel="stylesheet"> |
| | | <link href="~/css/plugins/iCheck/custom.css" rel="stylesheet"> |
| | | <link href="~/css/plugins/chosen/chosen.css?v=7" rel="stylesheet"> |
| | | <link href="~/css/plugins/chosen/chosen.css?v=9" rel="stylesheet"> |
| | | <link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet"> |
| | | <script type="text/javascript"> |
| | | |
| | |
| | | Verify.isEmptyMsg = '不能为空'; |
| | | Verify.isShortLengthMsg = '长度过长'; |
| | | Verify.isLongLengthMsg = '数据太长'; |
| | | //回车事件 |
| | | document.onkeydown = function (event) { |
| | | var e = event || window.event; |
| | | if (e && e.keyCode == 13) { //回车键的键值为13 |
| | | //$("#login").click(); //调用登录按钮的登录事件 |
| | | _pageSearch(); |
| | | } |
| | | }; |
| | | </script> |
| | | <style type="text/css"> |
| | | |