思念食品 UI

AddWorkOrder.html 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  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 rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  14. <link rel="stylesheet" href="../css/init.css"/>
  15. <link rel="stylesheet" href="../css/WorkOrder/NewAddWorkOrder.css" />
  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. .treeList1 {
  73. top: 34px!important;
  74. border: 1px solid #e5e6e7!important;
  75. border-top: 0;
  76. height: auto!important;
  77. }
  78. #TreeDemo1 li {
  79. float: initial;
  80. }
  81. #typeclass1 {
  82. background: #fff;
  83. }
  84. #typeclass_market1 {
  85. background: #fff;
  86. }
  87. .addTree1 {
  88. background: #fff;
  89. position: absolute;
  90. width: 100%;
  91. border: 1px solid darkgrey;
  92. right: 0;
  93. top: 26px;
  94. z-index: 10;
  95. display: none;
  96. height: 100px;
  97. overflow-y: auto;
  98. }
  99. .form-group {
  100. margin-bottom: 0;
  101. }
  102. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  103. background-color: #ffffff!important;
  104. border-color: #e5e6e7!important;
  105. }
  106. .filter-option {
  107. color: #676b6d;
  108. }
  109. .bootstrap-select>.dropdown-toggle.btn-default {
  110. background-color: #ffffff!important;
  111. border-color: #e5e6e7!important;
  112. color: #555;
  113. }
  114. .testInput-list {
  115. position: absolute;
  116. z-index: 999;
  117. border: 1px solid rgb(204, 204, 204);
  118. background-color: rgb(255, 255, 255);
  119. z-index: 99999;
  120. padding-left: 0;
  121. width: 97.6%;
  122. display: none;
  123. height: 400px;
  124. overflow-y: auto;
  125. }
  126. .testInput-list li {
  127. padding: 5px;
  128. }
  129. .testInput-list li:hover {
  130. background-color: #E43926;
  131. color: #fff;
  132. }
  133. #testInput1,
  134. #testInput2,
  135. #testInput3,
  136. #testInput4 {
  137. outline: none;
  138. border: 1px solid #ccc;
  139. padding-left: 10px;
  140. outline-color: #fff;
  141. display:none;
  142. }
  143. .ke-container {
  144. width: 100%!important;
  145. }
  146. button[disabled]{
  147. background-color: #999;
  148. }
  149. </style>
  150. </head>
  151. <body class="gray-bg">
  152. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  153. <div class="dhLeft">
  154. <sapn><i class="syIcon"></i>位置:
  155. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  156. <a href="javaScript:;">工单管理</a>&gt;
  157. <a href="" class="nowPosition">手工制单</a>
  158. </sapn>
  159. </div>
  160. </div>
  161. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  162. <div class="common">
  163. <!--思念组-->
  164. <table class="customerService">
  165. <tbody>
  166. <tr>
  167. <th>姓名:</th>
  168. <td>
  169. <div class="form-group">
  170. <input type="text" class="form-control" id="name" />
  171. </div>
  172. </td>
  173. <th>电话:</th>
  174. <td>
  175. <div class="form-group">
  176. <input type="text" class="form-control" id="tel" />
  177. </div>
  178. </td>
  179. <th>购买日期:</th>
  180. <td style="position: relative;">
  181. <div class="time-box form-group">
  182. <i class="tub fa fa-calendar"></i>
  183. <input class="form-control search_time buyDate" type="text" placeholder="请选择时间">
  184. </div>
  185. </td>
  186. </tr>
  187. <tr>
  188. <th>产品名称:</th>
  189. <td>
  190. <div class="form-group">
  191. <input type="text" class="form-control" id="productname" />
  192. </div>
  193. </td>
  194. <th>购买地址:</th>
  195. <td>
  196. <div class="form-group">
  197. <input type="text" class="form-control" id="buyAddress"/>
  198. </div>
  199. </td>
  200. <th>产品类别:</th>
  201. <td style="position: relative;">
  202. <div class="form-group">
  203. <input type="text" class="form-control" id="productType"/>
  204. </div>
  205. </td>
  206. </tr>
  207. <tr>
  208. <th>生产批号:</th>
  209. <td>
  210. <div class="form-group">
  211. <input type="text" class="form-control" id="batchNumber" />
  212. </div>
  213. </td>
  214. <th>使用日期:</th>
  215. <td style="position: relative;">
  216. <div class="time-box form-group">
  217. <i class="tub fa fa-calendar"></i>
  218. <input class="form-control search_time userDate" type="text" placeholder="请选择时间">
  219. </div>
  220. </td>
  221. </tr>
  222. <tr>
  223. <th>工单来源:</th>
  224. <td>
  225. <div class="form-group">
  226. <select name="" class="form-control" id="DicValueList">
  227. </select>
  228. </div>
  229. </td>
  230. <th>工单类型:</th>
  231. <td>
  232. <div class="form-group">
  233. <select name="" class="form-control orderType1">
  234. </select>
  235. </div>
  236. </td>
  237. <th>区域:</th>
  238. <td>
  239. <div class="time-box">
  240. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  241. <input class="form-control" type="text" id="typeclass1" readonly="readonly">
  242. <input type="text" class="inps2">
  243. <input type="text" class="inps3">
  244. <input type="text" class="inps4">
  245. <input type="hidden" id="typeclassId1" />
  246. <div class="addTree1 treeList1">
  247. <ul id="TreeDemo1" class="ztree">
  248. </ul>
  249. </div>
  250. </div>
  251. </td>
  252. </tr>
  253. <tr>
  254. <th>客诉专员:</th>
  255. <td>
  256. <div class="form-group">
  257. <select name="" class="form-control" id="vipName">
  258. </select>
  259. </div>
  260. </td>
  261. <th>专员电话:</th>
  262. <td style="position: relative;">
  263. <div class="form-group">
  264. <input type="text" class="form-control" id="vipTel"/>
  265. </div>
  266. </td>
  267. </tr>
  268. <tr>
  269. <th>投诉事件描述:</th>
  270. <td colspan="5">
  271. <textarea name="" rows="5" cols="" placeholder="" id="content"></textarea>
  272. </td>
  273. </tr>
  274. <tr>
  275. <td colspan="6" style="text-align: center;">
  276. <button class="btns customerSubmit">保&nbsp;存</button>
  277. </td>
  278. </tr>
  279. </tbody>
  280. </table>
  281. <!--市场部-->
  282. <table class="market">
  283. <tbody>
  284. <tr>
  285. <th>姓名:</th>
  286. <td>
  287. <div class="form-group">
  288. <input type="text" class="form-control" id="name" />
  289. </div>
  290. </td>
  291. <th>电话:</th>
  292. <td>
  293. <div class="form-group">
  294. <input type="text" class="form-control" id="tel" />
  295. </div>
  296. </td>
  297. <th>区域:</th>
  298. <td>
  299. <div class="time-box">
  300. <i class="tub fa fa-caret-down areaDown" style="color: #676b6d;"></i>
  301. <input class="form-control" type="text" id="typeclass_market1" readonly="readonly">
  302. <input type="text" class="inps2">
  303. <input type="text" class="inps3">
  304. <input type="text" class="inps4">
  305. <input type="hidden" id="typeclassId1" />
  306. <div class="addTree1 treeList_market1">
  307. <ul id="TreeDemo_market1" class="ztree">
  308. </ul>
  309. </div>
  310. </div>
  311. </td>
  312. </tr>
  313. <tr>
  314. <th>客诉专员:</th>
  315. <td>
  316. <div class="form-group">
  317. <select name="" class="form-control" id="customerName">
  318. </select>
  319. </div>
  320. </td>
  321. <th>专员电话:</th>
  322. <td style="position: relative;">
  323. <div class="form-group">
  324. <input type="text" class="form-control" id="customerTel" disabled=""/>
  325. </div>
  326. </td>
  327. </tr>
  328. <tr>
  329. <th>问题分类:</th>
  330. <td>
  331. <div class="form-group">
  332. <select name="" class="form-control orderType2">
  333. </select>
  334. </div>
  335. </td>
  336. <th>工单来源:</th>
  337. <td>
  338. <div class="form-group">
  339. <select name="" class="form-control" id="DicValueList">
  340. </select>
  341. </div>
  342. </td>
  343. </tr>
  344. <tr>
  345. <th>产品名称:</th>
  346. <td>
  347. <div class="form-group">
  348. <input type="text" class="form-control" id="productname" />
  349. </div>
  350. </td>
  351. <th>生产批号:</th>
  352. <td>
  353. <div class="form-group">
  354. <input type="text" class="form-control" id="batchNumber" />
  355. </div>
  356. </td>
  357. <th>购买地址:</th>
  358. <td>
  359. <div class="form-group">
  360. <input type="text" class="form-control" id="buyAddress"/>
  361. </div>
  362. </td>
  363. </tr>
  364. <tr>
  365. <th>生产日期:</th>
  366. <td style="position: relative;">
  367. <div class="time-box form-group">
  368. <i class="tub fa fa-calendar"></i>
  369. <input class="form-control search_time" id="proDuctdate" type="text" placeholder="请选择时间">
  370. </div>
  371. </td>
  372. <th>购买日期:</th>
  373. <td style="position: relative;">
  374. <div class="time-box form-group">
  375. <i class="tub fa fa-calendar"></i>
  376. <input class="form-control search_time buyDate" type="text" placeholder="请选择时间">
  377. </div>
  378. </td>
  379. <th>使用日期:</th>
  380. <td style="position: relative;">
  381. <div class="time-box form-group">
  382. <i class="tub fa fa-calendar"></i>
  383. <input class="form-control search_time userDate" type="text" placeholder="请选择时间">
  384. </div>
  385. </td>
  386. </tr>
  387. <tr>
  388. <th>样品寄回:</th>
  389. <td style="position: relative;">
  390. <select name="" class="form-control" id="sendBack">
  391. <option value="0">否</option>
  392. <option value="1">是</option>
  393. </select>
  394. </td>
  395. </tr>
  396. <tr>
  397. <th>投诉事件描述:</th>
  398. <td colspan="5">
  399. <textarea name="" rows="5" cols="" placeholder="" id="content"></textarea>
  400. </td>
  401. </tr>
  402. <tr>
  403. <td colspan="6" style="text-align: center;">
  404. <button class="btns marketSubmit">保&nbsp;存</button>
  405. </td>
  406. </tr>
  407. </tbody>
  408. </table>
  409. </div>
  410. <input type="hidden" id="CallID" />
  411. </div>
  412. <script src="../js/zTree/jquery.ztree.core.js"></script>
  413. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  414. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  415. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  416. <script src="../js/kindeditor/kindeditor.js"></script>
  417. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  418. <script src="../js/laydate/laydate.js"></script>
  419. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  420. </body>
  421. </html>