ZZDianXin_UI - 郑州电信 演示

AddWorkOrder1.html 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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 href="../css/WorkOrder/Search.css" rel="stylesheet">
  10. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  11. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  12. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  13. <link href="../css/init.css" rel="stylesheet" />
  14. <link href="../css/select.css" rel="stylesheet" />
  15. <title>手工制单</title>
  16. <style>
  17. ul li {
  18. float: initial;
  19. list-style: none;
  20. }
  21. .common {
  22. width: 100%;
  23. text-align: center;
  24. padding: 10px 15px;
  25. }
  26. .common table {
  27. width: 100%;
  28. display: none;
  29. }
  30. .common table th {
  31. padding: 5px 8px 5px 0;
  32. text-align: right;
  33. /* width: 20%;*/
  34. }
  35. .common table td {
  36. padding: 6px 0 5px 10px;
  37. text-align: left;
  38. color: #717171;
  39. line-height: 200%;
  40. }
  41. .common table td textarea {
  42. width: 100%;
  43. vertical-align: middle;
  44. resize: none;
  45. outline: none;
  46. }
  47. .time-box {
  48. display: inline-block;
  49. position: relative;
  50. }
  51. i.tub {
  52. position: absolute;
  53. right: 8px;
  54. top: 8px;
  55. font-size: 18px;
  56. color: #00a0ca;
  57. }
  58. .treeList {
  59. top: 34px!important;
  60. border: 1px solid #e5e6e7!important;
  61. border-top: 0;
  62. height: auto!important;
  63. }
  64. #TreeDemo li {
  65. float: initial;
  66. }
  67. #typeclass {
  68. background: #fff;
  69. }
  70. .form-group {
  71. margin-bottom: 0;
  72. }
  73. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  74. background-color: #ffffff!important;
  75. border-color: #e5e6e7!important;
  76. }
  77. .filter-option {
  78. color: #676b6d;
  79. }
  80. .bootstrap-select>.dropdown-toggle.btn-default {
  81. background-color: #ffffff!important;
  82. border-color: #e5e6e7!important;
  83. color: #555;
  84. }
  85. .testInput-list {
  86. position: absolute;
  87. z-index: 999;
  88. border: 1px solid rgb(204, 204, 204);
  89. background-color: rgb(255, 255, 255);
  90. z-index: 99999;
  91. padding-left: 0;
  92. width: 97.6%;
  93. display: none;
  94. }
  95. .testInput-list li {
  96. padding: 5px;
  97. }
  98. .testInput-list li:hover {
  99. background-color: #E43926;
  100. color: #fff;
  101. }
  102. #testInput1,
  103. #testInput2,
  104. #testInput3,
  105. #testInput4 {
  106. outline: none;
  107. border: 1px solid #ccc;
  108. padding-left: 10px;
  109. outline-color: #fff;
  110. }
  111. .fa-caret-down:before {
  112. color: #555;
  113. font-size: 12px;
  114. }
  115. .ke-container {
  116. width: 100%!important;
  117. }
  118. </style>
  119. </head>
  120. <body class="gray-bg">
  121. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  122. <div class="dhLeft">
  123. <sapn><i class="syIcon"></i>位置:
  124. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  125. <a href="javaScript:;">工单管理</a>&gt;
  126. <a href="" class="nowPosition">手工制单</a>
  127. </sapn>
  128. </div>
  129. <div class="dhRight">
  130. <a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
  131. </div>
  132. </div>
  133. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  134. <div class="common">
  135. <!--客服部-->
  136. <table class="customerService">
  137. <tbody>
  138. <tr>
  139. <th>姓名:</th>
  140. <td>
  141. <div class="form-group">
  142. <input type="text" class="form-control" id="name" />
  143. </div>
  144. </td>
  145. <th>电话:</th>
  146. <td>
  147. <div class="form-group">
  148. <input type="text" class="form-control" id="tel" />
  149. </div>
  150. </td>
  151. <th>来电单位:</th>
  152. <td style="position: relative;">
  153. <div class="time-box">
  154. <select class="form-control" id="LDunit">
  155. </select>
  156. </div>
  157. </td>
  158. </tr>
  159. <tr>
  160. <th>反馈单位:</th>
  161. <td style="position: relative;">
  162. <div class="time-box">
  163. <select class="form-control" id="FKunit">
  164. </select>
  165. </div>
  166. </td>
  167. <th>工单来源:</th>
  168. <td>
  169. <div class="form-group">
  170. <select name="" class="form-control" id="DicValueList"> </select>
  171. </div>
  172. </td>
  173. <th>工单状态:</th>
  174. <td>
  175. <div class="form-group">
  176. <select name="" class="form-control" id="State"> </select>
  177. </div>
  178. </td>
  179. </tr>
  180. <tr>
  181. <th>工单类型:</th>
  182. <td>
  183. <div class="time-box">
  184. <i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
  185. <input class="form-control" type="text" id="typeclass" readonly="readonly">
  186. <input type="hidden" id="typeclassId" />
  187. <div class="addTree treeList">
  188. <ul id="TreeDemo" class="ztree">
  189. </ul>
  190. </div>
  191. </div>
  192. </td>
  193. <th>省份:</th>
  194. <td>
  195. <div class="time-box">
  196. <select class="form-control" id="Province">
  197. </select>
  198. </div>
  199. </td>
  200. </tr>
  201. <tr>
  202. <th>反馈内容及处理结果:</th>
  203. <td colspan="5" id="CS">
  204. <textarea name="" rows="5" cols="" placeholder="" id="feedBackCon"></textarea>
  205. </td>
  206. </tr>
  207. <tr>
  208. <th>快递信息:</th>
  209. <td colspan="5">
  210. <textarea name="" rows="" cols="" id="express"></textarea>
  211. </td>
  212. </tr>
  213. <tr>
  214. <th>备注一:</th>
  215. <td colspan="5">
  216. <textarea name="" rows="" cols="" id="remark1"></textarea>
  217. </td>
  218. </tr>
  219. <tr>
  220. <th>备注二:</th>
  221. <td colspan="5">
  222. <textarea name="" rows="" cols="" id="remark2"></textarea>
  223. </td>
  224. </tr>
  225. <tr>
  226. <th>备注三:</th>
  227. <td colspan="5">
  228. <textarea name="" rows="" cols="" id="remark3"></textarea>
  229. </td>
  230. </tr>
  231. <tr>
  232. <td colspan="6" style="text-align: center;">
  233. <button class="btns customerSubmit">保&nbsp;存</button>
  234. </td>
  235. </tr>
  236. </tbody>
  237. </table>
  238. <!--市场部-->
  239. <table class="market">
  240. <tbody>
  241. <tr>
  242. <th>姓名:</th>
  243. <td>
  244. <div class="form-group">
  245. <input type="text" class="form-control" id="name_market" />
  246. </div>
  247. </td>
  248. <th>电话:</th>
  249. <td>
  250. <div class="form-group">
  251. <input type="text" class="form-control" id="tel_market" />
  252. </div>
  253. </td>
  254. <th>来电单位:</th>
  255. <td style="position: relative;">
  256. <select class="form-control" id="LDunit_">
  257. </select>
  258. </td>
  259. </tr>
  260. <tr>
  261. <th>反馈单位:</th>
  262. <td style="position: relative;">
  263. <select class="form-control" id="FKunit_">
  264. </select>
  265. </div>
  266. </td>
  267. </tr>
  268. <tr>
  269. <th>备注内容:</th>
  270. <td colspan="5">
  271. <textarea name="" rows="" cols="" id="remark_market"></textarea>
  272. </td>
  273. </tr>
  274. <tr>
  275. <td colspan="6" style="text-align: center;">
  276. <button class="btns marketSubmit">保&nbsp;存</button>
  277. </td>
  278. </tr>
  279. </tbody>
  280. </table>
  281. </div>
  282. <input type="hidden" id="CallID" />
  283. </div>
  284. <script src="../js/zTree/jquery.ztree.core.js"></script>
  285. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  286. <script src="../js/select.js"></script>
  287. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  288. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  289. <script src="../js/kindeditor/kindeditor.js"></script>
  290. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  291. <script>
  292. var City_ = ["北京市", "天津市", "河北省", "山西省", "内蒙古", "辽宁省", "吉林省", "黑龙江省", "上海市", "江苏省", "浙江省", "安徽省", "福建省", "江西省", "山东省", "河南省", "湖北省", "湖南省", "广东省", "广西自治区", "海南省", "重庆市", "四川省", "贵州省", "云南省", "西藏自治区", "陕西省", "甘肃省", "青海省", "宁夏回族自治区", "新疆维吾尔自治区", "香港特别行政区", "澳门特别行政区", "台湾省", "钓鱼岛", "其他附属岛屿"];
  293. CitySelect();
  294. function CitySelect() {
  295. var len = City_.length;
  296. var html = '';
  297. $(City_).each(function(i, n) {
  298. html = '<option value="' + n + '">' + n + '</option>';
  299. $(html).appendTo($('#Province'))
  300. });
  301. }
  302. function LDunit() {
  303. $.ajax({
  304. type: "get",
  305. url: huayi.config.callcenter_url + "Customer/BindLDdep",
  306. dataType: 'json',
  307. async: true,
  308. data: {
  309. keypara: '',
  310. token: $.cookie("token")
  311. },
  312. success: function(data) {
  313. var Count = data.data.dep;
  314. console.log(Count);
  315. var html = '<option value="" >全部</option>';
  316. $(Count).each(function(i, n) {
  317. html += '<option value="' + n + '" >' + n + '</option>';
  318. });
  319. $(html).appendTo($('#LDunit'));
  320. $(html).appendTo($('#FKunit'));
  321. $(html).appendTo($('#LDunit_'));
  322. $(html).appendTo($('#FKunit_'));
  323. $("#LDunit").comboSelect();
  324. $("#FKunit").comboSelect();
  325. $("#LDunit_").comboSelect();
  326. $("#FKunit_").comboSelect();
  327. }
  328. });
  329. }
  330. LDunit()
  331. $('#Province').comboSelect();
  332. </script>
  333. </body>
  334. </html>