Açıklama Yok

AddWorkOrder.html 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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. <link href="../css/init.css" rel="stylesheet" />
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link rel="stylesheet" href="../css/initialize.css" />
  10. <link rel="stylesheet" href="../css/WorkOrder/AddWorkOrder.css" />
  11. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  12. <title>手工制单</title>
  13. <style>
  14. #xl_box,#xl_boxs {
  15. width: 170px;
  16. height: 25px;
  17. /* border: none; */
  18. outline: none;
  19. border-color: #e6e6e6;
  20. }
  21. .radiobox .radio-inline input[type=radio]{
  22. margin-top: 2px!important;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  28. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  29. <div class="dhLeft">
  30. <sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>&gt;<a href="javaScript:;">工单管理</a>&gt;<a
  31. href="" style="color: #000;">手工制单</a></sapn>
  32. </div>
  33. </div>
  34. <!--左侧内容-->
  35. <!--右侧内容-->
  36. <div class="ldtp-cr col-sm-12">
  37. <div class="latp_title">
  38. <span>工单信息</span>
  39. </div>
  40. <ul class="ld-service clearfix">
  41. <li style="border-bottom:1px solid #69cbd0;" itemtype="1" class="cr-click">咨询</li>
  42. <!--<li style="border-bottom:1px solid #f95a83;" itemtype="2">保修服务</li>-->
  43. <li style="border-bottom:1px solid #243747;" itemtype="3">投诉建议</li>
  44. </ul>
  45. <div class="gsxx">
  46. <!--售前咨询-->
  47. <div class="sqzx Shows ">
  48. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  49. <tr>
  50. <th>咨询人:</th>
  51. <td colspan="3">
  52. <div class="inpBox">
  53. <input type="text" class="inps " id="zxrs" />
  54. </div>
  55. </td>
  56. <th>咨询电话:</th>
  57. <td>
  58. <div class="inpBox">
  59. <input type="text" class="inps " id="zxdhs" />
  60. </div>
  61. </td>
  62. </tr>
  63. <tr>
  64. <th>咨询内容:</th>
  65. <td colspan="5">
  66. <textarea name="" rows="3" cols="20" id="zxnrs"></textarea>
  67. </td>
  68. </tr>
  69. <tr>
  70. <th>处理内容:</th>
  71. <td colspan="5">
  72. <textarea name="" rows="3" cols="20" id="jdnrs"></textarea>
  73. </td>
  74. </tr>
  75. </table>
  76. <div style="text-align: center;margin-bottom: 17px">
  77. <input type="button" value="创建" class="btn_ btns Cj" />
  78. </div>
  79. </div>
  80. <!-- 表格二-->
  81. <!--<div class="sqzx">
  82. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  83. <tr>
  84. <th>报修类型:</th>
  85. <td>
  86. <div class="inpBox">
  87. <input type="text" class="inps inps2" />
  88. <i class="xl xl_two"></i>
  89. <b class="de_icon">X</b>
  90. <div class="xl_common">
  91. <ul class="xl_box">
  92. <li>测试2</li>
  93. <li>测试3</li>
  94. <li>测试5</li>
  95. <li>测试6</li>
  96. <li>测试</li>
  97. </ul>
  98. </div>
  99. </div>
  100. </td>
  101. <th>报修人:</th>
  102. <td>
  103. <div class="inpBox">
  104. <input type="text" class="inps " />
  105. </div>
  106. </td>
  107. <th>报修人电话:</th>
  108. <td>
  109. <div class="inpBox">
  110. <input type="text" class="inps " />
  111. </div>
  112. </td>
  113. </tr>
  114. <tr>
  115. <th>报修级别:</th>
  116. <td>
  117. <div class="inpBox">
  118. <input type="text" class="inps inps2" />
  119. <i class="xl xl_two"></i>
  120. <b class="de_icon">X</b>
  121. <div class="xl_common">
  122. <ul class="xl_box">
  123. <li>测试2</li>
  124. <li>测试3</li>
  125. <li>测试5</li>
  126. <li>测试6</li>
  127. <li>测试</li>
  128. </ul>
  129. </div>
  130. </div>
  131. </td>
  132. <th>工单处理人:</th>
  133. <td>
  134. <div class="inpBox">
  135. <input type="text" class="inps " />
  136. </div>
  137. </td>
  138. </tr>
  139. <tr>
  140. <th>报修内容:</th>
  141. <td colspan="5">
  142. <textarea name="" rows="3" cols="20"></textarea>
  143. </td>
  144. </tr>
  145. <tr>
  146. <th>报修要求:</th>
  147. <td colspan="5">
  148. <textarea name="" rows="3" cols="20"></textarea>
  149. </td>
  150. </tr>
  151. </table>
  152. <div class="">
  153. <input type="button" value="创建" class="btns" />
  154. <input type="button" value="创建并指派" class="btns" />
  155. <input type="button" value="流转领导" class="btns" />
  156. <input type="button" value="结单" class="btns" />
  157. </div>
  158. </div>-->
  159. <!--表格三-->
  160. <div class="sqzx ">
  161. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  162. <tr>
  163. <th>投诉人:</th>
  164. <td>
  165. <div class="inpBox">
  166. <input type="text" class="inps " id="tskh" />
  167. </div>
  168. </td>
  169. <th>投诉人电话:</th>
  170. <td>
  171. <div class="inpBox">
  172. <input type="text" class="inps " id="tsdh" />
  173. </div>
  174. </td>
  175. </tr>
  176. <tr>
  177. <th>接收部门:</th>
  178. <td>
  179. <div class="inpBox">
  180. <input type="text" class="inps tree" readonly="readonly" id="clbmname" />
  181. <input type="hidden" class="inps " id="clbm" />
  182. <i class="xl"></i>
  183. <b class="de_icon">X</b>
  184. <div class="addTree">
  185. <ul id="clbmtree" class="ztree"></ul>
  186. </div>
  187. </div>
  188. </td>
  189. <th>接收人:</th>
  190. <td colspan="3">
  191. <div class="inpBox">
  192. <input type="text" class="inps select" readonly="readonly" id="clidname" />
  193. <input type="hidden" class="inps " id="clid" />
  194. <i class="xl"></i>
  195. <div class="xl_common">
  196. <ul class="xl_box clid"></ul>
  197. </div>
  198. </div>
  199. </td>
  200. </tr>
  201. <tr>
  202. <th>信息分类:</th>
  203. <td>
  204. <select name="" id="xl_box">
  205. </select>
  206. </td>
  207. <th>交办单位:</th>
  208. <td colspan="3">
  209. <select name="" id="xl_boxs">
  210. </select>
  211. </td>
  212. </tr>
  213. <th>信息审核:</th>
  214. <td class="radiobox">
  215. <label class="radio-inline">
  216. <input type="radio" name="isaudit" value="1"> 无效
  217. </label>
  218. <label class="radio-inline">
  219. <input type="radio" name="isaudit" value="2"> 有效
  220. </label>
  221. </td>
  222. <tr>
  223. <th>工单内容:</th>
  224. <td colspan="5">
  225. <textarea id="cont" name="" rows="3" cols="20"></textarea>
  226. </td>
  227. </tr>
  228. <tr>
  229. <th>处理内容:</th>
  230. <td colspan="5">
  231. <textarea id="clont" name="" rows="3" cols="20"></textarea>
  232. </td>
  233. </tr>
  234. </table>
  235. <div style="text-align: center; margin-bottom: 17px;">
  236. <input type="button" value="创建" class="addts btns" />
  237. </div>
  238. </div>
  239. </div>
  240. </div>
  241. </div>
  242. <script src="../js/zTree/jquery.ztree.core.js"></script>
  243. <script src="../js/autosize/autosize.js"></script>
  244. <script src="../js/laydate/laydate.js"></script>
  245. <script src="../My97DatePicker/WdatePicker.js"></script>
  246. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  247. <script>
  248. $.getJSON(huayi.config.callcenter_url + 'Dictionary/GetDicValueListByFlag?flag=XXFL', {
  249. "token": $.cookie("token")
  250. }, function(result) {
  251. console.log(result.data);
  252. if (result.state.toLowerCase() == "success") {
  253. $('<option value="">请选择</option>').appendTo("#xl_box");
  254. for (var i = 0; i < result.data.length; i++) {
  255. $('<option value="' + result.data[i].F_DictionaryValueId + '">' + result.data[i].F_Name + '</option>').appendTo(
  256. "#xl_box");
  257. }
  258. }
  259. })
  260. $.getJSON(huayi.config.callcenter_url + 'Dictionary/GetDicValueListByFlag?flag=JBDW', {
  261. "token": $.cookie("token")
  262. }, function(result) {
  263. if (result.state.toLowerCase() == "success") {
  264. $('<option value="">请选择</option>').appendTo("#xl_boxs");
  265. for (var i = 0; i < result.data.length; i++) {
  266. $('<option value="' + result.data[i].F_DictionaryValueId + '">' + result.data[i].F_Name + '</option>').appendTo(
  267. "#xl_boxs");
  268. }
  269. }
  270. })
  271. </script>
  272. </body>
  273. </html>