説明なし

SpotCheckEditor.html 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="../../Script/Common/huayi.load.js"></script>
  7. <script src="../../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="../../css/WorkOrder/Search.css" />
  9. <link rel="stylesheet" href="../../css/WorkOrder/NewAddWorkOrder.css" />
  10. <link rel="stylesheet" href="../../css/WorkOrder/jquery.editable-select.css" />
  11. <link rel="stylesheet" href="../../js/comboSelect/combo.select.css" />
  12. <link rel="stylesheet" href="../../css/init.css" />
  13. <title>编辑工单</title>
  14. <style>
  15. ul li {
  16. float: initial;
  17. list-style: none;
  18. }
  19. .common {
  20. width: 100%;
  21. text-align: center;
  22. padding: 10px 15px;
  23. }
  24. .common table {
  25. width: 100%;
  26. }
  27. .common table th {
  28. padding: 5px 8px 5px 0;
  29. text-align: right;
  30. }
  31. .common table td {
  32. padding: 6px 0 5px 10px;
  33. text-align: left;
  34. color: #717171;
  35. line-height: 200%;
  36. }
  37. .common table td textarea {
  38. width: 100%;
  39. vertical-align: middle;
  40. resize: none;
  41. outline: none;
  42. }
  43. .time-box {
  44. display: inline-block;
  45. position: relative;
  46. width: 100%;
  47. }
  48. i.tub {
  49. position: absolute;
  50. right: 8px;
  51. top: 8px;
  52. font-size: 18px;
  53. color: #00a0ca;
  54. }
  55. .treeList {
  56. top: 34px !important;
  57. border: 1px solid #e5e6e7 !important;
  58. border-top: 0;
  59. height: auto !important;
  60. }
  61. #TreeDemo li {
  62. float: initial;
  63. }
  64. .addTree1 {
  65. background: #fff;
  66. position: absolute;
  67. width: 100%;
  68. border: 1px solid darkgrey;
  69. right: 0;
  70. top: 26px;
  71. z-index: 10;
  72. display: none;
  73. height: 100px;
  74. overflow-y: auto;
  75. }
  76. .form-group {
  77. margin-bottom: 0;
  78. }
  79. .filter-option {
  80. color: #676b6d;
  81. }
  82. .testInput-list {
  83. position: absolute;
  84. z-index: 999;
  85. border: 1px solid rgb(204, 204, 204);
  86. background-color: rgb(255, 255, 255);
  87. z-index: 99999;
  88. padding-left: 0;
  89. width: 97.6%;
  90. display: none;
  91. height: 400px;
  92. overflow-y: auto;
  93. }
  94. .testInput-list li {
  95. padding: 5px;
  96. }
  97. .testInput-list li:hover {
  98. background-color: #E43926;
  99. color: #fff;
  100. }
  101. .ke-container {
  102. width: 100% !important;
  103. }
  104. button[disabled] {
  105. background-color: #999;
  106. }
  107. .complainDiv2{
  108. display: none;
  109. }
  110. .deal{
  111. display: none;
  112. }
  113. .r_order_type {
  114. text-align: left;
  115. }
  116. .radio-inline {
  117. padding-left: 2px;
  118. }
  119. .radio-input{
  120. vertical-align: -2px;
  121. }
  122. #order_isover{
  123. width: 100%;
  124. }
  125. #isAssign{
  126. width: 100%;
  127. }
  128. #duplicate{
  129. width: 100%;
  130. }
  131. </style>
  132. </head>
  133. <body class="gray-bg">
  134. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  135. <div class="common">
  136. <table class="customerService">
  137. <tbody>
  138. <tr>
  139. <th><i style="color: #FF0000;">*&nbsp;</i>电话:</th>
  140. <td>
  141. <input type="text" class="form-control" id="spotCheckCusPhone" />
  142. </td>
  143. <th><i style="color: #FF0000;">*&nbsp;</i>抽检单位:</th>
  144. <td>
  145. <input type="text" class="form-control" id="spotCheckCompany" />
  146. </td>
  147. <th><i style="color: #FF0000;">*&nbsp;</i>抽检类型:</th>
  148. <td>
  149. <input type="text" class="form-control" id="spotCheckSamplingtype" />
  150. </td>
  151. <th><i style="color: #FF0000;">*&nbsp;</i>抽样客户/门店:</th>
  152. <td>
  153. <input type="text" class="form-control" id="spotCheckSalesroom" />
  154. </td>
  155. </tr>
  156. <tr>
  157. <th><i style="color: #FF0000;">*&nbsp;</i>抽检产品:</th>
  158. <td>
  159. <input type="text" class="form-control" id="spotCheckSamplingproducts" />
  160. </td>
  161. <th><i style="color: #FF0000;">*&nbsp;</i>生产日期:</th>
  162. <td>
  163. <input type="text" class="form-control" id="spotCheckProductDate" placeholder="时间格式YYYY.MM.DD" />
  164. </td>
  165. <th><i style="color: #FF0000;">*&nbsp;</i>涉及工厂:</th>
  166. <td>
  167. <div class="form-group">
  168. <input type="text" class="form-control" id="spotCheckFactories" list="spotCheckFactoriesDataList" placeholder="请输入"/>
  169. <datalist id="spotCheckFactoriesDataList">
  170. </datalist>
  171. </div>
  172. </td>
  173. </tr>
  174. <tr>
  175. <th><i style="color: #FF0000;">*&nbsp;</i>备注:</th>
  176. <td colspan="7">
  177. <textarea name="" rows="5" cols="" placeholder="" id="spotCheckRemark" style="margin-top:10px;"></textarea>
  178. </td>
  179. </tr>
  180. <tr>
  181. <td colspan="8" style="text-align: center;">
  182. <button class="btns spotCheckSubmit">抽检</button>
  183. </td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. </div>
  188. </div>
  189. <script src="../../js/zTree/jquery.ztree.core.js"></script>
  190. <script src="../../js/bootstrap-select/js/bootstrap-select.js"></script>
  191. <script src="../../js/WorkOrder/jquery.editable-select.js"></script>
  192. <script src="../../js/comboSelect/jquery.combo.select.js"></script>
  193. <script src="../../js/laydate/laydate.js"></script>
  194. <script src="../../js/WorkOrder/SpotCheck/SpotCheckEditor.js"></script>
  195. </body>
  196. </html>