orders_sub_details.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <script type="text/javascript" src="/static/jquery-2.2.4.min.js"></script>
  9. <script type="text/javascript" src="/static/layer/layer.js"></script>
  10. <script type="text/javascript" src="/admin/js/common.js"></script>
  11. <link rel="stylesheet" href="/static/bootstrap-3.3.7/css/bootstrap.css">
  12. <link rel="stylesheet" href="/static/h5/css/common.css">
  13. <title>完成情况</title>
  14. <style>
  15. body{
  16. background-color: #F1F1F1;
  17. }
  18. .container{
  19. max-width: 100vw;
  20. height: auto;
  21. margin: 0;
  22. padding: 0;
  23. margin-bottom: 60px;
  24. }
  25. .header{
  26. width: 100%;
  27. height: 12vw;
  28. }
  29. .header .header-left {
  30. width: 45vw;
  31. height: 12vw;
  32. line-height: 12vw;
  33. display: inline-block;
  34. float: left;
  35. }
  36. .header .header-right{
  37. width: 55vw;
  38. height: 12vw;
  39. line-height: 12vw;
  40. display: inline-block;
  41. float: right;
  42. padding-right: 4vw;
  43. font-size: 14px;
  44. font-weight: 400;
  45. color: #666666;
  46. text-align: right;
  47. }
  48. .header .header-left .line-box{
  49. width: 0.8vw;
  50. height: 3.4vw;
  51. background: var(--themeColor);
  52. border-radius: 3px;
  53. display: inline-block;
  54. float: left;
  55. margin-left: 2vw;
  56. margin-top: 4.3vw;
  57. margin-right: 2vw;
  58. }
  59. .header .header-left .title{
  60. width: 40vw;
  61. height: 12vw;
  62. font-size: 19px;
  63. font-weight: bold;
  64. color: #333333;
  65. display: inline-block;
  66. float: left;
  67. }
  68. .order-time{
  69. width: 100%;
  70. height: 12vw;
  71. background-color: #fff;
  72. }
  73. .complete-time{
  74. width: 100%;
  75. height: 12vw;
  76. margin-top: 1vw;
  77. background-color: #fff;
  78. }
  79. .public-info-content{
  80. width: 100%;
  81. height: auto;
  82. margin-top: 1vw;
  83. background-color: #fff;
  84. }
  85. .public-info-content .content-box{
  86. width: 100%;
  87. height: auto;
  88. padding: 1vw;
  89. }
  90. .public-info-content .content-box div{
  91. width: 100%;
  92. background: #F7F7F7;
  93. border-radius: 10px;
  94. padding: 1vw;
  95. min-height: 20vw;
  96. word-wrap:break-word;
  97. }
  98. .item-box{
  99. width: 100%;
  100. height: auto;
  101. margin-top: 1vw;
  102. background-color: #fff;
  103. }
  104. .repairs-type{
  105. width: 100%;
  106. height: 10vw;
  107. line-height: 10vw;
  108. border-bottom: 1px solid #f1f1f1;
  109. padding: 0vw 4vw;
  110. }
  111. .repairs-type .title{
  112. font-size: 17px;
  113. font-family: PingFang SC;
  114. font-weight: 500;
  115. color: #666666;
  116. float: left;
  117. }
  118. .repairs-type .content{
  119. font-weight: 500;
  120. color: #666666;
  121. float: right;
  122. }
  123. .sign-box{
  124. width: 100%;
  125. height: auto;
  126. margin-top: 1vw;
  127. background-color: #fff;
  128. }
  129. .sign-box .img-box{
  130. width: 100%;
  131. height: auto;
  132. overflow: hidden;
  133. }
  134. .sign-box .img-box .img-all-box{
  135. width: 100%;
  136. height: auto;
  137. padding: 0vw 4vw;
  138. overflow: hidden;
  139. }
  140. .sign-box .img-box .img-all-box .img{
  141. width: 22vw;
  142. height: 22vw;
  143. display: inline-block;
  144. float: left;
  145. margin-right: 1vw;
  146. margin-bottom: 1vw;
  147. }
  148. .sign-box .img-box .img-all-box .img img{
  149. width: 100%;
  150. height: 100%;
  151. }
  152. .footer-back{
  153. position: fixed;
  154. z-index: 1000;
  155. width: 100%;
  156. height: 45px;
  157. line-height: 45px;
  158. background-color: #ffffff;
  159. bottom: 0;
  160. left: 0;
  161. box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  162. display: table-cell;
  163. vertical-align: middle;
  164. text-align: center;
  165. }
  166. .footer-back a img{
  167. width: 43px;
  168. height: 43px;
  169. }
  170. .ga-time{
  171. width: calc(100% - 40px);
  172. height: 35px;
  173. line-height: 35px;
  174. margin: 0px 20px;
  175. font-size: 15px;
  176. border-bottom: 1px solid #c3c3c3;
  177. font-weight: 400;
  178. color: #666666;
  179. }
  180. .ga-remark{
  181. width: calc(100% - 40px);
  182. height: 35px;
  183. line-height: 35px;
  184. margin: 0px 20px;
  185. font-size: 15px;
  186. font-weight: 400;
  187. color: #666666;
  188. }
  189. .ga-content-box{
  190. width: 100%;
  191. height: auto;
  192. padding: 1vw;
  193. }
  194. .ga-content-box div{
  195. width: calc(100% - 40px);
  196. height: auto;
  197. background: #F7F7F7;
  198. border-radius: 10px;
  199. margin: 0px 20px;
  200. min-height: 20vw;
  201. word-wrap:break-word;
  202. padding: 5px;
  203. }
  204. </style>
  205. </head>
  206. <body>
  207. <div class="container">
  208. {if !empty($info['confirm_time'])}
  209. <div class="order-time">
  210. <div class="header">
  211. <div class="header-left">
  212. <div class="line-box"></div>
  213. <div class="title">接单时间</div>
  214. </div>
  215. <span class="header-right">{$info['confirm_time']}</span>
  216. </div>
  217. </div>
  218. {/if}
  219. {if !empty($info['done_time'])}
  220. <div class="complete-time">
  221. <div class="header">
  222. <div class="header-left">
  223. <div class="line-box"></div>
  224. <div class="title">完成时间</div>
  225. </div>
  226. <span class="header-right">{$info['done_time']}</span>
  227. </div>
  228. </div>
  229. {/if}
  230. {if $info['pause'] > 0}
  231. <div class="public-info-content">
  232. <div class="header">
  233. <div class="header-left">
  234. <div class="line-box"></div>
  235. <div class="title">挂起信息</div>
  236. </div>
  237. </div>
  238. <div class="ga-time">
  239. 挂起时间 <text class="pull-right">{$info['pause_time']}</text>
  240. </div>
  241. <div class="ga-remark">
  242. 挂起原因
  243. </div>
  244. <div class="ga-content-box">
  245. <div>{$info['pause_reason']}</div>
  246. </div>
  247. </div>
  248. {/if}
  249. {if !empty($info['nodo_reason'])}
  250. <div class="public-info-content">
  251. <div class="header">
  252. <div class="header-left">
  253. <div class="line-box"></div>
  254. <div class="title">汇报内容</div>
  255. </div>
  256. </div>
  257. <div class="content-box">
  258. <div>{$info['nodo_reason']}</div>
  259. </div>
  260. </div>
  261. {/if}
  262. {if !empty($info['sign'])}
  263. <div class="sign-box">
  264. <div class="header">
  265. <div class="header-left">
  266. <div class="line-box"></div>
  267. <div class="title">签名图片</div>
  268. </div>
  269. </div>
  270. <div class="img-box">
  271. <div class="img-all-box">
  272. {foreach $info['sign'] as $k=>$v}
  273. <div class="img">
  274. <img src="{$v}" onclick="open_img(this)" alt="">
  275. </div>
  276. {/foreach}
  277. </div>
  278. </div>
  279. </div>
  280. {/if}
  281. {if($info['cons'])}
  282. <div class="item-box">
  283. <div class="header">
  284. <div class="header-left">
  285. <div class="line-box"></div>
  286. <div class="title">使用耗材</div>
  287. </div>
  288. </div>
  289. {foreach $info['cons'] as $k=>$v}
  290. <div class="repairs-type">
  291. <text class="title">{$v['title']}({$v['money']}元)</text>
  292. <text class="content">数量:{$v['total']}</text>
  293. </div>
  294. {/foreach}
  295. </div>
  296. {/if}
  297. <div class="footer-back">
  298. <a href="javascript:;" onclick="javascript:history.back(-1);"><img src="/img/back.png"></a>
  299. </div>
  300. </div>
  301. </body>
  302. </html>
  303. <script>
  304. </script>