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

addRegistrationList.html 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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="../../js/bootstrap-select/css/bootstrap-select.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. /* width: 20%;*/
  31. }
  32. .common table td {
  33. padding: 6px 0 5px 10px;
  34. text-align: left;
  35. color: #717171;
  36. line-height: 200%;
  37. }
  38. .common table td textarea {
  39. width: 100%;
  40. vertical-align: middle;
  41. resize: none;
  42. outline: none;
  43. }
  44. .time-box {
  45. display: inline-block;
  46. position: relative;
  47. width: 100%;
  48. }
  49. i.tub {
  50. position: absolute;
  51. right: 8px;
  52. top: 8px;
  53. font-size: 18px;
  54. color: #00a0ca;
  55. }
  56. .treeList {
  57. top: 34px!important;
  58. border: 1px solid #e5e6e7!important;
  59. border-top: 0;
  60. height: auto!important;
  61. }
  62. #TreeDemo li {
  63. float: initial;
  64. }
  65. #typeclass {
  66. background: #fff;
  67. }
  68. .treeList1 {
  69. top: 34px!important;
  70. border: 1px solid #e5e6e7!important;
  71. border-top: 0;
  72. height: auto!important;
  73. }
  74. .addTree1 {
  75. background: #fff;
  76. position: absolute;
  77. width: 100%;
  78. border: 1px solid darkgrey;
  79. right: 0;
  80. top: 26px;
  81. z-index: 10;
  82. display: none;
  83. height: 100px;
  84. overflow-y: auto;
  85. }
  86. .form-group {
  87. margin-bottom: 0;
  88. }
  89. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  90. background-color: #ffffff!important;
  91. border-color: #e5e6e7!important;
  92. }
  93. .filter-option {
  94. color: #676b6d;
  95. }
  96. .bootstrap-select>.dropdown-toggle.btn-default {
  97. background-color: #ffffff!important;
  98. border-color: #e5e6e7!important;
  99. color: #555;
  100. }
  101. .testInput-list {
  102. position: absolute;
  103. z-index: 999;
  104. border: 1px solid rgb(204, 204, 204);
  105. background-color: rgb(255, 255, 255);
  106. z-index: 99999;
  107. padding-left: 0;
  108. width: 97.6%;
  109. display: none;
  110. height: 400px;
  111. overflow-y: auto;
  112. }
  113. .testInput-list li {
  114. padding: 5px;
  115. }
  116. .testInput-list li:hover {
  117. background-color: #E43926;
  118. color: #fff;
  119. }
  120. .ke-container {
  121. width: 100%!important;
  122. }
  123. button[disabled]{
  124. background-color: #999;
  125. }
  126. .complainDiv2{
  127. display: none;
  128. }
  129. .r_order_type {
  130. text-align: left;
  131. }
  132. .radio-inline {
  133. padding-left: 2px;
  134. }
  135. .radio-input{
  136. vertical-align: -2px;
  137. }
  138. #formRegistrationType{
  139. width: 100%;
  140. }
  141. #isAssign{
  142. width: 100%;
  143. }
  144. #isOver{
  145. width: 100%;
  146. }
  147. .workOrderTypeSpotCheck{
  148. display: none;
  149. }
  150. #formRegistrationType input[type="radio"] {
  151. margin-top: 5px
  152. }
  153. #formRegistrationType label {
  154. margin-right: 20px
  155. }
  156. </style>
  157. </head>
  158. <body class="gray-bg">
  159. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  160. <div class="dhLeft">
  161. <sapn><i class="syIcon"></i>位置:
  162. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  163. <a href="javaScript:;">工单管理</a>&gt;
  164. <a href="" class="nowPosition">手工制单</a>
  165. </sapn>
  166. </div>
  167. </div>
  168. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  169. <div class="common">
  170. <table class="customerService">
  171. <tbody>
  172. <tr>
  173. <th>电话:</th>
  174. <td>
  175. <div class="form-group">
  176. <input type="text" class="form-control" id="formTel" />
  177. </div>
  178. </td>
  179. <td colspan="" style="text-align: center;">
  180. <button class="btns btnArchives">获取用户档案</button>
  181. </td>
  182. </tr>
  183. <tr>
  184. <th>工单类型:</th>
  185. <td>
  186. <div id="formRegistrationType" class="col-md-6 r_order_type">
  187. <label class="radio-inline">
  188. <input type="radio" name="type" value="1" checked="checked" >咨询
  189. </label>
  190. <label class="radio-inline">
  191. <input type="radio" name="type" value="2" >投诉
  192. </label>
  193. <label class="radio-inline">
  194. <input type="radio" name="type" value="3" >求助
  195. </label>
  196. <label class="radio-inline">
  197. <input type="radio" name="type" value="4" >其他
  198. </label>
  199. </div>
  200. </td>
  201. </tr>
  202. <tr>
  203. <th>姓名:</th>
  204. <td>
  205. <div class="form-group">
  206. <input type="text" class="form-control" id="formName" disabled="disabled" />
  207. </div>
  208. </td>
  209. <!-- <th>电话:</th>
  210. <td>
  211. <div class="form-group">
  212. <input type="text" class="form-control" id="formTel" disabled="disabled" />
  213. </div>
  214. </td> -->
  215. <th>性别:</th>
  216. <td>
  217. <div class="form-group">
  218. <select class="form-control" id="formSex" disabled="disabled">
  219. <option value="男">男</option>
  220. <option value="女">女</option>
  221. </select>
  222. </div>
  223. </td>
  224. </tr>
  225. <tr>
  226. <th>省:</th>
  227. <td>
  228. <div class="form-group">
  229. <select class="form-control" id="formProvince" disabled="disabled">
  230. <option value="">请选择省</option>
  231. </select>
  232. </div>
  233. </td>
  234. <th>市:</th>
  235. <td>
  236. <div class="form-group">
  237. <select class="form-control" id="formCity" disabled="disabled">
  238. <option value="">请选择市</option>
  239. </select>
  240. </div>
  241. </td>
  242. <th>县/区:</th>
  243. <td>
  244. <div class="form-group">
  245. <select class="form-control" id="formCounty" disabled="disabled">
  246. <option value="">请选择县/区</option>
  247. </select>
  248. </div>
  249. </td>
  250. </tr>
  251. <tr>
  252. <th>详细地址</th>
  253. <td>
  254. <div class="form-group">
  255. <input type="text" class="form-control" id="formAddress" disabled="disabled" />
  256. </div>
  257. </td>
  258. </tr>
  259. <tr>
  260. <th>被投诉单位:</th>
  261. <td>
  262. <div class="form-group">
  263. <input type="text" class="form-control" id="formComplainedUnit" />
  264. </div>
  265. </td>
  266. </tr>
  267. <tr>
  268. <th>登记内容/投诉事项:</th>
  269. <td colspan="8">
  270. <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationContent" style="margin-top:10px;"></textarea>
  271. </td>
  272. </tr>
  273. <tr>
  274. <th>备注:</th>
  275. <td colspan="8">
  276. <textarea name="" rows="4" cols="" placeholder="" id="formRegistrationRemark" style="margin-top:10px;"></textarea>
  277. </td>
  278. </tr>
  279. <tr>
  280. <td colspan="8" style="text-align: center;">
  281. <button class="btns customerSubmit">保存</button>
  282. </td>
  283. </tr>
  284. </tbody>
  285. </table>
  286. </div>
  287. </div>
  288. <script src="../../js/bootstrap-select/js/bootstrap-select.js"></script>
  289. <script src="../../js/WorkOrder/jquery.editable-select.js"></script>
  290. <script src="../../js/comboSelect/jquery.combo.select.js"></script>
  291. <script src="../../js/laydate/laydate.js"></script>
  292. <script src="./js/registrationList.js"></script>
  293. <script src="./js/addRegistrationList.js"></script>
  294. </body>
  295. </html>