旭捷内部项目管理系统
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.

67 lines
2.5 KiB

10 months ago
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="icon" href="/favicon.ico">
  11. <title>${projectTitle!"MESPda"}</title>
  12. <!-- Bootstrap core CSS -->
  13. <link href="/js/bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet">
  14. <link href="/js/bootstrap-3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
  15. <link rel="stylesheet" type="text/css"
  16. href="/pda/jeasyui/themes/default/easyui.css">
  17. <link rel="stylesheet" type="text/css" href="/pda/jeasyui/themes/icon.css">
  18. <!-- Custom styles for this template -->
  19. <link href="/pda/css/base.css" rel="stylesheet">
  20. <link rel="stylesheet" type="text/css" href="/css/button.css">
  21. <!-- layer的css样式 -->
  22. <link href="/layer/skin/layer.css" rel="stylesheet">
  23. </head>
  24. <body>
  25. <div id="app">
  26. <div data-v-45aee492="">
  27. <header class="mint-header is-fixed">
  28. <div class="mint-header-button is-left">
  29. <div class="header-title">
  30. <a href="/pda/publicMenu?titleName=''&menuId=0" class="go-back"><i class="mintui mintui-back"></i></a>
  31. <span>分卷合卷</span>
  32. </div>
  33. </div>
  34. <h1 class="mint-header-title"></h1>
  35. <div class="mint-header-button is-right"></div>
  36. </header>
  37. <div class="ivu-row" style="margin-top: 5px;">
  38. <div class="ivu-col ivu-col-span-30">
  39. <a href="/pda/productwarehouse/split" class="ivu-btn ivu-btn-primary">
  40. <span>分卷</span>
  41. </a>
  42. </div>
  43. </div>
  44. <div class="ivu-row" style="margin-top: 20px">
  45. <div class="ivu-col ivu-col-span-30">
  46. <a href="/pda/productwarehouse/join" class="ivu-btn ivu-btn-primary">
  47. <span>合卷</span>
  48. </a>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. </body>
  54. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  55. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  56. <script type="text/javascript" src="/pda/js/productwarehouse/separateJoinRoll.js"></script>
  57. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  58. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table.js"></script>
  59. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table-zh-CN.js"></script>
  60. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  61. </html>