安图前端代码

AddWorkOrder.html 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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/layer/need/layer.css" />
  8. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  11. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  12. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  13. <link href="../css/init.css" rel="stylesheet" />
  14. <title>手制工单</title>
  15. <style>
  16. ul li {
  17. float: initial;
  18. list-style: none;
  19. }
  20. .common {
  21. width: 100%;
  22. text-align: center;
  23. padding: 10px 15px;
  24. }
  25. .common table {
  26. width: 100%;
  27. display: none;
  28. }
  29. .common table th {
  30. padding: 5px 8px 5px 0;
  31. text-align: right;
  32. /* width: 20%;*/
  33. }
  34. .common table td {
  35. padding: 6px 0 5px 10px;
  36. text-align: left;
  37. color: #717171;
  38. line-height: 200%;
  39. }
  40. .common table td textarea {
  41. width: 100%;
  42. vertical-align: middle;
  43. resize: none;
  44. outline: none;
  45. }
  46. .time-box {
  47. display: inline-block;
  48. position: relative;
  49. width: 100%;
  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. height: 400px;
  95. overflow-y: auto;
  96. }
  97. .testInput-list li {
  98. padding: 5px;
  99. }
  100. .testInput-list li:hover {
  101. background-color: #E43926;
  102. color: #fff;
  103. }
  104. #testInput1,
  105. #testInput2,
  106. #testInput3,
  107. #testInput4 {
  108. outline: none;
  109. border: 1px solid #ccc;
  110. padding-left: 10px;
  111. outline-color: #fff;
  112. display:none;
  113. }
  114. .ke-container {
  115. width: 100%!important;
  116. }
  117. button[disabled]{
  118. background-color: #999;
  119. }
  120. </style>
  121. </head>
  122. <body>
  123. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  124. <div class="common">
  125. <!--客服部-->
  126. <table class="customerService">
  127. <tbody>
  128. <tr>
  129. <th>姓名:</th>
  130. <td>
  131. <div class="form-group">
  132. <input type="text" class="form-control" id="name" />
  133. </div>
  134. </td>
  135. <th>电话:</th>
  136. <td>
  137. <div class="form-group">
  138. <input type="text" class="form-control" id="tel" />
  139. </div>
  140. </td>
  141. <th>来电单位:</th>
  142. <td style="position: relative;">
  143. <select name="" id="testInput1" class="">
  144. <option value="" selected>请选择来电单位</option>
  145. </select>
  146. </td>
  147. </tr>
  148. <tr>
  149. <th>反馈单位:</th>
  150. <td style="position: relative;">
  151. <select name="" id="testInput2" class="">
  152. <option value="" selected>请选择反馈单位</option>
  153. </select>
  154. </td>
  155. <th>工单来源:</th>
  156. <td>
  157. <div class="form-group">
  158. <select name="" class="form-control" id="DicValueList">
  159. </select>
  160. </div>
  161. </td>
  162. <th>工单状态:</th>
  163. <td>
  164. <div class="form-group">
  165. <select name="" class="form-control" id="State"> </select>
  166. </div>
  167. </td>
  168. </tr>
  169. <tr>
  170. <th>工单类型:</th>
  171. <td>
  172. <div class="time-box">
  173. <i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
  174. <input class="form-control" type="text" id="typeclass" readonly="readonly">
  175. <input type="hidden" id="typeclassId" />
  176. <div class="addTree treeList">
  177. <ul id="TreeDemo" class="ztree">
  178. </ul>
  179. </div>
  180. </div>
  181. </td>
  182. </tr>
  183. <tr>
  184. <th>反馈内容及处理结果:</th>
  185. <td colspan="5">
  186. <textarea name="" rows="5" cols="" placeholder="" id="feedBackCon"></textarea>
  187. </td>
  188. </tr>
  189. <tr>
  190. <th>快递信息:</th>
  191. <td colspan="5">
  192. <textarea name="" rows="" cols="" id="express"></textarea>
  193. </td>
  194. </tr>
  195. <tr>
  196. <th>备注一:</th>
  197. <td colspan="5">
  198. <textarea name="" rows="" cols="" id="remark1"></textarea>
  199. </td>
  200. </tr>
  201. <tr>
  202. <th>备注二:</th>
  203. <td colspan="5">
  204. <textarea name="" rows="" cols="" id="remark2"></textarea>
  205. </td>
  206. </tr>
  207. <tr>
  208. <th>备注三:</th>
  209. <td colspan="5">
  210. <textarea name="" rows="" cols="" id="remark3"></textarea>
  211. </td>
  212. </tr>
  213. <tr>
  214. <td colspan="6" style="text-align: center;">
  215. <button class="btns customerSubmit" type="button">保&nbsp;存</button>
  216. </td>
  217. </tr>
  218. </tbody>
  219. </table>
  220. <!--市场部-->
  221. <table class="market">
  222. <tbody>
  223. <tr>
  224. <th>姓名:</th>
  225. <td>
  226. <div class="form-group">
  227. <input type="text" class="form-control" id="name_market" />
  228. </div>
  229. </td>
  230. <th>电话:</th>
  231. <td>
  232. <div class="form-group">
  233. <input type="text" class="form-control" id="tel_market" />
  234. </div>
  235. </td>
  236. <th>来电单位:</th>
  237. <!--<td>
  238. <select class="form-control selectpicker" id="comeCall_dep_market" data-live-search="true">
  239. <option value="">请选择来电单位</option>
  240. </select>
  241. </td>-->
  242. <td style="position: relative;">
  243. <!--<input id="testInput3" type="text" style="width:100%;" style="display: none;" />
  244. <ul class="testInput-list">
  245. <li></li>
  246. </ul>-->
  247. <select id="testInput3">
  248. <option value="">请选择来电单位</option>
  249. </select>
  250. </td>
  251. </tr>
  252. <tr>
  253. <th>反馈单位:</th>
  254. <!--<td>
  255. <select class="form-control selectpicker" id="feedbackDep_market" data-live-search="true">
  256. <option value="">请选择反馈单位</option>
  257. </select>
  258. </td>-->
  259. <td style="position: relative;">
  260. <!--<input id="testInput4" type="text" style="width:100%;" style="display: none;" />
  261. <ul class="testInput-list">
  262. <li></li>
  263. </ul>-->
  264. <select id="testInput4">
  265. <option value="">请选择反馈单位</option>
  266. </select>
  267. </td>
  268. <th>工单来源:</th>
  269. <td>
  270. <div class="form-group">
  271. <select name="" class="form-control" id="DicValueList_market"> </select>
  272. </div>
  273. </td>
  274. <th>工单类型:</th>
  275. <td>
  276. <div class="time-box">
  277. <i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
  278. <input class="form-control" type="text" id="typeclass_market" readonly="readonly">
  279. <input type="hidden" id="typeclassId_market" />
  280. <div class="addTree treeList_market">
  281. <ul id="TreeDemo_market" class="ztree">
  282. </ul>
  283. </div>
  284. </div>
  285. </td>
  286. </tr>
  287. <tr>
  288. <th>备注内容:</th>
  289. <td colspan="5">
  290. <textarea name="" rows="5" cols="" id="remark_market"></textarea>
  291. </td>
  292. </tr>
  293. <tr>
  294. <td colspan="6" style="text-align: center;">
  295. <button class="btns marketSubmit" type="button">保&nbsp;存</button>
  296. </td>
  297. </tr>
  298. </tbody>
  299. </table>
  300. </div>
  301. <input type="hidden" id="CallID" />
  302. </div>
  303. <script src="../js/zTree/jquery.ztree.core.js"></script>
  304. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  305. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  306. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  307. <script src="../js/kindeditor/kindeditor.js"></script>
  308. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  309. <script src="./js/AddWorkOrder.js"></script>
  310. </body>
  311. </html>