旭捷内部项目管理系统
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.

150 lines
5.8 KiB

10 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="/pda/bootstrap/3.3.7/bootstrap.min.css" rel="stylesheet">
  14. <link href="/pda/bootstrap/3.3.7/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">卷号</span>:</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">物料编码<span style="color:red;">*</span>:</div>
  44. <input id="partNo" class="ivu-col ivu-col-span-14" ></input>
  45. </div>
  46. <div class="r-left ivu-row" style="margin-top: 5px">
  47. <div class="ivu-col ivu-col-span-6">物料名称:</div>
  48. <input id="partName" class="ivu-col ivu-col-span-14" disabled></input>
  49. </div>
  50. <div class="r-left ivu-row" style="margin-top: 5px">
  51. <div class="ivu-col ivu-col-span-6">入库数量<span style="color:red;">*</span>:</div>
  52. <input id="storageNumber" class="ivu-col ivu-col-span-14" oninput="value=value.replace(/[^\d.]/g,'')"></input>
  53. </div>
  54. <div class="r-left ivu-row" style="margin-top: 5px">
  55. <div class="ivu-col ivu-col-span-6">单卷数量<span style="color:red;">*</span>:</div>
  56. <input id="rollNumber" class="ivu-col ivu-col-span-14" oninput = "value=value.replace(/[^\d.]/g,'')"></input>
  57. </div>
  58. <div class="r-left ivu-row" style="margin-top: 5px">
  59. <div class="ivu-col ivu-col-span-6">仓库号<span style="color:red;">*</span>:</div>
  60. <select class="ivu-col ivu-col-span-14" id="warehouseId"
  61. data-options="editable:false" style="width:120px;height: 30px;">
  62. <#list depots! as temp>
  63. <option value="${temp.mark! }">${temp.mark! }</option>
  64. </#list >
  65. </select>
  66. </div>
  67. <div class="r-left ivu-row" style="margin-top: 5px">
  68. <div class="ivu-col ivu-col-span-6">生产单号<span style="color:red;">*</span>:</div>
  69. <input id="orderRef1" class="ivu-col ivu-col-span-14"></input>
  70. </div>
  71. <div class="r-left ivu-row" style="margin-top: 5px">
  72. <div class="ivu-col ivu-col-span-6">工序号<span style="color:red;">*</span>:</div>
  73. <input id="orderRef2" class="ivu-col ivu-col-span-14"></input>
  74. </div>
  75. <div class="r-left ivu-row" style="margin-top: 5px">
  76. <div class="ivu-col ivu-col-span-6">原因<span style="color:red;">*</span>:</div>
  77. <input id="display" class="ivu-col ivu-col-span-14"></input>
  78. </div>
  79. </form>
  80. <div style="margin-top: 5px">
  81. <div class="ivu-table" style="font-size: 11px;" >
  82. <div class="ivu-table-header">
  83. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  84. border="0" style="table-layout:fixed;">
  85. <colgroup>
  86. <col width="50%">
  87. <col width="30%">
  88. <col width="20%">
  89. </colgroup>
  90. <thead>
  91. <tr>
  92. <th class="" style="text-align:center">
  93. <span>卷号</span>
  94. </th>
  95. <th class="" style="text-align:center">
  96. <span>数量</span>
  97. </th>
  98. <th class="" style="text-align:center">
  99. <span>操作</span>
  100. </th>
  101. </tr>
  102. </thead>
  103. </table>
  104. </div>
  105. <div class="ivu-table-body" style="">
  106. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  107. border="0">
  108. <colgroup>
  109. <col width="50%">
  110. <col width="30%">
  111. <col width="20%">
  112. </colgroup>
  113. <tbody class="ivu-table-tbody" id = "roll_table" >
  114. </tbody>
  115. </table>
  116. </div>
  117. <div class="ivu-table-tip" style="display: none;">
  118. <table cellspacing="0" cellpadding="0" border="0">
  119. <tbody>
  120. <tr>
  121. <td><span>暂无筛选结果</span></td>
  122. </tr>
  123. </tbody>
  124. </table>
  125. </div>
  126. </div>
  127. </div>
  128. <div class="ivu-row" style="margin-top: 20px">
  129. <div class="ivu-col ivu-col-span-12">
  130. <a href="#" onclick="submitToStorage()" class="ivu-btn ivu-btn-primary">
  131. <span>确认</span>
  132. </a>
  133. </div>
  134. <div class="ivu-col ivu-col-span-12">
  135. <a href="/pda/publicMenu?titleName=''&menuId=0" class="ivu-btn ivu-btn-primary">
  136. <span>返回</span>
  137. </a>
  138. </div>
  139. </div>
  140. </div>
  141. </div>
  142. </body>
  143. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  144. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  145. <script type="text/javascript" src="/pda/js/productwarehouse/storage.js"></script>
  146. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  147. </html>