2deb7e2e56caa513f77dc9a2795afaa9.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php if (!defined('THINK_PATH')) exit();?><!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="/jdxf/Public/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
  12. <link rel="stylesheet" href="/jdxf/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="/jdxf/wxapp2.php/Home/FireInspector/electronics_list<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>">
  73. <img style="height: 16px;" src="/jdxf/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><?php echo ($res["timestamp"]); ?></span>
  83. <span style="float: right;"> </span>
  84. </div>
  85. <div class="mar">
  86. <span class="ownername"><?php echo ($res["supervise_code"]); ?>电子督察单</span>
  87. <span class="mar-words" style="color: #02a6de;"><?php echo ($res["wtype"]); ?></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. <?php echo ($res["supervise_code"]); ?>电子督察单
  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. <?php echo ($res["content"]); ?><br>
  104. <!-- <?php echo ($res["nr"]); ?>-->
  105. </div>
  106. </div>
  107. <div class="box"></div>
  108. <div class="bjbox">
  109. <div class="bjbox-c mar">处理内容</div>
  110. <div class="height1dcdcdc"></div>
  111. <form action="/jdxf/wxapp2.php/Home/FireInspector/outputs1" method="post" id="firecl">
  112. <!--<input type="radio" value="0" checked name="plcl" style="margin-left: 30px">单个处理</input>-->
  113. <!--<input type="radio" value="1" name="plcl" disabled="true"><span style="color:darkgray">批量处理</span></input>-->
  114. <!--<input type="radio" value="1" name="plcl"><span>批量处理</span></input>-->
  115. <div class="mar" style="text-align: center;">
  116. <textarea name="clnr" id="clnr" rows="6" style="width: 100%" placeholder="最多可输入50个字" required></textarea>
  117. <input type="hidden" value="/jdxf/wxapp2.php/Home/FireInspector/index1<?php echo ($tokenurl); ?>/id/<?php echo ($res["id"]); ?>/companyid/<?php echo ($companyid); ?>" name="url">
  118. <input type="hidden" name="id" value="<?php echo ($res["id"]); ?>">
  119. <input type="hidden" name="supervise_code" value="<?php echo ($res["supervise_code"]); ?>">
  120. <input type="hidden" name="clzt" value="1">
  121. <input type="hidden" name="plcl" value="0">
  122. <input type="hidden" id="SubType" name="SubType" value="">
  123. <input type="hidden" name="companyid" value="<?php echo ($companyid); ?>">
  124. <input type="button" class="buttt" onclick="outputs(1)" value="&nbsp;&nbsp;误报&nbsp;&nbsp;">
  125. <input type="button" class="buttt" onclick="outputs(3)" value="非误报">
  126. </div>
  127. </form>
  128. </div>
  129. <div class="box"></div>
  130. <script>
  131. function outputs(b) {
  132. $("#SubType").val(b);
  133. var a = $("#clnr").val();
  134. if (a.length>0){
  135. $('#firecl').submit();
  136. }else {
  137. alert("处理内容不能为空");
  138. }
  139. }
  140. </script>
  141. </body>
  142. </html>