Açıklama Yok

AddWorkOrder.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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. <link rel="stylesheet" href="../js/webuploader/webuploader.css" />
  13. <script src="../js/webuploader/webuploader.min.js"></script>
  14. <title>手工制单</title>
  15. <style>
  16. #xl_box {
  17. width: 170px;
  18. height: 25px;
  19. border: none;
  20. outline: none;
  21. border: 1px solid #e6e6e6;
  22. }
  23. #xl_boxs {
  24. width: 170px;
  25. height: 25px;
  26. border: none;
  27. outline: none;
  28. border: 1px solid #e6e6e6;
  29. }
  30. .gsxx textarea {
  31. width: 1034px;
  32. resize: none;
  33. }
  34. .text-red {
  35. color: red;
  36. vertical-align: middle;
  37. font-size: 20px;
  38. padding: 2px;
  39. }
  40. .btns{
  41. width: 200px;
  42. margin-top: 17px;
  43. }
  44. .xl{
  45. height: 24px;
  46. }
  47. /* 附件开始 */
  48. .file_imgs {
  49. /*padding: 10px 70px;*/
  50. list-style: none;
  51. margin-bottom: 60px;
  52. margin-left: -15px;
  53. }
  54. .file_imgs li {
  55. float: left;
  56. position: relative;
  57. width: 109px;
  58. height: 109px;
  59. margin-left: 10px;
  60. margin-right: 10px;
  61. margin-bottom: 40px;
  62. padding-top: 0;
  63. padding-bottom: 0;
  64. }
  65. .file_imgs li:hover .img_mask {
  66. display: block;
  67. }
  68. .file_imgs .img_mask {
  69. display: none;
  70. position: absolute;
  71. left: 0;
  72. top: 0;
  73. background-color: rgba(0, 0, 0, .3);
  74. width: 100%;
  75. height: 22px;
  76. z-index: 1;
  77. }
  78. .file_imgs .img_mask i {
  79. position: absolute;
  80. right: 5px;
  81. top: 5px;
  82. display: inline-block;
  83. width: 13px;
  84. height: 12px;
  85. cursor: pointer;
  86. background: url(../img/file_img_icons.png) no-repeat 0 0;
  87. }
  88. .file_imgs .file_name {
  89. width: 100%;
  90. display: inline-block;
  91. text-align: center;
  92. word-break: break-all;
  93. padding-top: 8px;
  94. }
  95. .file_imgs li img {
  96. width: 100%;
  97. height: 100%;
  98. border: 0;
  99. vertical-align: middle;
  100. }
  101. .file_imgs .upload-state-done .img_state {
  102. display: block;
  103. position: absolute;
  104. right: 7px;
  105. bottom: 29px;
  106. width: 0;
  107. height: 0;
  108. border-bottom: 40px solid #01b2fe;
  109. border-left: 40px solid transparent;
  110. overflow: inherit;
  111. }
  112. .file_imgs .img_state i {
  113. position: absolute;
  114. right: 4px;
  115. bottom: -32px;
  116. display: inline-block;
  117. width: 15px;
  118. height: 11px;
  119. background: url(../img/file_img_icons.png) no-repeat 0 -16px;
  120. }
  121. .error {
  122. color: red;
  123. text-align: center;
  124. }
  125. .noThumb {
  126. width: 109px;
  127. height: 83px;
  128. text-align: center;
  129. color: #1aaad0;
  130. }
  131. .glyphicon.glyphicon-paperclip {
  132. font-size: 44px;
  133. text-align: center;
  134. }
  135. .img-box {
  136. float: left;
  137. width: 120px;
  138. height: 120px;
  139. background-size: 100% 100%;
  140. display: inline-block;
  141. position: relative;
  142. border-radius: 5px;
  143. margin-right: 10px;
  144. border: solid 1px #e8e8e8;
  145. cursor: pointer;
  146. text-align: center;
  147. line-height: 120px
  148. }
  149. .img-box .img_mask {
  150. display: none;
  151. position: absolute;
  152. left: 0;
  153. top: 0;
  154. background-color: rgba(0, 0, 0, .3);
  155. width: 100%;
  156. height: 22px;
  157. z-index: 5;
  158. }
  159. .image-item {
  160. width: 120px;
  161. height: 120px;
  162. background-size: 100% 100%;
  163. display: inline-block;
  164. position: relative;
  165. border-radius: 5px;
  166. margin-right: 10px;
  167. cursor: pointer;
  168. }
  169. .img-box .img_mask i {
  170. position: absolute;
  171. right: 5px;
  172. top: 5px;
  173. display: inline-block;
  174. width: 13px;
  175. height: 12px;
  176. cursor: pointer;
  177. color: #fff;
  178. }
  179. .img-box:hover .img_mask {
  180. display: block;
  181. }
  182. .img_filename{
  183. font-size: 14px;
  184. /* display: block; */
  185. width: 100%;
  186. height: calc(100% - 22px);
  187. }
  188. /* 附件结束 */
  189. .upload_img{
  190. /*padding-top: 20px;*/
  191. position: relative;
  192. top: 25px;
  193. }
  194. .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  195. margin-top: 2px !important;
  196. }
  197. </style>
  198. </head>
  199. <body>
  200. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  201. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  202. <div class="dhLeft">
  203. <sapn><i class="syIcon"></i>位置:
  204. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  205. <a href="javaScript:;">工单管理</a>&gt;
  206. <a href="" style="color: #000;">手工制单</a>
  207. </sapn>
  208. </div>
  209. </div>
  210. <div class="ldtp-cr col-sm-12">
  211. <div class="latp_title">
  212. <span>工单信息</span>
  213. </div>
  214. <ul class="ld-service clearfix hidden">
  215. <li style="border-bottom:1px solid #69cbd0;" itemtype="1" class="cr-click">咨询</li>
  216. <!--<li style="border-bottom:1px solid #f95a83;" itemtype="2">保修服务</li>-->
  217. <li style="border-bottom:1px solid #243747;" itemtype="3">投诉建议</li>
  218. </ul>
  219. <div class="gsxx">
  220. <!--咨询-->
  221. <div class="sqzx">
  222. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  223. <tr>
  224. <th>咨询人:</th>
  225. <td colspan="3">
  226. <div class="inpBox">
  227. <input type="text" class="inps form-control" id="zxrs" />
  228. </div>
  229. </td>
  230. <th>咨询电话:</th>
  231. <td>
  232. <div class="inpBox">
  233. <input type="text" class="inps form-control" id="zxdhs" />
  234. </div>
  235. </td>
  236. </tr>
  237. <tr>
  238. <th>咨询内容:</th>
  239. <td colspan="5">
  240. <textarea name="" rows="3" cols="20" id="zxnrs" class="form-control"></textarea>
  241. </td>
  242. </tr>
  243. <tr>
  244. <th>处理内容:</th>
  245. <td colspan="5">
  246. <textarea name="" rows="3" cols="20" id="jdnrs" class="form-control"></textarea>
  247. </td>
  248. </tr>
  249. </table>
  250. <div style="text-align: center;margin-bottom: 17px">
  251. <input type="button" value="创建" class="btn_ btns Cj" />
  252. </div>
  253. </div>
  254. <div class="sqzx Shows">
  255. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  256. <tr>
  257. <th>客户姓名:</th>
  258. <td>
  259. <div class="inpBox">
  260. <input type="text" class="inps form-control" id="tskh" placeholder="请输入客户姓名" />
  261. </div>
  262. </td>
  263. <th><b class="text-red">*</b>电话:</th>
  264. <td>
  265. <div class="inpBox">
  266. <input type="text" class="inps form-control" id="tsdh" placeholder="请输入电话" />
  267. </div>
  268. </td>
  269. </tr>
  270. <tr>
  271. <!-- <th>营业部:</th>
  272. <td>
  273. <div class="inpBox">
  274. <select name="" id="t_county" class="inps form-control">
  275. <option value="0">请选择</option>
  276. </select>
  277. </div>
  278. </td> -->
  279. <!-- <th>地址:</th>
  280. <td colspan="3">
  281. <div class="inpBox">
  282. <input id="t_address" class="inps form-control" rows="1" placeholder="请输入地址"/>
  283. </div>
  284. </td> -->
  285. </tr>
  286. <tr>
  287. <th>调查时间:</th>
  288. <td>
  289. <div class="inpBox">
  290. <input type="text" placeholder="请选择调查时间" class="inps form-control" id="t_time" />
  291. </div>
  292. </td>
  293. <th>调查员:</th>
  294. <td>
  295. <div class="inpBox">
  296. <input type="text" class="inps form-control" id="t_investigator" placeholder="请输入调查员" />
  297. </div>
  298. </td>
  299. </tr>
  300. <tr>
  301. <th>处理部门:</th>
  302. <td>
  303. <div class="inpBox">
  304. <select class="form-control input-sm" id="clbmname" placeholder="请选择处理部门" >
  305. <option value="0">请选择</option>
  306. </select>
  307. </div>
  308. </td>
  309. <th>处理人:</th>
  310. <td colspan="3">
  311. <div class="inpBox">
  312. <select class="form-control input-sm" id="clidname" placeholder="请输入处理人姓名" >
  313. <option value="0">请选择</option>
  314. </select>
  315. <!--<input type="text" class="inps form-control" id="clidname" placeholder="请输入处理人姓名" />-->
  316. </div>
  317. </td>
  318. </tr>
  319. <tr>
  320. <th>问题分类:</th>
  321. <td>
  322. <div class="inpBox">
  323. <!--<input type="text" class="inps form-control" id="xl_box" placeholder="请输入信息分类" />-->
  324. <select name="" id="xl_box" class="form-control">
  325. <option value="">请选择</option>
  326. </select>
  327. </div>
  328. </td>
  329. <th>热点问题:</th>
  330. <td colspan="3">
  331. <div class="inpBox">
  332. <!-- <input type="text" class="inps form-control" id="xl_boxs" placeholder="请输入交办单位" /> -->
  333. <select name="" id="infotypedetail" class="form-control">
  334. <option value="">请选择</option>
  335. </select>
  336. </div>
  337. </td>
  338. </tr>
  339. <tr>
  340. <th>反映问题:</th>
  341. <td colspan="5">
  342. <textarea id="t_detail" name="" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  343. </td>
  344. </tr>
  345. <!--<tr>
  346. <th>回访反馈情况:</th>
  347. <td colspan="5">
  348. <textarea id="t_answer" name="" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
  349. </td>
  350. </tr>
  351. <tr>
  352. <th>问题处理情况:</th>
  353. <td colspan="5">
  354. <textarea id="cont" name="" rows="3" cols="20" class="form-control" placeholder="请输入问题处理情况"></textarea>
  355. </td>
  356. </tr>-->
  357. <tr>
  358. <th>备注:</th>
  359. <td colspan="5">
  360. <textarea id="t_remarks" name="" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  361. </td>
  362. </tr>
  363. <tr>
  364. <th style="padding-top: 20px;">完结情况:</th>
  365. <td>
  366. <div style="margin-top: 19px;">
  367. <label style="font-weight: normal;" class="radio-inline">
  368. <input type="radio" value="1" name="ltype" checked="checked"/>未完结
  369. </label>
  370. <label style="font-weight: normal;" class="radio-inline">
  371. <input type="radio" value="2" name="ltype" /> 已完结
  372. </label>
  373. </div>
  374. </td>
  375. </tr>
  376. <tr>
  377. <th>上传图片:</th>
  378. <td colspan="5">
  379. <div class="upload_img">
  380. <div id="imgPicker" class="apply_forms_file">+</div>
  381. <p class="help-block text-warning" style="display:inline-block;">
  382. <span id="fileNum">0</span>/6 每个文件大小不超过30M
  383. </p>
  384. <ul id="fileList" class="file_imgs clearfix">
  385. </ul>
  386. </div>
  387. </td>
  388. </tr>
  389. </table>
  390. <div style="text-align: center; margin-bottom: 17px;">
  391. <input type="button" value="创建" class="addts btns" />
  392. </div>
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397. <script src="../js/zTree/jquery.ztree.core.js"></script>
  398. <script src="../js/laydate/laydate.js"></script>
  399. <script src="../js/autosize/autosize.js"></script>
  400. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  401. </body>
  402. </html>