123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <!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">
- <!-- <link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/font-awesome.4.6.0.css"> -->
- <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.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: 20px;
- margin-bottom: 20px;
- background: #DCDCDC;
- }
- .buttt{
- margin-top: 5px;
- margin-bottom: 5px;
- color: #fff;
- background-color: #d9534f;
- border-color: #d43f3a;
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 4px;
- }
-
- </style>
- </head>
- <body>
- <!-- 头部 -->
- <div class="hand">
- <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
- <a href="__MODULE__/{$url}/index{$tokenurl}/companyid/{$list.company}">
- <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
- </a>
- </span>
- </span>
- 报警详情
- </div>
- <!-- 内容块 -->
- <div class="bjbox">
- <div class="bjbox-c mar">
- <span>{$list.time}</span>
- <span style="float: right;">{$list.ftype}{$list.wtype}</span>
- </div>
- <div class="mar">
- <span class="ownername">{$list.owner_name}</span>
- <span class="mar-words" style="color: #02a6de;">{$list.clstatus}</span>
- </div>
- </div>
- <div class="box"></div>
-
- <div class="bjbox">
- <div class="bjbox-c mar">地址</div>
- <div class="height1dcdcdc"></div>
-
- <div class="mar">
- {$list.data4}
- </div>
- </div>
- <div class="box"></div>
-
- <div class="bjbox">
- <div class="bjbox-c mar">基本信息</div>
- <div class="height1dcdcdc"></div>
-
- <div class="mar">
- {$arr.owner_address}{$arr.unitinfo}
- </div>
- </div>
- <div class="box"></div>
- <div class="bjbox">
- <div class="bjbox-c mar">处理内容</div>
- <div class="height1dcdcdc"></div>
- <form action="__MODULE__/fireinfo/outputs" method="post" id="firecl">
- <input type="radio" value="0" checked name="plcl" style="margin-left: 30px">单个处理</input>
- <!--<input type="radio" value="1" name="plcl" disabled="true"><span style="color:darkgray">批量处理</span></input>-->
- <input type="radio" value="1" name="plcl"><span>批量处理</span></input>
- <div class="mar" style="text-align: center;">
- <textarea name="clnr" id="" rows="6" style="width: 100%" placeholder="最多可输入50个字"></textarea>
- <!--<button class="buttt"> 误报 </button>-->
- <!--<button class="buttt">非误报</button>-->
- <input type="hidden" name="ftypewtype" value="{$list.ftype}{$list.wtype}">
- <input type="hidden" value="__MODULE__/{$url}/index{$tokenurl}/companyid/{$list.company}" name="url">
- <input type="hidden" name="id" value="{$list.id}">
- <input type="hidden" name="data3" value="{$list.data3}">
- <input type="hidden" name="data5" value="{$list.data5}">
- <input type="hidden" name="data1" value="{$list.data1}">
- <input type="hidden" name="device_code" value="{$list.device_code}">
- <input type="hidden" name="dwtype" value="{$arr.dwtype}" id="dwtype">
- <input type="hidden" name="clwb" value="1" id="clwb" >
- <input type="hidden" name="bx" value="0" id="bx" >
- <input type="button" class="buttt" onclick="outputs(1)" value=" 误报 ">
- <input type="button" class="buttt" onclick="outputs(0)" value="非误报">
- </div>
- </form>
- </div>
- <div class="box"></div>
- <div class="bjbox">
- <div class="bjbox-c mar">视频</div>
- <div class="height1dcdcdc"></div>
- <div class="mar" style="margin: 0">
- {$list.h5}
- <!--<img src="__PUBLIC__/wxapp/images/video.png" style="width: 100%" alt="">-->
- </div>
- </div>
- <script>
- var b={$sl_data};
- function outputs(a) {
- if(a){
- // if (b>5){
- // if ($('#dwtype').val()!=1){
- // var r=confirm("本月该设备报警数为"+b+",是否报修");
- // if (r==true) {$('#bx').val('1');} else {$('#bx').val('0');}
- // }
- // }
- $('#firecl').submit();
- }else{
- $('#clwb').val('0');
- // // if (b>5){
- // if ($('#dwtype').val()!=1){
- // var r=confirm("是否报修");
- // if (r==true) {$('#bx').val('1');} else {$('#bx').val('0');}
- // }
- // // }
- $('#firecl').submit();
- }
- }
- </script>
- </body>
- </html>
|