思念食品 UI

Xga.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  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. <script src="../Script/Common/huayi.http.js"></script>
  10. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  11. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  12. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  13. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  14. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  15. <link href="../css/init.css" rel="stylesheet" />
  16. <title>手工制单</title>
  17. <style>
  18. ul li {
  19. float: initial;
  20. list-style: none;
  21. }
  22. .common {
  23. width: 100%;
  24. text-align: center;
  25. padding: 10px 15px;
  26. }
  27. .common table {
  28. width: 100%;
  29. display: none;
  30. }
  31. .common table th {
  32. padding: 5px 8px 5px 0;
  33. text-align: right;
  34. /* width: 20%;*/
  35. }
  36. .common table td {
  37. padding: 6px 0 5px 10px;
  38. text-align: left;
  39. color: #717171;
  40. line-height: 200%;
  41. }
  42. .common table td textarea {
  43. width: 100%;
  44. vertical-align: middle;
  45. resize: none;
  46. outline: none;
  47. }
  48. .time-box {
  49. display: inline-block;
  50. position: relative;
  51. width: 100%;
  52. }
  53. i.tub {
  54. position: absolute;
  55. right: 8px;
  56. top: 8px;
  57. font-size: 18px;
  58. color: #00a0ca;
  59. }
  60. .treeList {
  61. top: 34px!important;
  62. border: 1px solid #e5e6e7!important;
  63. border-top: 0;
  64. height: auto!important;
  65. }
  66. #TreeDemo li {
  67. float: initial;
  68. }
  69. #typeclass {
  70. background: #fff;
  71. }
  72. .form-group {
  73. margin-bottom: 0;
  74. }
  75. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  76. background-color: #ffffff!important;
  77. border-color: #e5e6e7!important;
  78. }
  79. .filter-option {
  80. color: #676b6d;
  81. }
  82. .bootstrap-select>.dropdown-toggle.btn-default {
  83. background-color: #ffffff!important;
  84. border-color: #e5e6e7!important;
  85. color: #555;
  86. }
  87. .testInput-list {
  88. position: absolute;
  89. z-index: 999;
  90. border: 1px solid rgb(204, 204, 204);
  91. background-color: rgb(255, 255, 255);
  92. z-index: 99999;
  93. padding-left: 0;
  94. width: 97.6%;
  95. display: none;
  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. }
  113. .ke-container {
  114. width: 100%!important;
  115. }
  116. .inps2,.inps3,.inps4{
  117. display: none;
  118. }
  119. .treeList1 {
  120. top: 34px!important;
  121. border: 1px solid #e5e6e7!important;
  122. border-top: 0;
  123. height: auto!important;
  124. }
  125. #TreeDemo1 li {
  126. float: initial;
  127. }
  128. #typeclass1 {
  129. background: #fff;
  130. }
  131. .addTree1 {
  132. background: #fff;
  133. position: absolute;
  134. width: 100%;
  135. border: 1px solid darkgrey;
  136. right: 0;
  137. top: 26px;
  138. z-index: 10;
  139. display: none;
  140. height: 100px;
  141. overflow-y: auto;
  142. }
  143. </style>
  144. </head>
  145. <body class="gray-bg">
  146. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  147. <div class="common">
  148. <!--客服部-->
  149. <table class="customerService">
  150. <tbody>
  151. <tr>
  152. <th>姓名:</th>
  153. <td>
  154. <div class="form-group">
  155. <input type="text" class="form-control" id="name" />
  156. </div>
  157. </td>
  158. <th>电话:</th>
  159. <td>
  160. <div class="form-group">
  161. <input type="text" class="form-control" id="tel" />
  162. </div>
  163. </td>
  164. <th>购买日期:</th>
  165. <td style="position: relative;">
  166. <div class="time-box form-group">
  167. <i class="tub fa fa-calendar"></i>
  168. <input class="form-control search_time" type="text" id="buyDate" placeholder="请选择时间">
  169. </div>
  170. </td>
  171. </tr>
  172. <tr>
  173. <th>产品名称:</th>
  174. <td>
  175. <div class="form-group">
  176. <input type="text" class="form-control" id="productname" />
  177. </div>
  178. </td>
  179. <th>购买地址:</th>
  180. <td>
  181. <div class="form-group">
  182. <input type="text" class="form-control" id="buyAddress"/>
  183. </div>
  184. </td>
  185. <th>产品类别:</th>
  186. <td style="position: relative;">
  187. <div class="form-group">
  188. <input type="text" class="form-control" id="productType"/>
  189. </div>
  190. </td>
  191. </tr>
  192. <tr>
  193. <th>生产批号:</th>
  194. <td>
  195. <div class="form-group">
  196. <input type="text" class="form-control" id="batchNumber" />
  197. </div>
  198. </td>
  199. <th>使用日期:</th>
  200. <td style="position: relative;">
  201. <div class="time-box form-group">
  202. <i class="tub fa fa-calendar"></i>
  203. <input class="form-control search_time" type="text" id="userDate" placeholder="请选择时间">
  204. </div>
  205. </td>
  206. </tr>
  207. <tr>
  208. <th>工单来源:</th>
  209. <td>
  210. <div class="form-group">
  211. <select name="" class="form-control" id="DicValueList">
  212. <option></option>
  213. </select>
  214. </div>
  215. </td>
  216. <th>工单类型:</th>
  217. <td>
  218. <div class="form-group">
  219. <select name="" class="form-control orderType1">
  220. </select>
  221. </div>
  222. </td>
  223. <th>区域:</th>
  224. <td>
  225. <div class="time-box">
  226. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  227. <input class="form-control" type="text" id="typeclass1" readonly="readonly">
  228. <input type="text" class="inps2">
  229. <input type="text" class="inps3">
  230. <input type="text" class="inps4">
  231. <input type="hidden" id="typeclassId1" />
  232. <div class="addTree1 treeList1">
  233. <ul id="TreeDemo1" class="ztree">
  234. </ul>
  235. </div>
  236. </div>
  237. </td>
  238. </tr>
  239. <tr>
  240. <th>客诉专员:</th>
  241. <td>
  242. <div class="form-group">
  243. <select name="" class="form-control" id="vipName">
  244. <option></option>
  245. </select>
  246. </div>
  247. </td>
  248. <th>专员电话:</th>
  249. <td style="position: relative;">
  250. <div class="form-group">
  251. <input type="text" class="form-control" id="vipTel" disabled=""/>
  252. </div>
  253. </td>
  254. </tr>
  255. <tr>
  256. <th>投诉事件描述:</th>
  257. <td colspan="5">
  258. <textarea name="" rows="5" cols="" placeholder="" id="content"></textarea>
  259. </td>
  260. </tr>
  261. <tr>
  262. <td colspan="6" style="text-align: center;">
  263. <button class="btns customerSubmit">保&nbsp;存</button>
  264. </td>
  265. </tr>
  266. </tbody>
  267. </table>
  268. <!--市场部-->
  269. <table class="market">
  270. <tbody>
  271. <tr>
  272. <th>姓名:</th>
  273. <td>
  274. <div class="form-group">
  275. <input type="text" class="form-control" id="name" />
  276. </div>
  277. </td>
  278. <th>电话:</th>
  279. <td>
  280. <div class="form-group">
  281. <input type="text" class="form-control" id="tel" />
  282. </div>
  283. </td>
  284. <th>区域:</th>
  285. <td>
  286. <div class="time-box">
  287. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  288. <input class="form-control" type="text" id="typeclass1" readonly="readonly">
  289. <input type="text" class="inps2">
  290. <input type="text" class="inps3">
  291. <input type="text" class="inps4">
  292. <input type="hidden" id="typeclassId1" />
  293. <div class="addTree1 treeList1">
  294. <ul id="TreeDemo1" class="ztree">
  295. </ul>
  296. </div>
  297. </div>
  298. </td>
  299. </tr>
  300. <tr>
  301. <th>客诉专员:</th>
  302. <td>
  303. <div class="form-group">
  304. <select name="" class="form-control" id="customerName">
  305. <option></option>
  306. </select>
  307. </div>
  308. </td>
  309. <th>专员电话:</th>
  310. <td style="position: relative;">
  311. <div class="form-group">
  312. <input type="text" class="form-control" id="customerTel" disabled=""/>
  313. </div>
  314. </td>
  315. </tr>
  316. <tr>
  317. <th>工单来源:</th>
  318. <td>
  319. <div class="form-group">
  320. <select name="" class="form-control" id="DicValueList">
  321. <option></option>
  322. </select>
  323. </div>
  324. </td>
  325. <th>问题分类:</th>
  326. <td>
  327. <div class="form-group">
  328. <select name="" class="form-control orderType2">
  329. </select>
  330. </div>
  331. </td>
  332. </tr>
  333. <tr>
  334. <th>产品名称:</th>
  335. <td>
  336. <div class="form-group">
  337. <input type="text" class="form-control" id="productname" />
  338. </div>
  339. </td>
  340. <th>生产批号:</th>
  341. <td>
  342. <div class="form-group">
  343. <input type="text" class="form-control" id="batchNumber" />
  344. </div>
  345. </td>
  346. <th>购买地址:</th>
  347. <td>
  348. <div class="form-group">
  349. <input type="text" class="form-control" id="buyAddress"/>
  350. </div>
  351. </td>
  352. </tr>
  353. <tr>
  354. <th>生产日期:</th>
  355. <td style="position: relative;">
  356. <div class="time-box form-group">
  357. <i class="tub fa fa-calendar"></i>
  358. <input class="form-control search_time" type="text" id="proDuctdate" placeholder="请选择时间">
  359. </div>
  360. </td>
  361. <th>购买日期:</th>
  362. <td style="position: relative;">
  363. <div class="time-box form-group">
  364. <i class="tub fa fa-calendar"></i>
  365. <input class="form-control search_time" type="text" id="buyDate" placeholder="请选择时间">
  366. </div>
  367. </td>
  368. <th>使用日期:</th>
  369. <td style="position: relative;">
  370. <div class="time-box form-group">
  371. <i class="tub fa fa-calendar"></i>
  372. <input class="form-control search_time" type="text" id="userDate" placeholder="请选择时间">
  373. </div>
  374. </td>
  375. </tr>
  376. <tr>
  377. <th>样品寄回:</th>
  378. <td style="position: relative;">
  379. <select name="" class="form-control" id="sendBack">
  380. <option value="0">否</option>
  381. <option value="1">是</option>
  382. </select>
  383. </td>
  384. </tr>
  385. <tr>
  386. <th>投诉事件描述:</th>
  387. <td colspan="5">
  388. <textarea name="" rows="5" cols="" placeholder="" id="content"></textarea>
  389. </td>
  390. </tr>
  391. <tr>
  392. <td colspan="6" style="text-align: center;">
  393. <button class="btns marketSubmit">保&nbsp;存</button>
  394. </td>
  395. </tr>
  396. </tbody>
  397. </table>
  398. </div>
  399. <input type="hidden" id="CallID" />
  400. </div>
  401. <script src="../js/zTree/jquery.ztree.core.js"></script>
  402. <script src="../js/kindeditor/kindeditor.js"></script>
  403. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  404. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  405. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  406. <script src="../js/laydate/laydate.js"></script>
  407. <script src="../js/WorkOrder/xgWork.js"></script>
  408. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  409. </body>
  410. </html>