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.

195 lines
7.3 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>${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. <!-- Custom styles for this template -->
  15. <link href="/css/base1.css" rel="stylesheet">
  16. <link rel="stylesheet" type="text/css" href="/css/button.css">
  17. <link href="/js/layer/skin/layer.css" rel="stylesheet">
  18. <style type="text/css">
  19. .form-input-2 {
  20. width: 80%;
  21. height: 25px;
  22. padding: 3px 3px;
  23. font-size: 12px;
  24. line-height: 1.42857143;
  25. color: #555;
  26. background-image: none;
  27. border: 1px solid #ccc;
  28. border-radius: 4px;
  29. text-align: left;
  30. float: left;
  31. margin-left: -11px;
  32. }
  33. .ivu-form-item {
  34. margin-left: 30px;
  35. margin-top: -16px;
  36. }
  37. </style>
  38. </head>
  39. <div class="hideData" style="display: none;">
  40. <#if user ??>
  41. <input id="current_id" value="${user.userId ! ''}">
  42. <input id="current_username" value="${user.username!'' }">
  43. <input id="current_email" value="${user.email!'' }">
  44. <input id="current_mobile" value="${user.mobile!'' }">
  45. <input id="current_site" value="${user.site!'' }">
  46. <input id="current_languageDefault" value="${user.languageDefault!'' }">
  47. <input id="menuId" value="${menuId!'' }">
  48. <input id="current_titleName" value="${titleName!'' }">
  49. </#if>
  50. </div>
  51. <body>
  52. <div id="app">
  53. <header class="mint-header is-fixed">
  54. <div class="mint-header-button is-left">
  55. <div class="header-title">
  56. <a href="/pda/publicMenu?titleName=''&menuId=0" class="go-back"><i class="mintui mintui-back"></i></a>
  57. <span>工具报废</span>
  58. </div>
  59. </div>
  60. <h1 class="mint-header-title"></h1>
  61. <div class="mint-header-button is-right"></div>
  62. </header>
  63. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  64. <div class="ivu-form-item" style="margin-bottom: 24px;">
  65. <label class="ivu-form-item-label" style="width: 100px;">报废日期:</label>
  66. <div class="ivu-form-item-content" style="margin-left: 100px;">
  67. <div class="ivu-input-wrapper ivu-input-type">
  68. <input id="storage_time" type="text" readonly="readonly" class="form-input-2" >
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  74. <div class="ivu-form-item" style="margin-bottom: 24px;">
  75. <label class="ivu-form-item-label" style="width: 100px;">工具实例:</label>
  76. <div class="ivu-form-item-content" style="margin-left: 100px;">
  77. <div class="ivu-input-wrapper ivu-input-type">
  78. <input id="tool_detail" type="text" class="form-input-2" >
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  84. <div class="ivu-form-item" style="margin-bottom: 24px;">
  85. <label class="ivu-form-item-label" style="width: 100px;">备注:</label>
  86. <div class="ivu-form-item-content" style="margin-left: 100px;">
  87. <div class="ivu-input-wrapper ivu-input-type">
  88. <input id="remark" type="text" class="form-input-2" style="text-transform:uppercase" >
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  94. <div class="ivu-form-item" style="margin-bottom: 24px;">
  95. <label class="ivu-form-item-label" style="width: 100px;">批量录入:</label>
  96. <input id="bulk_entry" value="1" class="selected_resource" type="checkbox" style="margin-right: 60%;margin-top: 5px;">
  97. </div>
  98. </div>
  99. <div class="ivu-row" style="margin-top: -20px;">
  100. <div class="ivu-table-wrapper">
  101. <div class="ivu-table" style="font-size: 11px;">
  102. <div class="ivu-table-header">
  103. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  104. border="0" style="table-layout:fixed;">
  105. <colgroup>
  106. <col width="25%">
  107. <col width="25%">
  108. <col width="25%">
  109. <col width="25%">
  110. </colgroup>
  111. <thead>
  112. <tr>
  113. <th class="" style="text-align:center">
  114. <span>实例编码</span>
  115. </th>
  116. <th class="" style="text-align:center">
  117. <span>工具名称</span>
  118. </th>
  119. <th class="" style="text-align:center">
  120. <span>原库位</span>
  121. </th>
  122. <th class="" style="text-align:center">
  123. <span>操作</span>
  124. </th>
  125. </tr>
  126. </thead>
  127. </table>
  128. </div>
  129. <div class="ivu-table-body" style="">
  130. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  131. border="0">
  132. <colgroup>
  133. <col width="25%">
  134. <col width="25%">
  135. <col width="25%">
  136. <col width="25%">
  137. </colgroup>
  138. <tbody class="ivu-table-tbody" id = "dateil_table" >
  139. </tbody>
  140. </table>
  141. </div>
  142. <div class="ivu-table-tip" style="display: none;">
  143. <table cellspacing="0" cellpadding="0" border="0">
  144. <tbody>
  145. <tr>
  146. <td><span>暂无筛选结果</span></td>
  147. </tr>
  148. </tbody>
  149. </table>
  150. </div>
  151. </div>
  152. <object
  153. 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;"
  154. tabindex="-1" type="text/html" data="about:blank"></object>
  155. </div>
  156. </div>
  157. <div autocomplete="off" id = "ShowDiv" class="ivu-form ivu-form-label-right" style="margin-top: 20px;">
  158. <div class="ivu-form-item" style="margin-bottom: 24px;">
  159. <div>
  160. <label class="ivu-form-item-label" style="width: 100px;">增加:</label>
  161. <input id="add_entry" value="1" class="selected_resource" type="checkbox" style="margin-right: 60%;margin-top: 5px;"> <!-- style="margin-right: 60%;margin-top: 5px;" -->
  162. </div>
  163. <div style="margin-top: -35px">
  164. <label class="ivu-form-item-label" style="width: 50px;margin-left: 15%;">移除:</label>
  165. <input id="del_entry" value="1" class="selected_resource" type="checkbox" style="margin-top: 15px;margin-right: 25%;">
  166. </div>
  167. </div>
  168. </div>
  169. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  170. <div class="ivu-form-item" style="margin-bottom: 24px;">
  171. <!-- <label class="ivu-form-item-label" style="width: 100px;">确定:</label>
  172. <label class="ivu-form-item-label" style="width: 100px;">取消:</label> -->
  173. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: -10%" data-toggle="modal" onclick="saveWareHouse()">确定</button>
  174. <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: 10%" data-toggle="modal" onclick="cleanData()">取消</button>
  175. </div>
  176. </div>
  177. </div>
  178. </body>
  179. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  180. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  181. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  182. <script type="text/javascript" src="/js/layer/layer.js"></script>
  183. <script type="text/javascript" src="/js/pda/toolScrapped.js"></script>
  184. <#--<script type="text/javascript" src="/laydate/laydate.js"></script>-->
  185. <script type="text/javascript" src="/js/header.js"></script>
  186. </html>