高新区管委会,以5.0标准版为基准,从双汇项目拷贝

edit.html 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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/jquery.editable-select.css" />
  9. <link rel="stylesheet" href="../../js/comboSelect/combo.select.css" />
  10. <link rel="stylesheet" href="../../css/init.css" />
  11. <link rel="stylesheet" href="./css/registrationList.css">
  12. <title>编辑</title>
  13. <style>
  14. ul li {
  15. float: initial;
  16. list-style: none;
  17. }
  18. .common {
  19. width: 100%;
  20. text-align: center;
  21. padding: 10px 15px;
  22. }
  23. .common table {
  24. width: 100%;
  25. }
  26. .common table th {
  27. padding: 5px 8px 5px 0;
  28. text-align: right;
  29. }
  30. .common table td {
  31. padding: 6px 0 5px 10px;
  32. text-align: left;
  33. color: #717171;
  34. line-height: 200%;
  35. }
  36. .common table td textarea {
  37. width: 100%;
  38. vertical-align: middle;
  39. resize: none;
  40. outline: none;
  41. }
  42. .time-box {
  43. display: inline-block;
  44. position: relative;
  45. width: 100%;
  46. }
  47. i.tub {
  48. position: absolute;
  49. right: 8px;
  50. top: 8px;
  51. font-size: 18px;
  52. color: #00a0ca;
  53. }
  54. .treeList {
  55. top: 34px !important;
  56. border: 1px solid #e5e6e7 !important;
  57. border-top: 0;
  58. height: auto !important;
  59. }
  60. #TreeDemo li {
  61. float: initial;
  62. }
  63. .addTree1 {
  64. background: #fff;
  65. position: absolute;
  66. width: 100%;
  67. border: 1px solid darkgrey;
  68. right: 0;
  69. top: 26px;
  70. z-index: 10;
  71. display: none;
  72. height: 100px;
  73. overflow-y: auto;
  74. }
  75. .form-group {
  76. margin-bottom: 0;
  77. }
  78. .filter-option {
  79. color: #676b6d;
  80. }
  81. .testInput-list {
  82. position: absolute;
  83. z-index: 999;
  84. border: 1px solid rgb(204, 204, 204);
  85. background-color: rgb(255, 255, 255);
  86. z-index: 99999;
  87. padding-left: 0;
  88. width: 97.6%;
  89. display: none;
  90. height: 400px;
  91. overflow-y: auto;
  92. }
  93. .testInput-list li {
  94. padding: 5px;
  95. }
  96. .testInput-list li:hover {
  97. background-color: #E43926;
  98. color: #fff;
  99. }
  100. .ke-container {
  101. width: 100% !important;
  102. }
  103. button[disabled] {
  104. background-color: #999;
  105. }
  106. .complainDiv2{
  107. display: none;
  108. }
  109. .deal{
  110. display: none;
  111. }
  112. .r_order_type {
  113. text-align: left;
  114. }
  115. .radio-inline {
  116. padding-left: 2px;
  117. }
  118. .radio-input{
  119. vertical-align: -2px;
  120. }
  121. #order_isover{
  122. width: 100%;
  123. }
  124. #isAssign{
  125. width: 100%;
  126. }
  127. #duplicate{
  128. width: 100%;
  129. }
  130. .r_order_type{
  131. width: 100%;
  132. }
  133. </style>
  134. </head>
  135. <body class="gray-bg">
  136. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  137. <div class="common">
  138. <table class="customerService">
  139. <tbody>
  140. <tr>
  141. <th>工单类型:</th>
  142. <td>
  143. <div id="formRegistrationType" class="col-md-6 r_order_type">
  144. <input class="radio-input" id="registrationRadioAdvisory" type="radio" name="type" value="1" checked="checked">
  145. <label class="radio-inline" for="registrationRadioAdvisory">
  146. 咨询
  147. </label>
  148. <input class="radio-input" id="registrationRadioComplaint" type="radio" name="type" value="2" >
  149. <label class="radio-inline" for="registrationRadioComplaint">
  150. 投诉
  151. </label>
  152. <input class="radio-input" id="registrationRadioAskHelp" type="radio" name="type" value="3" />
  153. <label class="radio-inline" for="registrationRadioAskHelp">
  154. 求助
  155. </label>
  156. <input class="radio-input" id="registrationRadioOther" type="radio" name="type" value="4" />
  157. <label class="radio-inline" for="registrationRadioOther">
  158. 其他
  159. </label>
  160. </div>
  161. </td>
  162. </tr>
  163. <tr>
  164. <th>被投诉单位:</th>
  165. <td>
  166. <div class="form-group">
  167. <input type="text" class="form-control" id="formComplainedUnit" />
  168. </div>
  169. </td>
  170. <th>登记内容/投诉事项:</th>
  171. <td>
  172. <div class="form-group">
  173. <input type="text" class="form-control" id="formRegistrationContent" />
  174. </div>
  175. </td>
  176. </tr>
  177. <tr class="workOrderTypeForm">
  178. <th>备注:</th>
  179. <td colspan="7">
  180. <textarea name="" rows="4" cols="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  181. </td>
  182. </tr>
  183. <tr>
  184. <td colspan="8" style="text-align: center;">
  185. <button class="btns customerSubmit">保&nbsp;存</button>
  186. </td>
  187. </tr>
  188. </tbody>
  189. </table>
  190. </div>
  191. </div>
  192. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  193. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  194. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  195. <script src="../js/laydate/laydate.js"></script>
  196. <script src="./js/edit.js"></script>
  197. </body>
  198. </html>