Geen omschrijving

WorkOrderDeal.html 6.7KB

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