orders_sub_details.html 8.5 KB

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