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

edit.html 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. .wrapper-content{
  19. padding-right: 60px;
  20. }
  21. .common {
  22. width: 100%;
  23. text-align: center;
  24. padding: 10px 15px;
  25. }
  26. .common table {
  27. width: 100%;
  28. }
  29. .common table th {
  30. padding: 5px 8px 5px 0;
  31. text-align: right;
  32. }
  33. .common table td {
  34. padding: 6px 0 5px 10px;
  35. text-align: left;
  36. color: #717171;
  37. line-height: 200%;
  38. }
  39. .common table td textarea {
  40. width: 100%;
  41. vertical-align: middle;
  42. resize: none;
  43. outline: none;
  44. }
  45. .form-group {
  46. margin-bottom: 0;
  47. }
  48. #formRegistrationType {
  49. display: inline-block;
  50. text-align: left;
  51. width: 80%;
  52. padding-left: 18px;
  53. }
  54. #formRegistrationType input[type="radio"] {
  55. margin-top: 3px
  56. }
  57. .formRegistrationTypeText{
  58. text-align: right;
  59. padding-right: 0;
  60. margin-left: 15px;
  61. }
  62. </style>
  63. </head>
  64. <body class="gray-bg">
  65. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  66. <div class="common">
  67. <div class="form-group col-md-12 clearfix">
  68. <label class="col-md-2 formRegistrationTypeText">登记类型:</label>
  69. <div id="formRegistrationType" class="col-md-6 r_order_type">
  70. <label class="radio-inline">
  71. <input type="radio" name="type" value="1" checked="checked" >咨询
  72. </label>
  73. <label class="radio-inline">
  74. <input type="radio" name="type" value="2" >投诉
  75. </label>
  76. <label class="radio-inline">
  77. <input type="radio" name="type" value="3" >求助
  78. </label>
  79. <label class="radio-inline">
  80. <input type="radio" name="type" value="4" >其他
  81. </label>
  82. </div>
  83. </div>
  84. <table class="customerService">
  85. <tbody>
  86. <tr>
  87. <th>姓名:</th>
  88. <td>
  89. <div class="form-group">
  90. <input type="text" class="form-control" id="formName" disabled="disabled" />
  91. </div>
  92. </td>
  93. <th>电话:</th>
  94. <td>
  95. <div class="form-group">
  96. <input type="text" class="form-control" id="formTel" disabled="disabled" />
  97. </div>
  98. </td>
  99. <th>性别:</th>
  100. <td>
  101. <div class="form-group">
  102. <select class="form-control" id="formSex" disabled="disabled">
  103. <option value="男">男</option>
  104. <option value="女">女</option>
  105. </select>
  106. </div>
  107. </td>
  108. </tr>
  109. <tr>
  110. <th>省:</th>
  111. <td>
  112. <div class="form-group">
  113. <select class="form-control" id="formProvince" disabled="disabled">
  114. <option value="">请选择省</option>
  115. </select>
  116. </div>
  117. </td>
  118. <th>市:</th>
  119. <td>
  120. <div class="form-group">
  121. <select class="form-control" id="formCity" disabled="disabled">
  122. <option value="">请选择市</option>
  123. </select>
  124. </div>
  125. </td>
  126. <th>县/区:</th>
  127. <td>
  128. <div class="form-group">
  129. <select class="form-control" id="formCounty" disabled="disabled">
  130. <option value="">请选择县/区</option>
  131. </select>
  132. </div>
  133. </td>
  134. </tr>
  135. <tr>
  136. <th>详细地址</th>
  137. <td>
  138. <div class="form-group">
  139. <input type="text" class="form-control" id="formAddress" disabled="disabled" />
  140. </div>
  141. </td>
  142. </tr>
  143. <tr>
  144. <th>被投诉单位:</th>
  145. <td>
  146. <div class="form-group">
  147. <input type="text" class="form-control" id="formComplainedUnit" />
  148. </div>
  149. </td>
  150. </tr>
  151. <tr>
  152. <th>登记内容/投诉事项:</th>
  153. <td colspan="7">
  154. <textarea name="" rows="4" cols="" id="formRegistrationContent" style="margin-top:10px;"></textarea>
  155. </td>
  156. </tr>
  157. <tr>
  158. <th>备注:</th>
  159. <td colspan="7">
  160. <textarea name="" rows="4" cols="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  161. </td>
  162. </tr>
  163. <tr>
  164. <td colspan="8" style="text-align: center;">
  165. <button class="btns customerSubmit">保&nbsp;存</button>
  166. </td>
  167. </tr>
  168. </tbody>
  169. </table>
  170. </div>
  171. </div>
  172. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  173. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  174. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  175. <script src="../js/laydate/laydate.js"></script>
  176. <script src="./js/edit.js"></script>
  177. </body>
  178. </html>