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.

183 lines
8.0 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
  31. class="mintui mintui-back"></i></a>
  32. <span>装配出库</span>
  33. </div>
  34. </div>
  35. <h1 class="mint-header-title"></h1>
  36. <div class="mint-header-button is-right"></div>
  37. </header>
  38. <form autocomplete="off" class="ivu-form ivu-form-label-right" style="margin-left:40px;margin-top: 10px ">
  39. <div class="r-left ivu-row" style="margin-top: 5px">
  40. <div class="ivu-col ivu-col-span-8">输入交货单号:</div>
  41. <input id="orderNo" value="${packVo.orderNo!'' }" class="ivu-col ivu-col-span-14"></input>
  42. </div>
  43. <div class="r-left ivu-row" style="margin-top: 5px">
  44. <div class="ivu-col ivu-col-span-8">请扫描卷:</div>
  45. <input id="rollNo" class="ivu-col ivu-col-span-14"></input>
  46. </div>
  47. <div class="ivu-row" style="margin-top: 5px;">
  48. <div class="ivu-col ivu-col-span-8">按生产单装箱:</div>
  49. <input id="orderFlag" type="checkbox" class="ivu-col ivu-col-span-14"></input>
  50. </div>
  51. </form>
  52. <div class="ivu-row" style="margin-top: 5px;">
  53. <div class="ivu-col ivu-col-span-24">
  54. <a href="#" onclick="getPickingList()" class="ivu-btn ivu-btn-primary">
  55. <span>确认</span>
  56. </a>
  57. </div>
  58. </div>
  59. <div style="margin-top: 5px">
  60. <div class="ivu-table" style="font-size: 11px;">
  61. <div class="ivu-table-header">
  62. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  63. border="0" style="table-layout:fixed;">
  64. <colgroup>
  65. <col width="20%">
  66. <col width="10%">
  67. <col width="25%">
  68. <col width="15%">
  69. <col width="15%">
  70. </colgroup>
  71. <thead>
  72. <tr>
  73. <th class="" style="text-align:center">
  74. <span>操作</span>
  75. </th>
  76. <th class="" style="text-align:center">
  77. <span>交货单号</span>
  78. </th>
  79. <th class="" style="text-align:center">
  80. <span>物料编码</span>
  81. </th>
  82. <th class="" style="text-align:center">
  83. <span>计划数量</span>
  84. </th>
  85. <th class="" style="text-align:center">
  86. <span>已装配数量</span>
  87. </th>
  88. </tr>
  89. </thead>
  90. </table>
  91. </div>
  92. <div class="ivu-table-body" style="">
  93. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  94. border="0">
  95. <colgroup>
  96. <col width="20%">
  97. <col width="10%">
  98. <col width="25%">
  99. <col width="15%">
  100. <col width="15%">
  101. </colgroup>
  102. <tbody class="ivu-table-tbody" id="roll_table">
  103. </tbody>
  104. </table>
  105. </div>
  106. <div class="ivu-table-tip" style="display: none;">
  107. <table cellspacing="0" cellpadding="0" border="0">
  108. <tbody>
  109. <tr>
  110. <td><span>暂无筛选结果</span></td>
  111. </tr>
  112. </tbody>
  113. </table>
  114. </div>
  115. </div>
  116. </div>
  117. <div class="ivu-row" style="margin-top: 20px">
  118. <div class="ivu-col ivu-col-span-30">
  119. <a href="/pda/publicMenu?titleName=''&menuId=0" class="ivu-btn ivu-btn-primary">
  120. <span>返回</span>
  121. </a>
  122. <a href="#" onclick="delivery()" class="ivu-btn ivu-btn-primary">
  123. <span>交货</span>
  124. </a>
  125. </div>
  126. </div>
  127. </div>
  128. <!-- 模板 -->
  129. <div class="modal fade" id="printFile" aria-labelledby="myModalLabel" aria-hidden="true">
  130. <div class="modal-dialog" style="width:350px; margin: 10% auto;">
  131. <div class="modal-content">
  132. <div class="modal-body">
  133. <form id="interval_roll_form" class="form-horizontal" action="" method="post" novalidate>
  134. <fieldset>
  135. <div class="r-left ivu-row" style="margin-top: 5px">
  136. <div class="ivu-col ivu-col-span-8">请选择模板:</div>
  137. <select id="reoprtId" class="ivu-col ivu-col-span-14"
  138. style="height: 24px;font-size: 12px">
  139. </select>
  140. </div>
  141. </fieldset>
  142. </form>
  143. </div>
  144. <div class="modal-footer" style="TEXT-ALIGN: center; margin-top: -5px;">
  145. <div class="control-group">
  146. <!-- Button -->
  147. <div class="controls">
  148. <a href="#" id="box_print" onclick="boxing()" class="ivu-btn ivu-btn-primary">
  149. <span>装箱打印</span>
  150. </a>
  151. <a href="#" id="box_close" data-dismiss="modal" class="ivu-btn ivu-btn-primary">
  152. <span>取消</span>
  153. </a>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </body>
  162. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  163. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  164. <script type="text/javascript" src="/pda/js/productwarehouse/packingout.js"></script>
  165. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  166. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table.js"></script>
  167. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table-zh-CN.js"></script>
  168. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  169. </html>