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

172 lines
8.2 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years 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="/css/common.css">
  14. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap.css">
  15. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-select.css">
  16. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-table.css">
  17. <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-datetimepicker.css">
  18. <!-- Custom styles for this template -->
  19. <link href="/css/base1.css" rel="stylesheet">
  20. <link rel="stylesheet" type="text/css" href="/css/button.css">
  21. <link href="/js/layer/skin/layer.css" rel="stylesheet">
  22. <style type="text/css">
  23. .form-input-2 {
  24. width: 80%;
  25. height: 25px;
  26. padding: 3px 3px;
  27. font-size: 12px;
  28. line-height: 1.42857143;
  29. color: #555;
  30. background-image: none;
  31. border: 1px solid #ccc;
  32. border-radius: 4px;
  33. text-align: left;
  34. float: left;
  35. margin-left: -11px;
  36. }
  37. .ivu-form-item {
  38. margin-left: 30px;
  39. margin-top: -16px;
  40. }
  41. #selectview button{
  42. width: 375px;
  43. height:27px;
  44. margin-left: -15px;
  45. margin-top: -5px;
  46. }
  47. </style>
  48. </head>
  49. <div class="hideData" style="display: none;">
  50. <#if user ??>
  51. <input id="current_id" value="${user.userId ! ''}">
  52. <input id="current_username" value="${user.username!'' }">
  53. <input id="current_email" value="${user.email!'' }">
  54. <input id="current_mobile" value="${user.mobile!'' }">
  55. <input id="current_site" value="${user.site!'' }">
  56. <input id="current_languageDefault" value="${user.languageDefault!'' }">
  57. <input id="menuId" value="${menuId!'' }">
  58. <input id="current_titleName" value="${titleName!'' }">
  59. </#if>
  60. <span id = "titleName"></span>
  61. </div>
  62. <body>
  63. <div id="app">
  64. <header class="mint-header is-fixed">
  65. <div class="mint-header-button is-left">
  66. <div class="header-title">
  67. <#--<a href="/pda/publicMenu?menuId=${superiorId}&titleName=${superiorName}" class="go-back"><i class="mintui mintui-back"></i></a>-->
  68. <a href="/pda/pdaBase" class="go-back" ><i class="mintui mintui-back"></i></a>
  69. <span >混炼通知单入库</span>
  70. </div>
  71. </div>
  72. <h1 class="mint-header-title"></h1>
  73. <div class="mint-header-button is-right"></div>
  74. </header>
  75. <div autocomplete="off" style="margin-left: 15px;width: 58px;height: 24px;margin-top: -10px;">
  76. <label class="ivu-form-item-label" >入库日期</label>
  77. </div>
  78. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  79. <input id="warehousingDate" type="text" class="form-input-2" >
  80. </div>
  81. <div autocomplete="off" style="margin-left: 21px;width: 48px;height: 24px;margin-top: 5px;">
  82. <label class="ivu-form-item-label" >入库数量</label>
  83. </div>
  84. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  85. <input id="warehouseQty" type="text" class="form-input-2" >
  86. </div>
  87. <#-- <div autocomplete="off" style="margin-left: 21px;width: 48px;height: 24px;margin-top: 5px;">-->
  88. <#-- <label class="ivu-form-item-label" >入库重量</label>-->
  89. <#-- </div>-->
  90. <#-- <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">-->
  91. <#-- <input id="warehouseQtyKG" type="text" class="form-input-2" >-->
  92. <#-- </div>-->
  93. <div autocomplete="off" style="margin-left: 22px;width: 24px;height: 24px;margin-top: 5px;">
  94. <label class="ivu-form-item-label" >仓库</label>
  95. </div>
  96. <div autocomplete="off" style="width: 262px;margin-left: 13px;height: 24px;margin-top: -5px;">
  97. <select id="warehouse_id" class=" form-input-2 " name="supplierId" style="background-color: #ffffff;margin-left: 0px;" data-first-option="false">
  98. </select>
  99. </div>
  100. <div autocomplete="off" style="margin-left: 22px;width: 24px;height: 24px;margin-top: 5px;">
  101. <label class="ivu-form-item-label" >库位</label>
  102. </div>
  103. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  104. <input id="locationId" type="text" class="form-input-2" >
  105. </div>
  106. <div autocomplete="off" style="margin-left: 22px;width: 24px;height: 24px;margin-top: 5px;">
  107. <label class="ivu-form-item-label" >批号</label>
  108. </div>
  109. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  110. <input id="batchNo" type="text" class="form-input-2" >
  111. </div>
  112. <div autocomplete="off" style="margin-left: 22px;width: 48px;height: 24px;margin-top: 5px;">
  113. <label class="ivu-form-item-label" >标签数量</label>
  114. </div>
  115. <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
  116. <input id="remark" type="hidden" class="form-input-2" >
  117. <input id="printNumber" type="number" class="form-input-2" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')">
  118. </div>
  119. <div autocomplete="off" style="margin-top: 20px;width: 130px;margin-left: 90px;">
  120. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 54px;" data-toggle="modal" onclick="pdaBaseJump()">上一步</button>
  121. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 68px;margin-left: 0%" data-toggle="modal" onclick="receiveFlag()">确认入库</button>
  122. <#-- <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 68px;margin-left: 10%" data-toggle="modal" onclick="receiveModal()">确认入库</button>-->
  123. </div>
  124. <div class="modal fade" id="receiveModal" aria-labelledby="myModalLabel" aria-hidden="true">
  125. <div class="modal-dialog" style="width:300px; margin: 20% auto; ">
  126. <div class="modal-content" >
  127. <div id="legend" class="" style="background-color: #17b3a3;color: #ffffff;">
  128. <legend style="font-size: 18px;">勾选周计划</legend>
  129. </div>
  130. <div class="modal-body" style="padding: 1px 1px;">
  131. <div class="table-row" style="margin-top: 0px;">
  132. <table id="plan_data" style="">
  133. </table>
  134. </div>
  135. </div>
  136. <div autocomplete="off" style="margin-top: 0px;width: 130px;margin-left: 90px;">
  137. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 68px;" data-toggle="modal" onclick="receiveFlag()">保存入库</button>
  138. </div>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </body>
  144. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  145. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  146. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  147. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-select.js"></script>
  148. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-datetimepicker.js"></script>
  149. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table.js"></script>
  150. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table-zh-CN.js"></script>
  151. <script type="text/javascript" src="/js/layer/layer.js"></script>
  152. <script type="text/javascript" src="/js/common.js"></script>
  153. <script type="text/javascript" src="/js/pda/transferWarehousing2ForHunlian.js"></script>
  154. </html>