No Description

WorkOrderDeal.html 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. </tr>
  54. <tr>
  55. <th>客户姓名:</th>
  56. <td>
  57. <div class="inpBox">
  58. <input type="text" class="inps form-control" id="cl_khxm" placeholder="请输入客户姓名" />
  59. </div>
  60. </td>
  61. <th>客户电话:</th>
  62. <td>
  63. <span id="cl_khdh"></span>
  64. </td>
  65. </tr>
  66. <tr>
  67. <th>乡镇:</th>
  68. <td>
  69. <div class="inpBox">
  70. <select id="t_county" class="inps form-control">
  71. <option value="">请选择</option>
  72. </select>
  73. </div>
  74. </td>
  75. <th>地址:</th>
  76. <td>
  77. <div class="inpBox">
  78. <textarea id="t_address" class="inps form-control" rows="1" placeholder="请输入地址"></textarea>
  79. </div>
  80. </td>
  81. </tr>
  82. <tr>
  83. <th>调查时间:</th>
  84. <td>
  85. <div class="inpBox">
  86. <input type="text" placeholder="请选择调查时间" class="inps form-control" id="t_inqtime" />
  87. </div>
  88. </td>
  89. <th>调查员:</th>
  90. <td>
  91. <div class="inpBox">
  92. <input type="text" class="inps form-control" id="t_inquser" placeholder="请输入调查员" />
  93. </div>
  94. </td>
  95. </tr>
  96. <tr>
  97. <th>反映问题:</th>
  98. <td colspan="3">
  99. <textarea id="t_detail" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  100. </td>
  101. </tr>
  102. <tr>
  103. <th>回访反馈情况:</th>
  104. <td colspan="3">
  105. <textarea id="t_answer" 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_remarks" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  112. </td>
  113. </tr>
  114. <tr>
  115. <th>图文信息:</th>
  116. <td colspan="3">
  117. <div class="space">
  118. </div>
  119. </td>
  120. </tr>
  121. <tr>
  122. <th>交办单位:</th>
  123. <td colspan="3">
  124. <div class="inpBox">
  125. <select class="form-control" id="xl_box"></select>
  126. </div>
  127. </td>
  128. </tr>
  129. <tr>
  130. <th>信息分类:</th>
  131. <td colspan="3">
  132. <div class="Message_box">
  133. </div>
  134. </td>
  135. </tr>
  136. <tr>
  137. <th>处理方式:</th>
  138. <td colspan="3">
  139. <div>
  140. <label style="font-weight: normal;" class="radio-inline">
  141. <input type="radio" value="1" name="ltype" checked="checked" /> 结束
  142. </label>
  143. <label style="font-weight: normal;" class="radio-inline">
  144. <input type="radio" value="0" name="ltype" />转派
  145. </label>
  146. </div>
  147. </td>
  148. </tr>
  149. <tr style="display:none;" class="js">
  150. <th>接收部门:</th>
  151. <td>
  152. <div class="inpBox">
  153. <input type="text" class="inps tree" placeholder="请选择接收部门" readonly="readonly" id="clbmname" />
  154. <input type="hidden" class="inps " id="clbm" value="0" />
  155. <i class="xl"></i>
  156. <div class="addTree">
  157. <ul id="zrbmtree" class="ztree"></ul>
  158. </div>
  159. </div>
  160. </td>
  161. <th>接收人:</th>
  162. <td>
  163. <div class="inpBox">
  164. <input type="text" class="inps select" placeholder="请先选择接收部门" readonly="readonly" id="clidname" />
  165. <input type="hidden" class="inps " id="clid" value="0" />
  166. <i class="xl"></i>
  167. <div class="xl_common">
  168. <ul class="xl_box clid"></ul>
  169. </div>
  170. </div>
  171. </td>
  172. </tr>
  173. <tr>
  174. <th>处理内容:</th>
  175. <td colspan="3">
  176. <div>
  177. <textarea id="cont" name="" rows="3" class="form-control"></textarea>
  178. </div>
  179. </td>
  180. </tr>
  181. </table>
  182. </div>
  183. <div class="clearfix wh_btn">
  184. <input type="button" value="确定" class=" btns" id="clgd" />
  185. </div>
  186. </div>
  187. <script src="../js/autosize/autosize.js"></script>
  188. <script src="../js/laydate/laydate.js"></script>
  189. <script src="../js/WorkOrder/WorkDeal.js"></script>
  190. </body>
  191. </html>