新乡民调(来自息县民调) - 主标

AddWorkOrder.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  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. }
  192. </style>
  193. </head>
  194. <body>
  195. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  196. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  197. <div class="dhLeft">
  198. <sapn><i class="syIcon"></i>位置:
  199. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  200. <a href="javaScript:;">工单管理</a>&gt;
  201. <a href="" style="color: #000;">手工制单</a>
  202. </sapn>
  203. </div>
  204. </div>
  205. <div class="ldtp-cr col-sm-12">
  206. <div class="latp_title">
  207. <span>工单信息</span>
  208. </div>
  209. <ul class="ld-service clearfix hidden">
  210. <li style="border-bottom:1px solid #69cbd0;" itemtype="1" class="cr-click">咨询</li>
  211. <!--<li style="border-bottom:1px solid #f95a83;" itemtype="2">保修服务</li>-->
  212. <li style="border-bottom:1px solid #243747;" itemtype="3">投诉建议</li>
  213. </ul>
  214. <div class="gsxx">
  215. <!--咨询-->
  216. <div class="sqzx">
  217. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  218. <tr>
  219. <th>咨询人:</th>
  220. <td colspan="3">
  221. <div class="inpBox">
  222. <input type="text" class="inps form-control" id="zxrs" />
  223. </div>
  224. </td>
  225. <th>咨询电话:</th>
  226. <td>
  227. <div class="inpBox">
  228. <input type="text" class="inps form-control" id="zxdhs" />
  229. </div>
  230. </td>
  231. </tr>
  232. <tr>
  233. <th>咨询内容:</th>
  234. <td colspan="5">
  235. <textarea name="" rows="3" cols="20" id="zxnrs" class="form-control"></textarea>
  236. </td>
  237. </tr>
  238. <tr>
  239. <th>处理内容:</th>
  240. <td colspan="5">
  241. <textarea name="" rows="3" cols="20" id="jdnrs" class="form-control"></textarea>
  242. </td>
  243. </tr>
  244. </table>
  245. <div style="text-align: center;margin-bottom: 17px">
  246. <input type="button" value="创建" class="btn_ btns Cj" />
  247. </div>
  248. </div>
  249. <div class="sqzx Shows">
  250. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  251. <tr>
  252. <th>客户姓名:</th>
  253. <td>
  254. <div class="inpBox">
  255. <input type="text" class="inps form-control" id="tskh" placeholder="请输入客户姓名" />
  256. </div>
  257. </td>
  258. <th><b class="text-red">*</b>电话:</th>
  259. <td>
  260. <div class="inpBox">
  261. <input type="text" class="inps form-control" id="tsdh" placeholder="请输入电话" />
  262. </div>
  263. </td>
  264. </tr>
  265. <tr>
  266. <th>乡镇或单位:</th>
  267. <td>
  268. <div class="inpBox">
  269. <select name="" id="t_county" class="inps form-control">
  270. <option value="0">请选择</option>
  271. </select>
  272. </div>
  273. </td>
  274. <th>地址:</th>
  275. <td colspan="3">
  276. <div class="inpBox">
  277. <input id="t_address" class="inps form-control" rows="1" placeholder="请输入地址"/>
  278. </div>
  279. </td>
  280. </tr>
  281. <tr>
  282. <th>调查时间:</th>
  283. <td>
  284. <div class="inpBox">
  285. <input type="text" placeholder="请选择调查时间" class="inps form-control" id="t_time" />
  286. </div>
  287. </td>
  288. <th>调查员:</th>
  289. <td>
  290. <div class="inpBox">
  291. <input type="text" class="inps form-control" id="t_investigator" placeholder="请输入调查员" />
  292. </div>
  293. </td>
  294. </tr>
  295. <tr>
  296. <th>处理部门:</th>
  297. <td>
  298. <div class="inpBox">
  299. <!--<input type="text" class="inps form-control" id="clbmname" placeholder="请输入处理部门" />-->
  300. <input type="text" class="inps tree" readonly="readonly" id="clbmname" placeholder="请选择处理部门" />
  301. <input type="hidden" class="inps" id="clbm" />
  302. <i class="xl"></i>
  303. <b class="de_icon">X</b>
  304. <div class="addTree">
  305. <ul id="clbmtree" class="ztree"></ul>
  306. </div>
  307. </div>
  308. </td>
  309. <th>处理人:</th>
  310. <td colspan="3">
  311. <div class="inpBox">
  312. <!--<input type="text" class="inps form-control" id="clidname" placeholder="请输入处理人姓名" />-->
  313. <input type="text" class="inps select" readonly="readonly" id="clidname" placeholder="请选择处理人" />
  314. <input type="hidden" class="inps " id="clid" />
  315. <i class="xl"></i>
  316. <div class="xl_common">
  317. <ul class="xl_box clid"></ul>
  318. </div>
  319. </div>
  320. </td>
  321. </tr>
  322. <tr>
  323. <th>信息分类:</th>
  324. <td>
  325. <div class="inpBox">
  326. <!--<input type="text" class="inps form-control" id="xl_box" placeholder="请输入信息分类" />-->
  327. <select name="" id="xl_box" class="form-control">
  328. <option value="">请选择</option>
  329. </select>
  330. </div>
  331. </td>
  332. <th>交办单位:</th>
  333. <td colspan="3">
  334. <div class="inpBox">
  335. <!--<input type="text" class="inps form-control" id="xl_boxs" placeholder="请输入交办单位" />-->
  336. <select name="" id="xl_boxs" class="form-control">
  337. <option value="">请选择</option>
  338. </select>
  339. </div>
  340. </td>
  341. </tr>
  342. <tr>
  343. <th>反映问题:</th>
  344. <td colspan="5">
  345. <textarea id="t_detail" name="" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  346. </td>
  347. </tr>
  348. <tr>
  349. <th>回访反馈情况:</th>
  350. <td colspan="5">
  351. <textarea id="t_answer" name="" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
  352. </td>
  353. </tr>
  354. <tr>
  355. <th>问题处理情况:</th>
  356. <td colspan="5">
  357. <textarea id="cont" name="" rows="3" cols="20" class="form-control" placeholder="请输入问题处理情况"></textarea>
  358. </td>
  359. </tr>
  360. <tr>
  361. <th>备注:</th>
  362. <td colspan="5">
  363. <textarea id="t_remarks" name="" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  364. </td>
  365. </tr>
  366. <tr>
  367. <th>上传图片:</th>
  368. <td colspan="5">
  369. <div class="upload_img">
  370. <div id="imgPicker" class="apply_forms_file">+</div>
  371. <p class="help-block text-warning" style="display:inline-block;">
  372. <span id="fileNum">0</span>/6 每个文件大小不超过30M
  373. </p>
  374. <ul id="fileList" class="file_imgs clearfix">
  375. </ul>
  376. </div>
  377. </td>
  378. </tr>
  379. </table>
  380. <div style="text-align: center; margin-bottom: 17px;">
  381. <input type="button" value="创建" class="addts btns" />
  382. </div>
  383. </div>
  384. </div>
  385. </div>
  386. </div>
  387. <script src="../js/zTree/jquery.ztree.core.js"></script>
  388. <script src="../js/laydate/laydate.js"></script>
  389. <script src="../js/autosize/autosize.js"></script>
  390. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  391. </body>
  392. </html>