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

edit.html 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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: 0;
  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" />
  91. </div>
  92. </td>
  93. <th>电话:</th>
  94. <td>
  95. <div class="form-group">
  96. <input type="text" class="form-control" id="formTel" />
  97. </div>
  98. </td>
  99. <th>性别:</th>
  100. <td>
  101. <div class="form-group">
  102. <select class="form-control" id="formSex" >
  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" >
  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" >
  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" >
  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" />
  140. </div>
  141. </td>
  142. </tr>
  143. <tr>
  144. <th><i style="color: #FF0000;">*&nbsp;</i>被投诉单位:</th>
  145. <td style="position: relative">
  146. <div class="form-group">
  147. <input type="text" class="form-control" id="formComplainedUnit" placeholder="请输入" onkeyup="darptSearch()" autocomplete="off" />
  148. </div>
  149. <div class="selDpart1">
  150. <ul id="sponsor">
  151. </ul>
  152. </div>
  153. </td>
  154. <th><i style="color: #FF0000;">*&nbsp;</i>被投诉单位所属办事处:</th>
  155. <td>
  156. <div class="form-group">
  157. <select class="form-control" id="formComplainedUnitOffice">
  158. </select>
  159. </div>
  160. </td>
  161. <th><i style="color: #FF0000;">*&nbsp;</i>投诉案件承办人:</th>
  162. <td>
  163. <div class="form-group">
  164. <select class="form-control" id="formComplaintUndertaker">
  165. </select>
  166. </div>
  167. </td>
  168. </tr>
  169. <tr>
  170. <th>问题级别:</th>
  171. <td>
  172. <div class="form-group">
  173. <select class="form-control" id="formQuestionLevel">
  174. </select>
  175. </div>
  176. </td>
  177. <th>问题类型:</th>
  178. <td>
  179. <div class="form-group">
  180. <select class="form-control" id="formQuestionType">
  181. <option value="">请选择</option>
  182. </select>
  183. </div>
  184. </td>
  185. </tr>
  186. <tr class="citizenClassificationWrapper" style="display: none">
  187. <th>市民分类:</th>
  188. <td>
  189. <div class="form-group">
  190. <select class="form-control" id="formCitizenClassification">
  191. <option value="">请选择</option>
  192. <option value="农民工">农民工</option>
  193. <option value="企业问题">企业问题</option>
  194. </select>
  195. </div>
  196. </td>
  197. </tr>
  198. <tr class="putRecordWrapper" style="display: none">
  199. <tr class="putRecordWrapper" >
  200. <th>是否立案:</th>
  201. <td>
  202. <div id="formPutRecord" class="col-md-6">
  203. <label class="radio-inline" style="display: none">
  204. <input type="radio" name="putRecord" value="" />
  205. </label>
  206. <label class="radio-inline">
  207. <input type="radio" name="putRecord" value="是" checked="checked">
  208. </label>
  209. <label class="radio-inline" >
  210. <input type="radio" name="putRecord" value="否">
  211. </label>
  212. </div>
  213. </td>
  214. </tr>
  215. <tr>
  216. <th>登记内容/投诉事项:</th>
  217. <td colspan="7">
  218. <textarea name="" rows="4" cols="" id="formRegistrationContent" style="margin-top:10px;"></textarea>
  219. </td>
  220. </tr>
  221. <tr>
  222. <th>备注:</th>
  223. <td colspan="7">
  224. <textarea name="" rows="4" cols="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  225. </td>
  226. </tr>
  227. <tr>
  228. <td colspan="8" style="text-align: center;">
  229. <button class="btns customerSubmit">保&nbsp;存</button>
  230. </td>
  231. </tr>
  232. </tbody>
  233. </table>
  234. </div>
  235. </div>
  236. <script src="../../js/bootstrap-select/js/bootstrap-select.js"></script>
  237. <script src="../../js/comboSelect/jquery.combo.select.js"></script>
  238. <script src="../../js/laydate/laydate.js"></script>
  239. <script src="./js/edit.js"></script>
  240. </body>
  241. </html>