ea2e804073e0311a1322b10cb79c023d.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?php if (!defined('THINK_PATH')) exit();?><!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="/jdxf/Public/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
  12. <link rel="stylesheet" href="/jdxf/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="/jdxf/wxapp2.php/Home/Inspection/inspection_record<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>">
  47. <img style="height: 16px;" src="/jdxf/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><?php echo ($res["wc_time"]); ?></span>
  56. <span style="float: right;"><?php echo ($res["spot_status"]); ?></span>
  57. </div>
  58. <div class="mar">
  59. <span class="ownername"><?php echo ($res["plan_name"]); ?></span>
  60. <!--<span class="mar-words" style="color: #02a6de;"><?php echo ($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. 所属单位: <?php echo ($res["owner_name"]); ?><br>
  70. 单位地址: <?php echo ($res["owner_address"]); ?><br>
  71. 巡检点位: <?php echo ($res["spot_name"]); ?> (<a href="/jdxf/wxapp2.php/Home/Inspection/getDeviceList/record_id/<?php echo ($res["id"]); ?>/spot_id/<?php echo ($res["spot_id"]); ?>" style="color: #005eff">查看设备实时信息</a>)<br>
  72. 点位地址: <?php echo ($res["spot_address"]); ?><br>
  73. 预期时间: <?php echo ($res["ywc_time"]); ?><br>
  74. 完成时间: <?php echo ($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. 巡检人员: <?php echo ($res["name"]); ?><br>
  84. 联系方式: <?php echo ($res["phone"]); ?><br>
  85. 巡检描述: <?php echo ($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. <!--<?php echo ($list["h5"]); ?>-->
  94. <img src="<?php echo ($res["report_photos"]); ?>" style="width: 100%" alt="">
  95. </div>
  96. </div>
  97. </body>
  98. </html>