sta_eight.blade.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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. <div class="row">
  147. <div class="col-md-12">
  148. <div class="box box-primary">
  149. <div class="box-header with-border">
  150. <h3 class="box-title">产权调换差价计算统计数据</h3>
  151. </div>
  152. <div class="box-body">
  153. <div class="dataTables_wrapper form-inline dt-bootstrap">
  154. <table id="table4" class="table table-hover dataTable" role="grid" aria-describedby="example2_info">
  155. <thead>
  156. <tr role="row">
  157. @foreach($th4 as $h)
  158. <th>{{ $h }}</th>
  159. @endforeach
  160. </tr>
  161. </thead>
  162. <tbody>
  163. @foreach($table as $num=>$data)
  164. <tr>
  165. <td>{{ $data->bzc_name }}</td>
  166. <td>{{ $data->home_area }}</td>
  167. <td>{{ $data->data50 }}</td>
  168. <td>{{ $data->data51 }}</td>
  169. <td>{{ $data->data52 }}</td>
  170. <td>{{ $data->data57 }}</td>
  171. <td>{{ $data->data58 }}</td>
  172. </tr>
  173. @endforeach
  174. </tbody>
  175. </table>
  176. </div>
  177. </div>
  178. {{-- /.boc-body--}}
  179. </div>
  180. </div>
  181. </div>
  182. <div class="row">
  183. <div class="col-md-12">
  184. <div class="box box-primary">
  185. <div class="box-header with-border">
  186. <h3 class="box-title">产权调换差价计算统计数据</h3>
  187. </div>
  188. <div class="box-body">
  189. <div class="dataTables_wrapper form-inline dt-bootstrap">
  190. <table id="table5" class="table table-hover dataTable" role="grid" aria-describedby="example2_info">
  191. <thead>
  192. <tr role="row">
  193. @foreach($th5 as $h)
  194. <th>{{ $h }}</th>
  195. @endforeach
  196. </tr>
  197. </thead>
  198. <tbody>
  199. @foreach($table as $data)
  200. <tr>
  201. <td>{{ $data->bzc_name }}</td>
  202. <td>{{ $data->data53 }}</td>
  203. <td>{{ $data->data54 }}</td>
  204. <td>{{ $data->data55 }}</td>
  205. <td>{{ $data->data56 }}</td>
  206. <td>{{ $data->data61 }}</td>
  207. <td>{{ $data->data62 }}</td>
  208. <td>{{ $data->data59 }}</td>
  209. <td>{{ $data->data60 }}</td>
  210. </tr>
  211. @endforeach
  212. </tbody>
  213. </table>
  214. </div>
  215. </div>
  216. {{-- /.boc-body--}}
  217. </div>
  218. </div>
  219. </div>
  220. <script>
  221. $(document).ready(function() {
  222. $('#table1').dataTable({
  223. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  224. "oLanguage" : {
  225. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  226. "sZeroRecords" : "对不起,没有匹配的数据",
  227. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  228. "sInfoEmpty" : "没有匹配的数据",
  229. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  230. "sProcessing" : "正在加载中...",
  231. "sSearch" : "全文搜索:",
  232. "oPaginate" : {
  233. "sFirst" : "第一页",
  234. "sPrevious" : " 上一页 ",
  235. "sNext" : " 下一页 ",
  236. "sLast" : " 最后一页 "
  237. }
  238. }
  239. });
  240. $('#table2').dataTable({
  241. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  242. "oLanguage" : {
  243. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  244. "sZeroRecords" : "对不起,没有匹配的数据",
  245. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  246. "sInfoEmpty" : "没有匹配的数据",
  247. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  248. "sProcessing" : "正在加载中...",
  249. "sSearch" : "全文搜索:",
  250. "oPaginate" : {
  251. "sFirst" : "第一页",
  252. "sPrevious" : " 上一页 ",
  253. "sNext" : " 下一页 ",
  254. "sLast" : " 最后一页 "
  255. }
  256. }
  257. });
  258. $('#table3').dataTable({
  259. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  260. "oLanguage" : {
  261. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  262. "sZeroRecords" : "对不起,没有匹配的数据",
  263. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  264. "sInfoEmpty" : "没有匹配的数据",
  265. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  266. "sProcessing" : "正在加载中...",
  267. "sSearch" : "全文搜索:",
  268. "oPaginate" : {
  269. "sFirst" : "第一页",
  270. "sPrevious" : " 上一页 ",
  271. "sNext" : " 下一页 ",
  272. "sLast" : " 最后一页 "
  273. }
  274. }
  275. });
  276. $('#table4').dataTable({
  277. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  278. "oLanguage" : {
  279. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  280. "sZeroRecords" : "对不起,没有匹配的数据",
  281. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  282. "sInfoEmpty" : "没有匹配的数据",
  283. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  284. "sProcessing" : "正在加载中...",
  285. "sSearch" : "全文搜索:",
  286. "oPaginate" : {
  287. "sFirst" : "第一页",
  288. "sPrevious" : " 上一页 ",
  289. "sNext" : " 下一页 ",
  290. "sLast" : " 最后一页 "
  291. }
  292. }
  293. });
  294. $('#table5').dataTable({
  295. "aLengthMenu" : [ [ 10, 20, 50, -1 ], [ "10", "20", "50", "所有" ] ],
  296. "oLanguage" : {
  297. "sLengthMenu" : "每页显示 _MENU_ 条记录",
  298. "sZeroRecords" : "对不起,没有匹配的数据",
  299. "sInfo" : "第 _START_ - _END_ 条 / 共 _TOTAL_ 条数据",
  300. "sInfoEmpty" : "没有匹配的数据",
  301. "sInfoFiltered" : "(数据表中共 _MAX_ 条记录)",
  302. "sProcessing" : "正在加载中...",
  303. "sSearch" : "全文搜索:",
  304. "oPaginate" : {
  305. "sFirst" : "第一页",
  306. "sPrevious" : " 上一页 ",
  307. "sNext" : " 下一页 ",
  308. "sLast" : " 最后一页 "
  309. }
  310. }
  311. });
  312. });
  313. </script>
  314. @endsection