lifter_unprocessed.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. <!-- <link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/font-awesome.4.6.0.css"> -->
  11. <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
  12. <link rel="stylesheet" href="__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: 20px;
  37. margin-bottom: 20px;
  38. background: #DCDCDC;
  39. }
  40. .buttt{
  41. margin-top: 5px;
  42. margin-bottom: 5px;
  43. color: #fff;
  44. background-color: #d9534f;
  45. border-color: #d43f3a;
  46. display: inline-block;
  47. padding: 6px 12px;
  48. margin-bottom: 0;
  49. font-size: 14px;
  50. font-weight: 400;
  51. line-height: 1.42857143;
  52. text-align: center;
  53. white-space: nowrap;
  54. vertical-align: middle;
  55. -ms-touch-action: manipulation;
  56. touch-action: manipulation;
  57. cursor: pointer;
  58. -webkit-user-select: none;
  59. -moz-user-select: none;
  60. -ms-user-select: none;
  61. user-select: none;
  62. background-image: none;
  63. border: 1px solid transparent;
  64. border-radius: 4px;
  65. }
  66. </style>
  67. </head>
  68. <body>
  69. <!-- 头部 -->
  70. <div class="hand">
  71. <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
  72. <a href="__MODULE__/{$url}/index{$tokenurl}/companyid/{$list.company}">
  73. <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
  74. </a>
  75. </span>
  76. </span>
  77. 报警详情
  78. </div>
  79. <!-- 内容块 -->
  80. <div class="bjbox">
  81. <div class="bjbox-c mar">
  82. <span>{$list.time}</span>
  83. <span style="float: right;">{$list.ftype}{$list.wtype}</span>
  84. </div>
  85. <div class="mar">
  86. <span class="ownername">{$list.owner_name}</span>
  87. <span class="mar-words" style="color: #02a6de;">{$list.clstatus}</span>
  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. {$arr.owner_address}{$arr.unitinfo}
  96. </div>
  97. </div>
  98. <div class="box"></div>
  99. <div class="bjbox">
  100. <div class="bjbox-c mar">基本信息</div>
  101. <div class="height1dcdcdc"></div>
  102. <div class="mar">
  103. {$list.data4}
  104. </div>
  105. </div>
  106. <div class="box"></div>
  107. <div class="bjbox">
  108. <div class="bjbox-c mar">处理内容</div>
  109. <div class="height1dcdcdc"></div>
  110. <form action="__MODULE__/fireinfo/outputs" method="post" id="firecl">
  111. <input type="radio" value="0" checked name="plcl" style="margin-left: 30px">单个处理</input>
  112. <input type="radio" value="1" name="plcl">批量处理</input>
  113. <div class="mar" style="text-align: center;">
  114. <textarea name="clnr" id="" rows="6" style="width: 100%" placeholder="最多可输入50个字"></textarea>
  115. <!--<button class="buttt">&nbsp;&nbsp;误报&nbsp;&nbsp;</button>-->
  116. <!--<button class="buttt">非误报</button>-->
  117. <input type="hidden" value="__MODULE__/{$url}/index{$tokenurl}/companyid/{$list.company}" name="url">
  118. <input type="hidden" name="id" value="{$list.id}">
  119. <input type="hidden" name="device_code" value="{$list.device_code}">
  120. <input type="hidden" name="dwtype" value="17" id="dwtype">
  121. <input type="hidden" name="bx" value="0" id="bx" >
  122. <input type="hidden" name="clwb" value="1" id="clwb" >
  123. <input type="button" class="buttt" onclick="outputs(1)" value="&nbsp;&nbsp;误报&nbsp;&nbsp;">
  124. <input type="button" class="buttt" onclick="outputs(0)" value="非误报">
  125. </div>
  126. </form>
  127. </div>
  128. <div class="box"></div>
  129. <div class="bjbox">
  130. <div class="bjbox-c mar">视频</div>
  131. <div class="height1dcdcdc"></div>
  132. <div class="mar" style="margin: 0">
  133. {$list.h5}
  134. <!--<img src="__PUBLIC__/wxapp/images/video.png" style="width: 100%" alt="">-->
  135. </div>
  136. </div>
  137. <script>
  138. var b={$sl_data};
  139. function outputs(a) {
  140. if(a){
  141. // if (b>5){
  142. // if ($('#dwtype').val()!=1){
  143. // var r=confirm("本月该设备报警数为"+b+",是否报修");
  144. // if (r==true) {$('#bx').val('1');} else {$('#bx').val('0');}
  145. // }
  146. // }
  147. $('#firecl').submit();
  148. }else{
  149. $('#clwb').val('0');
  150. // // if (b>5){
  151. // if ($('#dwtype').val()!=1){
  152. // var r=confirm("是否报修");
  153. // if (r==true) {$('#bx').val('1');} else {$('#bx').val('0');}
  154. // }
  155. // // }
  156. // // if ($('#dwtype').val()!=1){
  157. // // var r=confirm("是否报修");
  158. // // if (r==true) {$('#bx').val('1');} else {}
  159. // // }
  160. $('#firecl').submit();
  161. }
  162. }
  163. </script>
  164. </body>
  165. </html>