赫艾后端
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.

189 lines
7.6 KiB

4 weeks 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>${project_title!"赫艾Pda"}</title>
  12. <!-- Bootstrap core CSS -->
  13. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap.css">
  14. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-select.css">
  15. <!-- Custom styles for this template -->
  16. <link href="/css/base1.css" rel="stylesheet">
  17. <link rel="stylesheet" type="text/css" href="/css/button.css">
  18. <link href="/js/layer/skin/layer.css" rel="stylesheet">
  19. <style type="text/css">
  20. .form-input-2 {
  21. width: 80%;
  22. height: 25px;
  23. padding: 3px 3px;
  24. font-size: 12px;
  25. line-height: 1.42857143;
  26. color: #555;
  27. background-image: none;
  28. border: 1px solid #ccc;
  29. border-radius: 4px;
  30. text-align: left;
  31. float: left;
  32. margin-left: -11px;
  33. }
  34. .ivu-form-item {
  35. margin-left: 30px;
  36. margin-top: -16px;
  37. }
  38. #selectview button{
  39. width: 375px;
  40. height:27px;
  41. margin-left: -15px;
  42. margin-top: -5px;
  43. }
  44. </style>
  45. </head>
  46. <div class="hideData" style="display: none;">
  47. <#if user ??>
  48. <input id="current_id" value="${user.userId ! ''}">
  49. <input id="current_username" value="${user.username!'' }">
  50. <input id="current_email" value="${user.email!'' }">
  51. <input id="current_mobile" value="${user.mobile!'' }">
  52. <input id="current_site" value="${user.site!'' }">
  53. <input id="current_languageDefault" value="${user.languageDefault!'' }">
  54. <input id="menuId" value="${menuId!'' }">
  55. <input id="current_titleName" value="${titleName!'' }">
  56. </#if>
  57. </div>
  58. <body>
  59. <div id="app">
  60. <header class="mint-header is-fixed">
  61. <div class="mint-header-button is-left">
  62. <div class="header-title">
  63. <#--<a href="/pda/publicMenu?menuId=${superiorId}&titleName=${superiorName}" class="go-back"><i class="mintui mintui-back"></i></a>-->
  64. <a href="/pda/pdaBase" class="go-back"><i class="mintui mintui-back"></i></a>
  65. <span id = "titleName"></span>
  66. </div>
  67. </div>
  68. <h1 class="mint-header-title"></h1>
  69. <div class="mint-header-button is-right"></div>
  70. </header>
  71. <div autocomplete="off" style="margin-left: 15px;width: 120px;height: 24px;margin-top: -10px;">
  72. <label class="ivu-form-item-label" >请扫描物料标签</label>
  73. </div>
  74. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  75. <input id="partNo_search" type="text" class="form-input-2" >
  76. </div>
  77. <div autocomplete="off" style="margin-top: -24px;width: 48px;margin-left: 230px;">
  78. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;" data-toggle="modal" onclick="queryPart()">查询</button>
  79. </div>
  80. <div autocomplete="off" style="margin-left: 27px;width: 48px;height: 24px;margin-top: 5px;">
  81. <label class="ivu-form-item-label" >发料仓库</label>
  82. </div>
  83. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  84. <input id="wareHouse" disabled type="text" class="form-input-2" >
  85. </div>
  86. <div autocomplete="off" style="margin-left: 27px;width: 48px;height: 24px;margin-top: 5px;">
  87. <label class="ivu-form-item-label" >备注</label>
  88. </div>
  89. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  90. <input id="remark" type="text" class="form-input-2" >
  91. </div>
  92. <div class="ivu-row" style="margin-top: 10px;">
  93. <div class="ivu-table-wrapper">
  94. <div class="ivu-table" style="font-size: 11px;">
  95. <div class="ivu-table-header">
  96. <table style="width: 100%;" cellspacing="0" cellpadding="0" border="0" style="table-layout:fixed;">
  97. <thead>
  98. <tr>
  99. <th class="" style="text-align:center;width: 20%;">
  100. <span>物料编码</span>
  101. </th>
  102. <th class="" style="text-align:center;width: 20%;">
  103. <span>数量</span>
  104. </th>
  105. <th class="" style="text-align:center;width: 39%;">
  106. <span>批号</span>
  107. </th>
  108. <th class="" style="text-align:center;width: 20%;">
  109. <span>库位</span>
  110. </th>
  111. </tr>
  112. </thead>
  113. </table>
  114. </div>
  115. <div class="ivu-table-body" style="overflow-y: visible">
  116. <table style="width: 100%;" cellspacing="0" cellpadding="0" border="0">
  117. <tbody class="ivu-table-tbody" style="" id = "issue_table" >
  118. </tbody>
  119. </table>
  120. </div>
  121. <div class="ivu-table-tip" style="display: none;">
  122. <table cellspacing="0" cellpadding="0" border="0">
  123. <tbody>
  124. <tr>
  125. <td><span>暂无筛选结果</span></td>
  126. </tr>
  127. </tbody>
  128. </table>
  129. </div>
  130. </div>
  131. <object style="display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: medium none; padding: 0px; margin: 0px; opacity: 0; z-index: -1000; pointer-events: none;" tabindex="-1" type="text/html" data="about:blank"></object>
  132. </div>
  133. </div>
  134. <div autocomplete="off" style="margin-top: 20px;width: 130px;margin-left: 90px;">
  135. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 55px;" data-toggle="modal" onclick="clearAll()">清空</button>
  136. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 55px;margin-left: 10%" data-toggle="modal" onclick="saveData()">保存</button>
  137. </div>
  138. <!-- 运单操作 -->
  139. <div class="modal fade" id="issue_modal" aria-labelledby="myModalLabel" aria-hidden="true">
  140. <div class="modal-dialog" style="width:260px; margin: 40% auto;">
  141. <div class="modal-content" >
  142. <div id="legend" style="background-color: #17b2a2;;color: #fff;">
  143. <legend style="font-size: 18px;">物料信息</legend>
  144. </div>
  145. <div class="modal-body" style="padding: 1px 1px;">
  146. <div class="ivu-form-item">
  147. <label class="ivu-form-item-label" style="width: 70px;margin-top: 12%;text-align: left;">发料数量:</label>
  148. <div class="ivu-input-wrapper ivu-input-type" style="width: 150px;">
  149. <input id="qtyOut" type="number" class="form-input-2">
  150. </div>
  151. <label class="ivu-form-item-label" style="width: 70px;margin-top: 12%;text-align: left;">公斤重量:</label>
  152. <div class="ivu-input-wrapper ivu-input-type" style="width: 150px;">
  153. <input id="qtyOutKG" type="number" class="form-input-2">
  154. </div>
  155. </div>
  156. </div>
  157. <div class="modal-footer" style="TEXT-ALIGN: center; margin-top: 0px;padding: 5px 5px;">
  158. <div class="control-group" style="margin-left: 35px;">
  159. <div class="controls">
  160. <button class="btn btn-primary" id = "determine" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: -10%" data-toggle="modal" onclick="saveTable()">确定</button>
  161. <button class="btn btn-primary" id="issue_cancel" data-dismiss="modal" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: 10%" data-toggle="modal">取消</button>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. </body>
  170. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  171. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  172. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  173. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-select.js"></script>
  174. <script type="text/javascript" src="/js/layer/layer.js"></script>
  175. <script type="text/javascript" src="/js/pdaOther/stockOtherOut.js"></script>
  176. </html>