000001.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
  11. <script src="__PUBLIC__/wxapp/js/echarts.min.js"></script>
  12. <script src="__PUBLIC__/html/video/ezuikit.js"></script>
  13. <link rel="stylesheet" href="__PUBLIC__/wxapp/css/jdxf.css">
  14. <title>设备详情</title>
  15. <style>
  16. .bjbox {
  17. margin: 15px 0;
  18. }
  19. .mar {
  20. margin: 0 30px;
  21. }
  22. .bjbox-c {
  23. font-size: 14px;
  24. color: #646464;
  25. }
  26. .box {
  27. height: 20px;
  28. background-color: #F5F5F5;
  29. }
  30. .mar-words {
  31. float: right;
  32. font-size: 18px;
  33. }
  34. .height1dcdcdc {
  35. display: block;
  36. height: 1px;
  37. margin-top: 2px;
  38. margin-bottom: 20px;
  39. background: #DCDCDC;
  40. }
  41. td {
  42. text-align: center;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <!-- 头部 -->
  48. <div class="hand">
  49. <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
  50. <a href="__MODULE__/Inspection/getDeviceList/record_id/{$record_id}/spot_id/{$spot_id}">
  51. <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
  52. </a>
  53. </span>
  54. 设备详情
  55. </div>
  56. <div class="bjbox">
  57. <div class="mar">
  58. <span class="ownername">{$owner_xx.0.owner_name}</span>
  59. <span class="mar-words" style="color: #646464;"></span>
  60. </div>
  61. </div>
  62. <div class="box"></div>
  63. <div class="bjbox">
  64. <div class="bjbox-c mar">基本信息</div>
  65. <div class="height1dcdcdc"></div>
  66. <div class="mar">设备类型:{$type_name} <br>
  67. 设备编号:{$owner_xx.0.owner_code} <br>
  68. <if condition="$owner_xx.dwtype eq 16 ">
  69. 设备厂家:浙江海康威视<br>
  70. 传输方式:--<br>
  71. 设备型号:DS-2TD1217<br>
  72. <elseif condition="$owner_xx.dwtype eq 17"/>
  73. 设备厂家:浙江海康威视<br>
  74. 传输方式:--<br>
  75. 设备型号:DS-2CD2326FWXHYQ-SS/DT<br>
  76. <elseif condition="$owner_xx.dwtype eq 4"/>
  77. 设备厂家:上海永天<br>
  78. 传输方式:4G<br>
  79. 设备型号:PT124B-289<br>
  80. <else/>
  81. 设备厂家:--<br>
  82. 传输方式:--<br>
  83. 设备型号:--<br>
  84. </if>
  85. 物联网卡号:{$owner_xx.0.sim}<br>
  86. 安装位置:{$owner_xx.0.unitinfo}<br>
  87. 添加时间:{$owner_xx.0.install_time}
  88. </div>
  89. </div>
  90. <div class="box"></div>
  91. <div class="bjbox">
  92. <div class="bjbox-c mar">基本信息</div>
  93. <div class="height1dcdcdc"></div>
  94. <div class="mar">
  95. {$owner_address.0.owner_address}
  96. </div>
  97. </div>
  98. <div class="box"></div>
  99. <script>
  100. var player = new EZUIPlayer('video123');
  101. player.on('error', function () {
  102. console.log('error');
  103. });
  104. player.on('play', function () {
  105. console.log('play');
  106. });
  107. player.on('pause', function () {
  108. console.log('pause');
  109. });
  110. </script>
  111. <div class="bjbox">
  112. <div class="bjbox-c mar">数据表</div>
  113. <div class="height1dcdcdc" style=" margin-bottom: 0;"></div>
  114. <div class="mar" style="margin: 0;width: 100%;overflow-x: auto;">
  115. <table style="width: 140%;font-size: 14px;">
  116. <tr>
  117. <th>最后上传值</th>
  118. <th>最后上传时间</th>
  119. </tr>
  120. <tr>
  121. <td>{$gzsj.0.data4}</td>
  122. <td>{$gzsj.0.time}</td>
  123. </tr>
  124. </table>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </body>
  130. </html>