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.

123 lines
4.2 KiB

8 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. <form autocomplete="off" class="ivu-form ivu-form-label-right" style="margin-left:40px;margin-top: 10px ">
  38. <div class="r-left ivu-row" style="margin-top: 5px">
  39. <div class="ivu-col ivu-col-span-6">卷号:</div>
  40. <input id="rollNo" class="ivu-col ivu-col-span-14"></input>
  41. </div>
  42. <div class="r-left ivu-row" style="margin-top: 5px">
  43. <div class="ivu-col ivu-col-span-6">原因:</div>
  44. <input id="display" class="ivu-col ivu-col-span-14"></input>
  45. </div>
  46. </form>
  47. <div class="ivu-table" style="font-size: 11px;">
  48. <div class="ivu-table-header">
  49. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  50. border="0" style="table-layout:fixed;">
  51. <colgroup>
  52. <col width="25%">
  53. <col width="25%">
  54. <col width="25%">
  55. <col width="25%">
  56. </colgroup>
  57. <thead>
  58. <tr>
  59. <th class="" style="text-align:center">
  60. <span>操作</span>
  61. </th>
  62. <th class="" style="text-align:center">
  63. <span>卷号</span>
  64. </th>
  65. <th class="" style="text-align:center">
  66. <span>物料编码</span>
  67. </th>
  68. <th class="" style="text-align:center">
  69. <span>数量</span>
  70. </th>
  71. </tr>
  72. </thead>
  73. </table>
  74. </div>
  75. <div class="ivu-table-body" style="">
  76. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  77. border="0">
  78. <colgroup>
  79. <col width="25%">
  80. <col width="25%">
  81. <col width="25%">
  82. <col width="25%">
  83. </colgroup>
  84. <tbody class="ivu-table-tbody" id = "roll_table" >
  85. </tbody>
  86. </table>
  87. </div>
  88. <div class="ivu-table-tip" style="display: none;">
  89. <table cellspacing="0" cellpadding="0" border="0">
  90. <tbody>
  91. <tr>
  92. <td><span>暂无筛选结果</span></td>
  93. </tr>
  94. </tbody>
  95. </table>
  96. </div>
  97. </div>
  98. <div class="ivu-row" style="margin-top: 20px">
  99. <div class="ivu-col ivu-col-span-12">
  100. <a href="#" onclick="otherOutbound()" class="ivu-btn ivu-btn-primary">
  101. <span>确认</span>
  102. </a>
  103. </div>
  104. <div class="ivu-col ivu-col-span-12">
  105. <a href="/pda/publicMenu?titleName=''&menuId=0" class="ivu-btn ivu-btn-primary">
  106. <span>返回</span>
  107. </a>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. </body>
  113. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  114. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  115. <script type="text/javascript" src="/pda/js/productwarehouse/outbound.js"></script>
  116. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  117. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table.js"></script>
  118. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table-zh-CN.js"></script>
  119. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  120. </html>