username@email.com
2022-08-27 6e2b929cf381e2320ba6e7dec56c0371124d2b51
zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml
@@ -22,7 +22,7 @@
    <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">
@@ -54,10 +54,10 @@
    <script src="~/js/contabs.min.js" type="text/javascript"></script>
    <script src="~/js/common-layout.js" type="text/javascript"></script>
    <script src="~/js/plugins/iTexbox/itextbox.js"></script>
    <script src="~/js/plugins/search/searchtoolbar.js?v=17"></script>
    <script src="~/js/plugins/search/searchtoolbar.js?v=20"></script>
    <script src="~/js/plugins/chosen/chosen.jquery.js"></script>
    <script src="~/js/plugins/iCheck/icheck.min.js"></script>
    <script src="~/js/plugins/search/search.js?v=111111111"></script>
    <script src="~/js/plugins/search/search.js?v=1111111111111"></script>
    <script src="~/js/plugins/datapicker/bootstrap-datepicker.js"></script>
    <script type="text/javascript" src="~/js/plugins/treeview/bootstrap-treeview.js"></script>
    <script src="~/js/TUJS.js"></script>
@@ -65,6 +65,14 @@
        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">