| | |
| | | <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" 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"> |
| | | |
| | |
| | | if (MaxCol>0) { |
| | | |
| | | } else { |
| | | MaxCol = 20; |
| | | MaxCol = 30; |
| | | } |
| | | |
| | | </script> |
| | | <script src="~/js/datehelper.js"></script> |
| | | <!-- jqgrid--> |
| | | <link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet"> |
| | | <link href="~/css/plugins/jqgrid/ui.jqgrid.css?v=111111111" rel="stylesheet"> |
| | | <link href="~/css/animate.min.css" rel="stylesheet"> |
| | | <link href="~/css/style.min.css" rel="stylesheet"> |
| | | <link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" /> |
| | |
| | | <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=1"></script> |
| | | <script src="~/js/plugins/search/search.js?v=11111111111111"></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> |
| | |
| | | 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"> |
| | | |
| | | label { |
| | | |
| | | font-weight:normal; |
| | | font-weight: normal; |
| | | } |
| | | |
| | | th { |
| | | font-weight: normal; |
| | | } |
| | | </style> |
| | | @RenderSection("headerStyle", false) |
| | | @RenderSection("headerStyle", false) |
| | | </head> |
| | | <body class="gray-bg" style="padding-top:0px; padding-left:0px; padding-right:0px; "> |
| | | |
| | |
| | | <a class="btn btn-default btn-outline @(item.OpenType==1? "J_menuItem": "")" @(item.OpenType == 2 ? "target=_blank" : "") @(item.OpenType != 0 ? "href=" + item.ActionUrl + "" : "") @(item.OpenType == 0 ? "onclick=_page" + item.ActionFun + "()" : "")> |
| | | <!--<i class="glyphicon glyphicon-search"></i>--><i class="@item.PageIco"></i> <span class="bold">@item.ActionName</span> |
| | | </a> |
| | | if (item.ActionFun == "Search") |
| | | @*if (item.ActionFun == "Search") |
| | | { |
| | | <a id="searchmorendatabtn" class="btn btn-default btn-outline @(item.OpenType == 1 ? "J_menuItem" : "")" @(item.OpenType == 2 ? "target=_blank" : "") @(item.OpenType != 0 ? "href=" + item.ActionUrl + "" : "") @(item.OpenType == 0 ? "onclick=_pageSearchMoren()" : "")> |
| | | <i class="fa fa-search-plus"></i> <span class="bold">高级</span> |
| | | </a> |
| | | } |
| | | }*@ |
| | | } |
| | | |
| | | </div> |