sta_seven.blade.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @extends('layouts.datatable')
  2. @section('table')
  3. <div class="row">
  4. <div class="col-md-12">
  5. <div class="box box-primary">
  6. <div class="box-header with-border">
  7. <h3 class="box-title">被征收房屋面积统计数据</h3>
  8. </div>
  9. <div class="box-body">
  10. <div class="dataTables_wrapper form-inline dt-bootstrap">
  11. <table id="table" class="table table-hover dataTable" role="grid" aria-describedby="example2_info">
  12. <thead>
  13. <tr role="row">
  14. @foreach($th as $h)
  15. <th>{{ $h }}</th>
  16. @endforeach
  17. </tr>
  18. </thead>
  19. <tbody>
  20. @foreach($table as $num=>$data)
  21. <tr>
  22. <td>{{ $data->bzc_name }}</td>
  23. <td>{{ $data->bzc_area }}</td>
  24. <td>{{ $data->data2 }}</td>
  25. <td>{{ $data->data3 }}</td>
  26. <td>{{ $data->data5 }}</td>
  27. <td>{{ $data->data6 }}</td>
  28. <td>{{ $data->data7 }}</td>
  29. </tr>
  30. @endforeach
  31. </tbody>
  32. </table>
  33. </div>
  34. </div>
  35. {{-- /.boc-body--}}
  36. </div>
  37. </div>
  38. </div>
  39. <div class="row">
  40. <div class="col-md-12">
  41. <div class="box box-primary">
  42. <div class="box-header with-border">
  43. <h3 class="box-title">被征收房屋面积统计数据</h3>
  44. </div>
  45. <div class="box-body">
  46. <div class="dataTables_wrapper form-inline dt-bootstrap">
  47. <table id="table1" class="table table-hover dataTable" role="grid" aria-describedby="example2_info">
  48. <thead>
  49. <tr role="row">
  50. @foreach($th1 as $h)
  51. <th>{{ $h }}</th>
  52. @endforeach
  53. </tr>
  54. </thead>
  55. <tbody>
  56. @foreach($table as $num=>$data)
  57. <tr>
  58. <td>{{ $data->bzc_name }}</td>
  59. <td>{{ $data->data9 }}</td>
  60. <td>{{ $data->data10 }}</td>
  61. <td>{{ $data->data11 }}</td>
  62. <td>{{ $data->data13 }}</td>
  63. <td>{{ $data->data14 }}</td>
  64. <td>{{ $data->data15 }}</td>
  65. </tr>
  66. @endforeach
  67. </tbody>
  68. </table>
  69. </div>
  70. </div>
  71. {{-- /.boc-body--}}
  72. </div>
  73. </div>
  74. </div>
  75. <div class="row">
  76. <div class="col-md-12">
  77. <div class="box box-primary">
  78. <div class="box-header with-border">
  79. <h3 class="box-title">被征收房屋面积统计数据</h3>
  80. </div>
  81. <div class="box-body">
  82. <div class="dataTables_wrapper form-inline dt-bootstrap">
  83. <table id="table2" class="table table-hover dataTable" role="grid" aria-describedby="example2_info">
  84. <thead>
  85. <tr role="row">
  86. @foreach($th2 as $h)
  87. <th>{{ $h }}</th>
  88. @endforeach
  89. </tr>
  90. </thead>
  91. <tbody>
  92. @foreach($table as $num=>$data)
  93. <tr>
  94. <td>{{ $data->bzc_name }}</td>
  95. <td>{{ $data->data17 }}</td>
  96. <td>{{ $data->data18 }}</td>
  97. <td>{{ $data->data19 }}</td>
  98. <td>{{ $data->data21 }}</td>
  99. <td>{{ $data->data22 }}</td>
  100. <td>{{ $data->data23 }}</td>
  101. </tr>
  102. @endforeach
  103. </tbody>
  104. </table>
  105. </div>
  106. </div>
  107. {{-- /.boc-body--}}
  108. </div>
  109. </div>
  110. </div>
  111. <div class="row">
  112. <div class="col-md-12">
  113. <div class="box box-primary">
  114. <div class="box-header with-border">
  115. <h3 class="box-title">补偿额统计数据</h3>
  116. </div>
  117. <div class="box-body">
  118. <div class="dataTables_wrapper form-inline dt-bootstrap">
  119. <table id="table3" class="table table-hover dataTable" role="grid" aria-describedby="example2_info">
  120. <thead>
  121. <tr role="row">
  122. @foreach($th3 as $h)
  123. <th>{{ $h }}</th>
  124. @endforeach
  125. </tr>
  126. </thead>
  127. <tbody>
  128. @foreach($table as $num=>$data)
  129. <tr>
  130. <td>{{ $data->bzc_name }}</td>
  131. <td>{{ $data->data25 }}</td>
  132. <td>{{ $data->data26 }}</td>
  133. <td>{{ $data->data27 }}</td>
  134. <td>{{ $data->data42 }}</td>
  135. <td>{{ $data->data43 }}</td>
  136. </tr>
  137. @endforeach
  138. </tbody>
  139. </table>
  140. </div>
  141. </div>
  142. {{-- /.boc-body--}}
  143. </div>
  144. </div>
  145. </div>
  146. <script>
  147. $(document).ready(function() {
  148. $('#table1').dataTable({
  149. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  150. "oLanguage" : {
  151. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  152. "sZeroRecords" : "对不起,没有匹配的数据",
  153. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  154. "sInfoEmpty" : "没有匹配的数据",
  155. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  156. "sProcessing" : "正在加载中...",
  157. "sSearch" : "全文搜索:",
  158. "oPaginate" : {
  159. "sFirst" : "第一页",
  160. "sPrevious" : " 上一页 ",
  161. "sNext" : " 下一页 ",
  162. "sLast" : " 最后一页 "
  163. }
  164. }
  165. });
  166. $('#table2').dataTable({
  167. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  168. "oLanguage" : {
  169. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  170. "sZeroRecords" : "对不起,没有匹配的数据",
  171. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  172. "sInfoEmpty" : "没有匹配的数据",
  173. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  174. "sProcessing" : "正在加载中...",
  175. "sSearch" : "全文搜索:",
  176. "oPaginate" : {
  177. "sFirst" : "第一页",
  178. "sPrevious" : " 上一页 ",
  179. "sNext" : " 下一页 ",
  180. "sLast" : " 最后一页 "
  181. }
  182. }
  183. });
  184. $('#table3').dataTable({
  185. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  186. "oLanguage" : {
  187. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  188. "sZeroRecords" : "对不起,没有匹配的数据",
  189. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  190. "sInfoEmpty" : "没有匹配的数据",
  191. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  192. "sProcessing" : "正在加载中...",
  193. "sSearch" : "全文搜索:",
  194. "oPaginate" : {
  195. "sFirst" : "第一页",
  196. "sPrevious" : " 上一页 ",
  197. "sNext" : " 下一页 ",
  198. "sLast" : " 最后一页 "
  199. }
  200. }
  201. });
  202. });
  203. </script>
  204. @endsection