123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <?php if (!defined('THINK_PATH')) exit();?><!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="/jdxf/Public/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
- <link rel="stylesheet" href="/jdxf/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="/jdxf/wxapp2.php/Home/<?php echo ($url); ?>/index<?php echo ($tokenurl); ?>/companyid/<?php echo ($list["company"]); ?>">
- <img style="height: 16px;" src="/jdxf/Public/wxapp/images/jd_07.png" alt="">
- </a>
- </span>
- </span>
- 报警详情
- </div>
- <div class="bjbox" style="background-color: #e5eeff;margin-top: 0px;margin-bottom: 0px;">
- <div class="bjbox-c mar" style="font-size: 16px;height: 24px;padding: 15px 0;">
- <span style="display:inline-block;margin: 2px 0"><?php echo ($list["time"]); ?></span>
- <span style="float: right;background-color: #fccdcd;padding:2px 5px 2px 5px;color: #fe0000;"><?php echo ($list["clstatus"]); ?></span>
- </div>
- </div>
- <div style="background-color: #F5F5F5;color: #4487fe">
- <div style="padding: 10px 0; margin-left: 5px">
- <b>|</b>
- 基本信息
- </div>
- </div>
- <div class="bjbox" style="margin: 0px">
- <div class="mar" style="margin: 0 0 0 30px;font-size: 16px">
- <div style="padding: 10px 0px;border-bottom: 1px solid #DCDCDC">
- <span style="display:inline-block;color: #969696;">设备名称:</span><div style="margin-left: 35px"><?php echo ($list["owner_name"]); ?></div>
- </div>
- <div style="padding: 10px 0px;border-bottom: 1px solid #DCDCDC">
- <span style="display:inline-block;color: #969696">设备地址:</span><div style="margin-left: 35px"><?php echo ($arr["owner_address"]); echo ($arr["unitinfo"]); ?></div>
- </div>
- <!--<div style="padding: 10px 0px;border-bottom: 1px solid #DCDCDC">-->
- <!--<span style="display:inline-block;color: #969696">告警类型:</span><?php echo ($list["ftype"]); echo ($list["wtype"]); ?>-->
- <!--</div>-->
- <div style="padding: 10px 0px;">
- <span style="display:inline-block;color: #969696">告警信息:</span><div style="margin-left: 35px"><?php echo ($list["dznr"]); ?></div>
- </div>
- </div>
- </div>
- <div style="background-color: #F5F5F5;color: #4487fe">
- <div style="padding: 10px 0; margin-left: 5px">
- <b>|</b>
- 处理内容
- </div>
- </div>
- <div class="bjbox">
- <form action="/jdxf/wxapp2.php/Home/fireinfo/outputs" method="post" id="firecl">
- <div style="margin: 10px 0;font-size: 16px">
- <input type="radio" value="0" checked name="plcl" style="margin-left: 30px">单个处理</input>
- <input type="radio" value="1" name="plcl"><span>批量处理</span></input>
- </div>
- <div class="mar" style="text-align: center;margin:0 20px;padding: 10px;background-color:#f5f5f5 ">
- <textarea name="clnr" id="" rows="6" style="width: 100%;border: 0px solid #f5f5f5;background-color: #f5f5f5"
- placeholder="备注信息,最多可输入50个字"></textarea>
- <input type="hidden" name="ftypewtype" value="<?php echo ($list["ftype"]); echo ($list["wtype"]); ?>">
- <input type="hidden" value="/jdxf/wxapp2.php/Home/<?php echo ($url); ?>/index<?php echo ($tokenurl); ?>/companyid/<?php echo ($list["company"]); ?>" name="url">
- <input type="hidden" name="id" value="<?php echo ($list["id"]); ?>">
- <input type="hidden" name="device_code" value="<?php echo ($list["device_code"]); ?>">
- <input type="hidden" name="ncmd" value="<?php echo ($list["ncmd"]); ?>">
- <input type="hidden" name="cs1" value="<?php echo ($list["cs1"]); ?>">
- <input type="hidden" name="cs2" value="<?php echo ($list["cs2"]); ?>">
- <input type="hidden" name="port" value="<?php echo ($list["port"]); ?>">
- <input type="hidden" name="dwtype" value="<?php echo ($arr["dwtype"]); ?>" id="dwtype">
- <input type="hidden" name="bx" value="0" id="bx" >
- <input type="hidden" name="clwb" value="1" id="clwb" >
- <input type="hidden" name="restrict" value="1" id="restrict" >
- </div>
- <div class="mar" style="text-align: center;margin:0 20px;padding: 10px;">
- <input type="button" style="background-color: #337cff;border-radius:15px 15px 15px 15px;width: 35%" class="buttt" onclick="outputs(1)" value=" 误报 ">
- <input type="button" style="background-color: #337cff;border-radius:15px 15px 15px 15px;width: 35%" class="buttt" onclick="outputs(0)" value="非误报">
- </div>
- </form>
- </div>
- <script>
- var b=<?php echo ($sl_data); ?>;
- function outputs(a) {
- if(a){
- $('#firecl').submit();
- }else{
- $('#clwb').val('0');
- $('#firecl').submit();
- }
- }
- </script>
- </body>
- </html>
|