新乡民调(来自息县民调) - 主标

WorkOrderDeal.html 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  8. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  9. <script src="../js/zTree/jquery.ztree.core.js"></script>
  10. <link rel="stylesheet" href="../js/webuploader/webuploader.css" />
  11. <link href="../css/init.css" rel="stylesheet" />
  12. <title>工单处理</title>
  13. <style>
  14. #xl_box {
  15. width: 168px;
  16. height: 26px;
  17. padding: 1px 5px;
  18. border: 1px solid #ccc;
  19. }
  20. .img-box {
  21. width: 120px;
  22. height: 120px;
  23. background-size: 100% 100%;
  24. display: inline-block;
  25. position: relative;
  26. border-radius: 5px;
  27. margin-right: 10px;
  28. border: solid 1px #e8e8e8;
  29. cursor: pointer;
  30. text-align: center;
  31. line-height: 120px;
  32. }
  33. label {
  34. margin-right: 10px;
  35. }
  36. input[type="radio"] {
  37. margin-top: 3px!important;
  38. }
  39. .de_icon {
  40. position: absolute;
  41. top: 0;
  42. right: 25px;
  43. line-height: 27px;
  44. cursor: pointer;
  45. display: none;
  46. }
  47. .file_list{
  48. position: absolute;
  49. top: 30px;
  50. right: 35px;
  51. }
  52. #xl_boxs{
  53. width: 168px;
  54. height: 26px;
  55. padding: 1px 5px;
  56. border: 1px solid #ccc;
  57. }
  58. </style>
  59. </head>
  60. <body>
  61. <div class="shade_content">
  62. <div class="dgxx_table size-13">
  63. <table class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
  64. <tr>
  65. <th>工单编号:</th>
  66. <td>
  67. <span id="cl_gdbh"></span>
  68. </td>
  69. <!-- <th>工单类型:</th>
  70. <td>
  71. <span id="cl_gdlx"></span>
  72. </td>-->
  73. <th>客户电话:</th>
  74. <td>
  75. <span id="cl_khdh"></span>
  76. </td>
  77. </tr>
  78. <tr>
  79. <th>客户姓名:</th>
  80. <td>
  81. <div class="inpBox">
  82. <input type="text" class="inps form-control" id="cl_khxm" placeholder="请输入客户姓名" />
  83. </div>
  84. </td>
  85. <!--<th>信息分类:</th>
  86. <td>
  87. <div class="inpBox">
  88. <input type="text" class="inps form-control" id="t_infoType" placeholder="请输入信息分类" />
  89. </div>
  90. </td>-->
  91. <th>信息分类:</th>
  92. <td>
  93. <div class="inpBox">
  94. <!--<input type="text" class="inps form-control" id="xl_box" placeholder="请输入信息分类" />-->
  95. <select name="" id="xl_box" class="form-control">
  96. <option value="">请选择</option>
  97. </select>
  98. </div>
  99. </td>
  100. </tr>
  101. <tr>
  102. <th>乡镇或单位:</th>
  103. <td>
  104. <div class="inpBox">
  105. <select id="t_county" class="inps form-control">
  106. <option value="0">请选择</option>
  107. </select>
  108. </div>
  109. </td>
  110. <th>地址:</th>
  111. <td>
  112. <div class="inpBox">
  113. <textarea id="t_address" class="inps form-control" rows="1" placeholder="请输入地址"></textarea>
  114. </div>
  115. </td>
  116. </tr>
  117. <tr>
  118. <th>调查时间:</th>
  119. <td>
  120. <div class="inpBox">
  121. <input type="text" placeholder="请选择调查时间" class="inps form-control" id="t_inqtime" />
  122. </div>
  123. </td>
  124. <th>调查员:</th>
  125. <td>
  126. <div class="inpBox">
  127. <input type="text" class="inps form-control" id="t_inquser" placeholder="请输入调查员" />
  128. </div>
  129. </td>
  130. </tr>
  131. <tr>
  132. <th>反映问题:</th>
  133. <td colspan="3">
  134. <textarea id="t_detail" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  135. </td>
  136. </tr>
  137. <tr>
  138. <th>回访反馈情况:</th>
  139. <td colspan="3">
  140. <textarea id="t_answer" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
  141. </td>
  142. </tr>
  143. <tr>
  144. <th>备注:</th>
  145. <td colspan="3">
  146. <textarea id="t_remarks" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  147. </td>
  148. </tr>
  149. <tr>
  150. <!--<th>交办单位:</th>
  151. <td>
  152. <div class="inpBox">
  153. <input type="text" class="inps form-control" id="xl_box" placeholder="请输入交办单位" />
  154. </div>
  155. </td>-->
  156. <th>处理部门:</th>
  157. <td>
  158. <div class="inpBox" style="position: relative;">
  159. <!--<input type="text" class="inps form-control" id="clbmname" placeholder="请输入处理部门" />-->
  160. <input type="text" class="inps tree" readonly="readonly" id="clbmname" placeholder="请选择处理部门" />
  161. <input type="hidden" class="inps" id="clbm" />
  162. <i class="xl"></i>
  163. <b class="de_icon">X</b>
  164. <div class="addTree">
  165. <ul id="clbmtree" class="ztree"></ul>
  166. </div>
  167. </div>
  168. </td>
  169. <th>处理人:</th>
  170. <td >
  171. <div class="inpBox">
  172. <!--<input type="text" class="inps form-control" id="clidname" placeholder="请输入处理人姓名" />-->
  173. <input type="text" class="inps select" readonly="readonly" id="clidname" placeholder="请选择处理人" />
  174. <input type="hidden" class="inps " id="clid" />
  175. <i class="xl"></i>
  176. <div class="xl_common">
  177. <ul class="xl_box clid"></ul>
  178. </div>
  179. </div>
  180. </td>
  181. <!--<th>处理部门:</th>
  182. <td>
  183. <div class="inpBox">
  184. <input type="text" class="inps form-control" id="t_unit" placeholder="请输入处理部门" />
  185. </div>
  186. </td>-->
  187. </tr>
  188. <tr>
  189. <!--<th>处理人:</th>
  190. <td>
  191. <div class="inpBox">
  192. <input type="text" class="inps form-control" id="t_clr" placeholder="请输入处理人姓名" />
  193. </div>
  194. </td>-->
  195. <th>交办单位:</th>
  196. <td >
  197. <div class="inpBox">
  198. <!--<input type="text" class="inps form-control" id="xl_boxs" placeholder="请输入交办单位" />-->
  199. <select name="" id="xl_boxs" class="form-control">
  200. <option value="">请选择</option>
  201. </select>
  202. </div>
  203. </td>
  204. <th>处理结果:</th>
  205. <td>
  206. <div>
  207. <label style="font-weight: normal;" class="radio-inline">
  208. <input type="radio" value="1" name="ltype" checked="checked" /> 已完结
  209. </label>
  210. <label style="font-weight: normal;" class="radio-inline">
  211. <input type="radio" value="0" name="ltype" />未完结
  212. </label>
  213. </div>
  214. </td>
  215. </tr>
  216. <tr>
  217. <th>图文信息:</th>
  218. <td colspan="5">
  219. <div class="clearfix" id="IMG_box">
  220. </div>
  221. </td>
  222. </tr>
  223. <!--<tr>
  224. <th>交办单位:</th>
  225. <td colspan="3">
  226. <div class="inpBox">
  227. <select class="form-control" id="xl_box"></select>
  228. </div>
  229. </td>
  230. </tr>
  231. <tr>
  232. <th>信息分类:</th>
  233. <td colspan="3">
  234. <div class="Message_box">
  235. </div>
  236. </td>
  237. </tr>
  238. <tr>
  239. <th>处理方式:</th>
  240. <td colspan="3">
  241. <div>
  242. <label style="font-weight: normal;" class="radio-inline">
  243. <input type="radio" value="1" name="ltype" checked="checked" /> 结束
  244. </label>
  245. <label style="font-weight: normal;" class="radio-inline">
  246. <input type="radio" value="0" name="ltype" />转派
  247. </label>
  248. </div>
  249. </td>
  250. </tr>
  251. <tr style="display:none;" class="js">
  252. <th>接收部门:</th>
  253. <td>
  254. <div class="inpBox">
  255. <input type="text" class="inps tree" placeholder="请选择接收部门" readonly="readonly" id="clbmname" />
  256. <input type="hidden" class="inps " id="clbm" value="0" />
  257. <i class="xl"></i>
  258. <div class="addTree">
  259. <ul id="zrbmtree" class="ztree"></ul>
  260. </div>
  261. </div>
  262. </td>
  263. <th>接收人:</th>
  264. <td>
  265. <div class="inpBox">
  266. <input type="text" class="inps select" placeholder="请先选择接收部门" readonly="readonly" id="clidname" />
  267. <input type="hidden" class="inps " id="clid" value="0" />
  268. <i class="xl"></i>
  269. <div class="xl_common">
  270. <ul class="xl_box clid"></ul>
  271. </div>
  272. </div>
  273. </td>
  274. </tr>
  275. <tr>
  276. <th>处理内容:</th>
  277. <td colspan="3">
  278. <div>
  279. <textarea id="cont" name="" rows="3" class="form-control"></textarea>
  280. </div>
  281. </td>
  282. </tr>-->
  283. </table>
  284. </div>
  285. <div class="clearfix wh_btn">
  286. <input type="button" value="确定" class=" btns" id="clgd" />
  287. </div>
  288. </div>
  289. <script src="../js/autosize/autosize.js"></script>
  290. <script src="../js/laydate/laydate.js"></script>
  291. <script src="../js/download/download.js"></script>
  292. <script src="../js/WorkOrder/WorkDeal.js"></script>
  293. </body>
  294. </html>