index.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <!DOCTYPE html>
  2. <html lang="en-us" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>天津市粮食和物资储备</title>
  6. <meta name="description" content="">
  7. <meta name="author" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  9. <!-- #CSS Links -->
  10. <!-- Basic Styles -->
  11. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/bootstrap.min.css">
  12. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/font-awesome.min.css">
  13. <!-- SmartAdmin Styles : Caution! DO NOT change the order -->
  14. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-production-plugins.min.css">
  15. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-production.min.css">
  16. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-skins.min.css">
  17. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-angular.css">
  18. <!-- SmartAdmin RTL Support (Not using RTL? Disable the CSS below to save bandwidth) -->
  19. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/smartadmin-rtl.min.css">
  20. <!-- We recommend you use "your_style.css" to override SmartAdmin
  21. specific styles this will also ensure you retrain your customization with each SmartAdmin update.
  22. <link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> -->
  23. <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
  24. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/demo.min.css">
  25. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/DateTimePicker.min.css">
  26. <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
  27. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/home/reset-default.css">
  28. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/home/home-1.css">
  29. <!-- 引入打印样式 -->
  30. <!-- <link rel="stylesheet" type="text/css" media="print" href="styles/css/home/print.css"> -->
  31. <link rel="stylesheet" type="text/css" media="screen" href="styles/css/angular-multi-select-tree-0.1.0.css">
  32. <!-- #FAVICONS -->
  33. <link rel="shortcut icon" href="styles/img/favicon/favicon.ico" type="image/x-icon">
  34. <!-- #GOOGLE FONT -->
  35. <!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700"> -->
  36. <!-- #APP SCREEN / ICONS -->
  37. <!-- Specifying a Webpage Icon for Web Clip
  38. Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html -->
  39. <link rel="apple-touch-icon" href="styles/img/splash/sptouch-icon-iphone.png">
  40. <link rel="apple-touch-icon" sizes="76x76" href="styles/img/splash/touch-icon-ipad.png">
  41. <link rel="apple-touch-icon" sizes="120x120" href="styles/img/splash/touch-icon-iphone-retina.png">
  42. <link rel="apple-touch-icon" sizes="152x152" href="styles/img/splash/touch-icon-ipad-retina.png">
  43. <!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance -->
  44. <meta name="apple-mobile-web-app-capable" content="yes">
  45. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  46. <!-- Startup image for web apps -->
  47. <link rel="apple-touch-startup-image" href="styles/img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
  48. <link rel="apple-touch-startup-image" href="styles/img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
  49. <link rel="apple-touch-startup-image" href="styles/img/splash/iphone.png" media="screen and (max-device-width: 320px)">
  50. <script type="text/javascript" src="bower_components/My97DatePicker/WdatePicker.js"></script>
  51. <script type="text/javascript" src="bower_components/printTable/printTable.js"></script>
  52. <script type="text/javascript">
  53. //导出用户和仓房货位信息菜单调用
  54. function exportUserAndCfhw() {
  55. window.location.href = "/basicExportAndImport/exportUserAndCfHw";
  56. }
  57. //定时访问后端,看session是否失效
  58. setInterval(function() {
  59. $.ajax({
  60. type: "GET",
  61. dataType: "json",
  62. url: location.protocol+"//"+location.host+'/depot-system/userInfo/getLoginInfo',
  63. data: {},
  64. success: function (data) {
  65. if (data.userInfo == null) {//session丢失
  66. window.location.href= location.protocol+"//"+location.host+'/#/userLogin';
  67. }
  68. }
  69. });
  70. }, 60000*10);
  71. </script>
  72. <!-- 去掉bootstrap对fieldset样式的影响 -->
  73. <!-- <style type="text/css">
  74. .smart-form fieldset{
  75. padding: 10px 15px 10px;
  76. margin:0 2px;
  77. border:1px dashed #ccc;
  78. margin-top: 10px;
  79. }
  80. .smart-form legend{
  81. padding:.5em;
  82. border:0;
  83. width:auto;
  84. }
  85. .smart-form fieldset+fieldset {
  86. border-top: 1px dashed #ccc;
  87. }
  88. </style> -->
  89. </head>
  90. <!--
  91. TABLE OF CONTENTS.
  92. Use search to find needed section.
  93. ===================================================================
  94. | 01. #CSS Links | all CSS links and file paths |
  95. | 02. #FAVICONS | Favicon links and file paths |
  96. | 03. #GOOGLE FONT | Google font link |
  97. | 04. #APP SCREEN / ICONS | app icons, screen backdrops |
  98. | 05. #BODY | body tag |
  99. | 06. #HEADER | header tag |
  100. ===================================================================
  101. -->
  102. <!-- #BODY -->
  103. <!-- Possible Classes (to hardcode the classes you must disable the __ module)
  104. * 'smart-style-{SKIN#}'
  105. * 'smart-rtl' - Switch theme mode to RTL
  106. * 'menu-on-top' - Switch to top navigation (no DOM change required)
  107. * 'no-menu' - Hides the menu completely
  108. * 'hidden-menu' - Hides the main menu but still accessable by hovering over left edge
  109. * 'fixed-header' - Fixes the header
  110. * 'fixed-navigation' - Fixes the main menu
  111. * 'fixed-ribbon' - Fixes breadcrumb
  112. * 'fixed-page-footer' - Fixes footer
  113. * 'container' - boxed layout mode (non-responsive: will not work with fixed-navigation & fixed-ribbon)
  114. Possible attributes
  115. * 'data-smart-device-detect' - Detects if mobile or desktop, adds a class to body tag
  116. * 'data-smart-fast-click' - Mobile click events
  117. * 'data-smart-layout' - Mobile view event listener
  118. * 'data-smart-page-title' - Page title
  119. -->
  120. <body data-smart-device-detect
  121. data-smart-fast-click
  122. data-smart-layout
  123. style="background: linear-gradient(#ffffff) 30%,rgb(160, 189, 211);">
  124. <!-- ui-view container -->
  125. <div data-ui-view="root" data-autoscroll="false" ng-class="{'index-page':isIndexPage}" style="height: 100%;"></div>
  126. <!--[if lt IE 7]>
  127. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  128. <![endif]-->
  129. <!--[if lt IE 9]>
  130. <script src="plugin/es5-shim/es5-shim.js"></script>
  131. <script src="plugin/json3/lib/json3.min.js"></script>
  132. <![endif]-->
  133. <!-- Use for production after building the project with grunt -->
  134. <script src="build/vendor.js"></script>
  135. <script src="build/app.js"></script>
  136. <script src="build/vendor.ui.js"></script>
  137. <!-- 登统表导入报错信息展示 -->
  138. <div class="modal fade" id="excelModal" tabindex="-1" role="dialog" aria-labelledby="excelModalLabel" aria-hidden="true">
  139. <div class="modal-dialog">
  140. <div class="modal-content">
  141. <div class="modal-header">
  142. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
  143. &times;
  144. </button>
  145. <h4 class="modal-title" id="appModalLabel">错误信息</h4>
  146. </div>
  147. <div class="modal-body" style="height: 400px; overflow-y: auto;">
  148. <div style="margin-left: 15%;font-size: 15px;font-weight: bold;color: red;" id="error_content">
  149. </div>
  150. </div>
  151. </div><!-- /.modal-content -->
  152. </div><!-- /.modal-dialog -->
  153. </div><!-- /.modal -->
  154. </body>
  155. </html>