金豪看板
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.

102 lines
3.6 KiB

3 years ago
2 years ago
3 years ago
3 years ago
2 years ago
3 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_WIP()">每日生产看板</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="row ButClassRow">
  44. <a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP3()">产品质量控制</a>
  45. </div>
  46. <div class="row ButClassRow">
  47. <a id="NF-WatchPanel1" authorize="yes" class="btn btn-primary dropdown-text ButClass" onclick="btn_WIP4()">生产看板</a>
  48. </div>
  49. <div class="login_tips"></div>
  50. </div>
  51. <ul class="bg-bubbles">
  52. <li></li>
  53. <li></li>
  54. <li></li>
  55. <li></li>
  56. <li></li>
  57. <li></li>
  58. <li></li>
  59. <li></li>
  60. <li></li>
  61. <li></li>
  62. </ul>
  63. </div>
  64. <div class="row" style="text-align:center;bottom:10px; font-size:13px;font-weight:bold;width:100%;position:absolute">
  65. 技术支持:苏州智合诚信息科技有限公司
  66. </div>
  67. <div class="copyright">
  68. </div>
  69. <script type="text/javascript">
  70. </script>
  71. <script type="text/javascript">
  72. function btn_WIP() {
  73. // window.open("/SRM/WatchPanel/PanelWIPDetail?&" + Math.random());
  74. var cc = window.location.href.replace("/Login/Index", "");
  75. window.open(cc + "SRM/WatchPanel/PanelWIPDetail?&" + Math.random());
  76. }
  77. function btn_WIP2() {
  78. window.open("/SRM/WatchPanel/PanelWIPZhiXingDa2?&" + Math.random());
  79. }
  80. function btn_WIP3() {
  81. var cc = window.location.href.replace("/Login/Index", "");
  82. window.open(cc + "SRM/WatchPanel/PanelCK?&" + Math.random());
  83. }
  84. function btn_WIP4() {
  85. window.open("/SRM/WatchPanel/PanelWIPZhiXingDa3?&" + Math.random());
  86. }
  87. </script>
  88. </body>
  89. </html>