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
6.8 KiB

2 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>${projectTitle!"融欣-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. <body>
  40. <div class="hideData" style="display: none;">
  41. <#if user ??>
  42. <input id="auth_key" value="${menuId ! '' }">
  43. <input id="current_id" value="${user.userId !'' }">
  44. <input id="current_username" value="${user.username !'' }">
  45. <input id="current_email" value="${user.email!'' }">
  46. <input id="current_mobile" value="${user.mobile !'' }">
  47. <input id="current_site" value="${user.site !'' }">
  48. <input id="current_languageDefault" value="${user.languageDefault ! '' }">
  49. </#if>
  50. </div>
  51. <div id="app">
  52. <header class="mint-header is-fixed">
  53. <div class="mint-header-button is-left">
  54. <div class="header-title">
  55. <a href="/pda/publicMenu?titleName=''&menuId=0" class="go-back"><i class="mintui mintui-back"></i></a>
  56. <span>工具借用</span>
  57. </div>
  58. </div>
  59. <h1 class="mint-header-title"></h1>
  60. <div class="mint-header-button is-right"></div>
  61. </header>
  62. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  63. <div class="ivu-form-item" style="margin-bottom: 24px;">
  64. <label class="ivu-form-item-label" style="width: 100px;">维修日期:</label>
  65. <div class="ivu-form-item-content" style="margin-left: 100px;">
  66. <div class="ivu-input-wrapper ivu-input-type">
  67. <input id="storage_time" type="text" readonly="readonly" class="form-input-2" >
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  73. <div class="ivu-form-item" style="margin-bottom: 24px;">
  74. <label class="ivu-form-item-label" style="width: 100px;">工具实例:</label>
  75. <div class="ivu-form-item-content" style="margin-left: 100px;">
  76. <div class="ivu-input-wrapper ivu-input-type">
  77. <input id="tool_detail" type="text" class="form-input-2" style="text-transform:uppercase" >
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  83. <div class="ivu-form-item" style="margin-bottom: 24px;">
  84. <label class="ivu-form-item-label" style="width: 100px;">备注:</label>
  85. <div class="ivu-form-item-content" style="margin-left: 100px;">
  86. <div class="ivu-input-wrapper ivu-input-type">
  87. <input id="remark" type="text" class="form-input-2" style="text-transform:uppercase" >
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. <div autocomplete="off" class="ivu-form ivu-form-label-right">
  93. <div class="ivu-form-item" style="margin-bottom: 24px;">
  94. <label class="ivu-form-item-label" style="width: 100px;">借用部门:</label>
  95. <div class="ivu-form-item-content" style="margin-left: 100px;">
  96. <div id="selectview" class="ivu-input-wrapper ivu-input-type">
  97. <select id="workCenter_no" class=" form-input-2 " name="supplierId" style="background-color: #ffffff;" data-first-option="false" title='请选择供应商'>
  98. </select>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="ivu-row" style="margin-top: -20px;">
  104. <div class="ivu-table-wrapper">
  105. <div class="ivu-table" style="font-size: 11px;">
  106. <div class="ivu-table-header">
  107. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  108. border="0" style="table-layout:fixed;">
  109. <colgroup>
  110. <col width="25%">
  111. <col width="25%">
  112. <col width="25%">
  113. <col width="25%">
  114. </colgroup>
  115. <thead>
  116. <tr>
  117. <th class="" style="text-align:center">
  118. <span>实例编码</span>
  119. </th>
  120. <th class="" style="text-align:center">
  121. <span>工具名称</span>
  122. </th>
  123. <th class="" style="text-align:center">
  124. <span>原库位</span>
  125. </th>
  126. <th class="" style="text-align:center">
  127. <span>操作</span>
  128. </th>
  129. </tr>
  130. </thead>
  131. </table>
  132. </div>
  133. <div class="ivu-table-body" style="">
  134. <table style="width: 100%;" cellspacing="0" cellpadding="0"
  135. border="0">
  136. <colgroup>
  137. <col width="25%">
  138. <col width="25%">
  139. <col width="25%">
  140. <col width="25%">
  141. </colgroup>
  142. <tbody class="ivu-table-tbody" id = "dateil_table" >
  143. </tbody>
  144. </table>
  145. </div>
  146. <div class="ivu-table-tip" style="display: none;">
  147. <table cellspacing="0" cellpadding="0" border="0">
  148. <tbody>
  149. <tr>
  150. <td><span>暂无筛选结果</span></td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. </div>
  155. </div>
  156. <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>
  157. </div>
  158. </div>
  159. <div autocomplete="off" class="ivu-form ivu-form-label-right" style="margin-top: 25px;">
  160. <div class="ivu-form-item" style="margin-bottom: 24px;">
  161. <!-- <label class="ivu-form-item-label" style="width: 100px;">确定:</label>
  162. <label class="ivu-form-item-label" style="width: 100px;">取消:</label> -->
  163. <button id = "saveDetail" class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: -10%" data-toggle="modal" onclick="updateToolDetail()">确定</button>
  164. <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>
  165. </div>
  166. </div>
  167. </div>
  168. </body>
  169. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  170. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  171. <script type="text/javascript" src="/js/layer/layer.js"></script>
  172. <script type="text/javascript" src="/js/header.js"></script>
  173. <script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
  174. <script type="text/javascript" src="/js/common.js"></script>
  175. <script type="text/javascript" src="/js/pda/toolBorrowing.js"></script>
  176. </html>