金豪看板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.9 KiB

2 years ago
5 months ago
2 years ago
5 months ago
2 years ago
8 months ago
2 years ago
5 months ago
2 years ago
2 years ago
8 months ago
2 years ago
5 months ago
8 months ago
2 years ago
5 months ago
8 months ago
2 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title> 金豪电机科技(苏州)有限公司--看板</title>
  8. <link href="~/Content/css/framework-font.css" rel="stylesheet" />
  9. <link href="~/Content/css/framework-login.css" rel="stylesheet" />
  10. <link href="~/Content/css/framework-theme.css" rel="stylesheet" />
  11. <link href="~/Content/js/bootstrap/bootstrap.min.css" rel="stylesheet" />
  12. <script src="~/Content/js/jquery/jquery-2.1.1.min.js"></script>
  13. <script src="~/Content/js/bootstrap/bootstrap.js"></script>
  14. <script src="~/Content/js/dialog/dialog.js"></script>
  15. <script src="~/Content/js/cookie/jquery.cookie.js"></script>
  16. <script src="~/Content/js/md5/jquery.md5.js"></script>
  17. <style>
  18. .ButClass {
  19. width: 250px;
  20. font-size: 22px;
  21. /*font-weight:300;*/
  22. }
  23. .ButClassRow {
  24. margin-bottom: 10px;
  25. }
  26. .bg-bubbles {
  27. z-index: -999;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <div class="wrapper" style="height:100%">
  33. <div class="container" style="height:98%">
  34. <div class="logo row" style="padding-left:0px;padding-bottom:15px;text-align:center;color:white;margin-top:55px">
  35. <h2 style="font-size:35px">金豪电机科技(苏州)有限公司</h2>
  36. </div>
  37. <div class="row ButClassRow">
  38. <a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP1()">生产管理看板</a>
  39. </div>
  40. <div class="row ButClassRow">
  41. <a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP2()">仓库管理看板</a>
  42. </div>
  43. <div class="login_tips"></div>
  44. </div>
  45. <ul class="bg-bubbles">
  46. <li></li>
  47. <li></li>
  48. <li></li>
  49. <li></li>
  50. <li></li>
  51. <li></li>
  52. <li></li>
  53. <li></li>
  54. <li></li>
  55. <li></li>
  56. </ul>
  57. </div>
  58. <div class="row" style="text-align:center;bottom:10px; font-size:13px;font-weight:bold;width:100%;position:absolute">
  59. 技术支持:苏州智合诚信息科技有限公司
  60. </div>
  61. <div class="copyright">
  62. </div>
  63. <script type="text/javascript">
  64. </script>
  65. <script type="text/javascript">
  66. function btn_WIP1() {
  67. var cc = window.location.href.replace("/Login/Index", "");
  68. window.open(cc + "SRM/WatchPanel/PanelWip?&" + Math.random());
  69. }
  70. function btn_WIP2() {
  71. var cc = window.location.href.replace("/Login/Index", "");
  72. window.open(cc + "SRM/WatchPanel/PanelWip2?&" + Math.random());
  73. }
  74. </script>
  75. </body>
  76. </html>