123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
- <script src="__PUBLIC__/wxapp/js/echarts.min.js"></script>
- <script src="__PUBLIC__/html/video/ezuikit.js"></script>
- <link rel="stylesheet" href="__PUBLIC__/wxapp/css/jdxf.css">
- <title>设备详情</title>
- <style>
- .bjbox {
- margin: 15px 0;
- }
- .mar {
- margin: 0 30px;
- }
- .bjbox-c {
- font-size: 14px;
- color: #646464;
- }
- .box {
- height: 20px;
- background-color: #F5F5F5;
- }
- .mar-words {
- float: right;
- font-size: 18px;
- }
- .height1dcdcdc {
- display: block;
- height: 1px;
- margin-top: 2px;
- margin-bottom: 20px;
- background: #DCDCDC;
- }
- td {
- text-align: center;
- }
- </style>
- </head>
- <body>
- <!-- 头部 -->
- <div class="hand">
- <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
- <a href="__MODULE__/Inspection/getDeviceList/record_id/{$record_id}/spot_id/{$spot_id}">
- <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
- </a>
- </span>
- 设备详情
- </div>
- <div class="bjbox">
- <div class="mar">
- <span class="ownername">{$owner_xx.0.owner_name}</span>
- <span class="mar-words" style="color: #646464;"></span>
- </div>
- </div>
- <div class="box"></div>
- <div class="bjbox">
- <div class="bjbox-c mar">基本信息</div>
- <div class="height1dcdcdc"></div>
- <div class="mar">设备类型:{$type_name} <br>
- 设备编号:{$owner_xx.0.owner_code} <br>
- <if condition="$owner_xx.dwtype eq 16 ">
- 设备厂家:浙江海康威视<br>
- 传输方式:--<br>
- 设备型号:DS-2TD1217<br>
- <elseif condition="$owner_xx.dwtype eq 17"/>
- 设备厂家:浙江海康威视<br>
- 传输方式:--<br>
- 设备型号:DS-2CD2326FWXHYQ-SS/DT<br>
- <elseif condition="$owner_xx.dwtype eq 4"/>
- 设备厂家:上海永天<br>
- 传输方式:4G<br>
- 设备型号:PT124B-289<br>
- <else/>
- 设备厂家:--<br>
- 传输方式:--<br>
- 设备型号:--<br>
- </if>
- 物联网卡号:{$owner_xx.0.sim}<br>
- 安装位置:{$owner_xx.0.unitinfo}<br>
- 添加时间:{$owner_xx.0.install_time}
- </div>
- </div>
- <div class="box"></div>
- <div class="bjbox">
- <div class="bjbox-c mar">基本信息</div>
- <div class="height1dcdcdc"></div>
- <div class="mar">
- {$owner_address.0.owner_address}
- </div>
- </div>
- <div class="box"></div>
- <script>
- var player = new EZUIPlayer('video123');
- player.on('error', function () {
- console.log('error');
- });
- player.on('play', function () {
- console.log('play');
- });
- player.on('pause', function () {
- console.log('pause');
- });
- </script>
- <div class="bjbox">
- <div class="bjbox-c mar">数据表</div>
- <div class="height1dcdcdc" style=" margin-bottom: 0;"></div>
- <div class="mar" style="margin: 0;width: 100%;overflow-x: auto;">
- <table style="width: 140%;font-size: 14px;">
- <tr>
- <th>最后上传值</th>
- <th>最后上传时间</th>
- </tr>
- <tr>
- <td>{$gzsj.0.data4}</td>
- <td>{$gzsj.0.time}</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|