Nessuna descrizione

AddKehuOrder.html 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. <title>在线留言</title>
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  10. <link rel="stylesheet" type="text/css" href="../js/bootstrap-treeview/bootstrap-treeview.min.css" />
  11. <link href="../js/zTree/zTreeStyle.css" rel="stylesheet" />
  12. <link href="../callScreen/css/call.css" rel="stylesheet" />
  13. <link href="../css/init.css" rel="stylesheet" />
  14. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  15. <link rel="stylesheet" href="../js/webuploader/webuploader.css" />
  16. <style type="text/css">
  17. #Duration,
  18. #Depth {
  19. display: none;
  20. }
  21. /* 指派附件开始 */
  22. .file_imgs {
  23. padding: 10px 70px;
  24. list-style: none;
  25. margin-bottom: 60px;
  26. margin-left: -15px;
  27. }
  28. .file_imgs li {
  29. float: left;
  30. position: relative;
  31. width: 109px;
  32. height: 109px;
  33. margin-left: 10px;
  34. margin-right: 10px;
  35. margin-bottom: 40px;
  36. padding-top: 0;
  37. padding-bottom: 0;
  38. }
  39. .file_imgs li:hover .img_mask {
  40. display: block;
  41. }
  42. .file_imgs .img_mask {
  43. display: none;
  44. position: absolute;
  45. left: 0;
  46. top: 0;
  47. background-color: rgba(0, 0, 0, .3);
  48. width: 100%;
  49. height: 22px;
  50. z-index: 1;
  51. }
  52. .file_imgs .img_mask i {
  53. position: absolute;
  54. right: 5px;
  55. top: 5px;
  56. display: inline-block;
  57. width: 13px;
  58. height: 12px;
  59. cursor: pointer;
  60. background: url(../img/file_img_icons.png) no-repeat 0 0;
  61. }
  62. .file_imgs .file_name {
  63. width: 100%;
  64. display: inline-block;
  65. text-align: center;
  66. word-break: break-all;
  67. padding-top: 8px;
  68. }
  69. .file_imgs li img {
  70. width: 100%;
  71. height: 100%;
  72. border: 0;
  73. vertical-align: middle;
  74. }
  75. .file_imgs .upload-state-done .img_state {
  76. display: block;
  77. position: absolute;
  78. right: 7px;
  79. bottom: 29px;
  80. width: 0;
  81. height: 0;
  82. border-bottom: 40px solid #01b2fe;
  83. border-left: 40px solid transparent;
  84. overflow: inherit;
  85. }
  86. .file_imgs .img_state i {
  87. position: absolute;
  88. right: 4px;
  89. bottom: -32px;
  90. display: inline-block;
  91. width: 15px;
  92. height: 11px;
  93. background: url(../../img/file_img_icons.png) no-repeat 0 -16px;
  94. }
  95. .error {
  96. color: red;
  97. text-align: center;
  98. }
  99. .noThumb {
  100. width: 109px;
  101. height: 83px;
  102. text-align: center;
  103. color: #1aaad0;
  104. }
  105. .glyphicon.glyphicon-paperclip {
  106. font-size: 44px;
  107. text-align: center;
  108. }
  109. .img-box {
  110. float: left;
  111. width: 120px;
  112. height: 120px;
  113. background-size: 100% 100%;
  114. display: inline-block;
  115. position: relative;
  116. border-radius: 5px;
  117. margin-right: 10px;
  118. border: solid 1px #e8e8e8;
  119. cursor: pointer;
  120. text-align: center;
  121. line-height: 120px
  122. }
  123. .img-box .img_mask {
  124. display: none;
  125. position: absolute;
  126. left: 0;
  127. top: 0;
  128. background-color: rgba(0, 0, 0, .3);
  129. width: 100%;
  130. height: 22px;
  131. z-index: 5;
  132. }
  133. .image-item {
  134. width: 120px;
  135. height: 120px;
  136. background-size: 100% 100%;
  137. display: inline-block;
  138. position: relative;
  139. border-radius: 5px;
  140. margin-right: 10px;
  141. cursor: pointer;
  142. }
  143. .img-box .img_mask i {
  144. position: absolute;
  145. right: 5px;
  146. top: 5px;
  147. display: inline-block;
  148. width: 13px;
  149. height: 12px;
  150. cursor: pointer;
  151. color: #fff;
  152. }
  153. .img-box:hover .img_mask {
  154. display: block;
  155. }
  156. .img_filename {
  157. font-size: 14px;
  158. /* display: block; */
  159. width: 100%;
  160. height: calc(100% - 22px);
  161. }
  162. .Sampling {
  163. display: none;
  164. }
  165. .addBanner{
  166. width: 100%;
  167. background: url(../img/addBanner.jpg) no-repeat center;
  168. height: 200px;
  169. }
  170. .form-control{
  171. width: 100%;
  172. }
  173. .btn-danger{
  174. background:#cf0012;
  175. border-color:#cf0012;
  176. font-size:16px;
  177. padding: 6px 16px;
  178. }
  179. .layui-layer-title {
  180. background-color: #cf0012!important;
  181. }
  182. .layui-layer-btn .layui-layer-btn0{
  183. border-color: #cf0012!important;
  184. background-color: #cf0012!important;
  185. }
  186. body {
  187. font-family: 微软雅黑;
  188. font-size: 16px;
  189. }
  190. .form-control, .single-line{
  191. font-size: 16px;
  192. }
  193. .file_imgs{
  194. margin-bottom: 0px;
  195. }
  196. .select.input-sm{
  197. height: 32px;
  198. line-height: 32px;
  199. }
  200. </style>
  201. </head>
  202. <body class="gray-bg">
  203. <div class="addBanner"></div>
  204. <div class="complain order_form" style="display:block;">
  205. <form class="form-inline clearfix" id="order_form">
  206. <div class="col-md-12 row">
  207. <div class="form-group col-md-12">
  208. <div class="form-group col-md-12 clearfix">
  209. <label class="col-md-1">留言类型:</label>
  210. <div id="order_isover" class="col-md-6 r_order_type">
  211. <label class="radio-inline">
  212. <input type="radio" name="type" value="1" checked="checked"> 咨询
  213. </label>
  214. <label class="radio-inline">
  215. <input type="radio" name="type" value="2" > 投诉
  216. </label>
  217. <label class="radio-inline">
  218. <input type="radio" name="type" value="4" > 建议及其他
  219. </label>
  220. </div>
  221. </div>
  222. </div>
  223. <div class="form-group col-md-12">
  224. <div class="form-group col-md-4">
  225. <label for="order_handle">您的姓名:</label>
  226. <input type="text" class="form-control input-sm" id="kehuxing" placeholder="请输入姓名">
  227. <span style="color: #FF0000;">*</span>
  228. </div>
  229. </div>
  230. <div class="form-group col-md-12">
  231. <div class="form-group col-md-4">
  232. <label for="order_handle">您的电话:</label>
  233. <input type="text" class="form-control input-sm" id="kehudian" placeholder="请输入电话" maxlength="11" onkeyup="this.value=this.value.replace(/\D/g,'')">
  234. <span style="color: #FF0000;">*</span>
  235. </div>
  236. </div>
  237. <div class="form-group col-md-12">
  238. <div class="form-group col-md-4">
  239. <label for="order_handle">渠道类型:</label>
  240. <select class="form-control input-sm " id="order_handle">
  241. <option selected="selected" value="">请选择</option>
  242. </select>
  243. </div>
  244. </div>
  245. <div class="form-group col-md-12">
  246. <div class="form-group col-md-8">
  247. <label for="order_tel">详细地址:</label>
  248. <textarea id="xiangxi" rows="3" cols="20" class="form-control" placeholder="请输入详细地址"></textarea>
  249. <span style="color: #FF0000;">*</span>
  250. </div>
  251. </div>
  252. <div class="form-group col-md-12">
  253. <div class="form-group col-md-8">
  254. <label for="order_reception">问题描述:</label>
  255. <textarea id="reception" rows="3" cols="20" class="form-control" placeholder="请输入问题描述"></textarea>
  256. <span style="color: #FF0000;">*</span>
  257. </div>
  258. </div>
  259. <div class=" form-group col-md-12">
  260. <div class="form-group col-md-12">
  261. <label class="col-md-2">附件:</label>
  262. <div id="imgPicker" class="apply_forms_file" style="padding-left: 6px;">+</div>
  263. <p class="help-block text-warning" style="display:inline-block;">
  264. <span id="fileNum">0</span>/6 每个文件大小不超过30M
  265. </p>
  266. <ul id="fileList" class="file_imgs clearfix"></ul>
  267. </div>
  268. </div>
  269. <div class=" form-group col-md-12">
  270. <div class="form-group col-md-12">
  271. <label class="col-md-2"></label>
  272. <button style="margin-left: 6px;" type="button" class="btn btn-danger" id="save_order">提交</button>
  273. </div>
  274. </div>
  275. </div>
  276. </form>
  277. </div>
  278. <script src="../js/laydate/laydate.js"></script>
  279. <script src="../js/autosize/autosize.min.js"></script>
  280. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  281. <script src="../js/bootstrap-select/js/i18n/defaults-zh_CN.js"></script>
  282. <script src="../js/bootstrap-treeview/bootstrap-treeview.min.js"></script>
  283. <script src="../js/zTree/jquery.ztree.core.js"></script>
  284. <script src="../Script/Common/regexs.js"></script>
  285. <script src="js/AddKehuOrder.js"></script>
  286. <script src="../js/webuploader/webuploader.min.js"></script>
  287. </body>
  288. </html>