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.

169 lines
7.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/productwarehouse/separateJoinRoll" 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-8">请扫描卷:</div>
  40. <input id="rollno1" class="ivu-col ivu-col-span-14"></input>
  41. </div>
  42. </form>
  43. <div style="margin-top: 5px">
  44. <div class="ivu-table" style="font-size: 11px;">
  45. <div class="ivu-table-header">
  46. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  47. border="0" style="table-layout:fixed;">
  48. <colgroup>
  49. <col width="20%">
  50. <col width="60%">
  51. <col width="20%">
  52. </colgroup>
  53. <thead>
  54. <tr>
  55. <th class="" style="text-align:center">
  56. <span>操作</span>
  57. </th>
  58. <th class="" style="text-align:center">
  59. <span>卷号</span>
  60. </th>
  61. <th class="" style="text-align:center">
  62. <span>数量</span>
  63. </th>
  64. </tr>
  65. </thead>
  66. </table>
  67. </div>
  68. <div class="ivu-table-body" style="">
  69. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  70. border="0">
  71. <colgroup>
  72. <col width="20%">
  73. <col width="60%">
  74. <col width="20%">
  75. </colgroup>
  76. <tbody class="ivu-table-tbody" id="roll_table">
  77. </tbody>
  78. </table>
  79. </div>
  80. <div class="ivu-table-tip" style="display: none;">
  81. <table cellspacing="0" cellpadding="0" border="0">
  82. <tbody>
  83. <tr>
  84. <td><span>暂无筛选结果</span></td>
  85. </tr>
  86. </tbody>
  87. </table>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="ivu-row" style="margin-top: 20px">
  92. <div class="ivu-col ivu-col-span-12">
  93. <a href="#" onclick="joinRoll()" class="ivu-btn ivu-btn-primary">
  94. <span>确认合卷</span>
  95. </a>
  96. </div>
  97. <div class="ivu-col ivu-col-span-12">
  98. <a href="/pda/productwarehouse/separateJoinRoll" class="ivu-btn ivu-btn-primary">
  99. <span>返回</span>
  100. </a>
  101. </div>
  102. </div>
  103. <div style="margin-top: 5px">
  104. <div class="ivu-table" style="font-size: 11px;" >
  105. <div class="ivu-table-header">
  106. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  107. border="0" style="table-layout:fixed;">
  108. <colgroup>
  109. <col width="50%">
  110. <col width="30%">
  111. <col width="20%">
  112. </colgroup>
  113. <thead>
  114. <tr>
  115. <th class="" style="text-align:center">
  116. <span>卷号</span>
  117. </th>
  118. <th class="" style="text-align:center">
  119. <span>数量</span>
  120. </th>
  121. <th class="" style="text-align:center">
  122. <span>操作</span>
  123. </th>
  124. </tr>
  125. </thead>
  126. </table>
  127. </div>
  128. <div class="ivu-table-body" style="">
  129. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  130. border="0">
  131. <colgroup>
  132. <col width="50%">
  133. <col width="30%">
  134. <col width="20%">
  135. </colgroup>
  136. <tbody class="ivu-table-tbody" id = "roll_join_table" >
  137. </tbody>
  138. </table>
  139. </div>
  140. <div class="ivu-table-tip" style="display: none;">
  141. <table cellspacing="0" cellpadding="0" border="0">
  142. <tbody>
  143. <tr>
  144. <td><span>暂无筛选结果</span></td>
  145. </tr>
  146. </tbody>
  147. </table>
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </body>
  154. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  155. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  156. <script type="text/javascript" src="/pda/js/productwarehouse/join.js"></script>
  157. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  158. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table.js"></script>
  159. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table-zh-CN.js"></script>
  160. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  161. </html>