maintenance_details.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <!-- <link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/font-awesome.4.6.0.css"> -->
  11. <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
  12. <link rel="stylesheet" href="__PUBLIC__/wxapp/css/jdxf.css">
  13. <title>维保记录详情</title>
  14. <style>
  15. .bjbox{
  16. margin: 15px 0;
  17. }
  18. .mar{
  19. margin: 0 30px;
  20. }
  21. .bjbox-c{
  22. font-size: 14px;
  23. color: #646464;
  24. }
  25. .box{
  26. height: 20px;
  27. background-color: #F5F5F5;
  28. }
  29. .mar-words {
  30. float: right;
  31. font-size: 18px;
  32. }
  33. .height1dcdcdc {
  34. display: block;
  35. height: 1px;
  36. margin-top: 2px;
  37. margin-bottom: 20px;
  38. background: #DCDCDC;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <!-- 头部 -->
  44. <div class="hand">
  45. <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
  46. <a href="__MODULE__/Inspection/maintenance_record{$tokenurl}/companyid/{$companyid}">
  47. <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
  48. </a>
  49. </span>
  50. 维保记录详情
  51. </div>
  52. <!-- 内容块 -->
  53. <div class="bjbox">
  54. <div class="bjbox-c mar">
  55. <span>{$res.wc_time}</span>
  56. <span style="float: right;">{$res.spot_status}</span>
  57. </div>
  58. <div class="mar">
  59. <span class="ownername">{$res.plan_name}</span>
  60. <!--<span class="mar-words" style="color: #02a6de;">{$list.clstatus}</span>-->
  61. </div>
  62. </div>
  63. <div class="box"></div>
  64. <!-- 基本信息 -->
  65. <div class="bjbox">
  66. <div class="bjbox-c mar">基本信息</div>
  67. <div class="height1dcdcdc"></div>
  68. <div class="mar">
  69. 所属单位: {$res.owner_name}<br>
  70. 单位地址: {$res.owner_address}<br>
  71. 维保点位: {$res.spot_name}<br>
  72. 点位地址: {$res.spot_address}<br>
  73. 预期时间: {$res.ywc_time}<br>
  74. 完成时间: {$res.wc_time}
  75. </div>
  76. </div>
  77. <div class="box"></div>
  78. <!-- 维保信息 -->
  79. <div class="bjbox">
  80. <div class="bjbox-c mar">维保信息</div>
  81. <div class="height1dcdcdc"></div>
  82. <div class="mar">
  83. 维保人员: {$res.name}<br>
  84. 联系方式: {$res.phone}<br>
  85. 维保描述: {$res.dwsb_remarks}
  86. </div>
  87. </div>
  88. <div class="box"></div>
  89. <div class="bjbox">
  90. <div class="bjbox-c mar">维保图片</div>
  91. <div class="height1dcdcdc" style="margin-bottom: 0"></div>
  92. <div class="mar" style="margin: 0">
  93. <!--{$list.h5}-->
  94. <img src="{$res.report_photos}" style="width: 100%" alt="">
  95. </div>
  96. </div>
  97. </body>
  98. </html>