contrast1.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {extend name='main'}
  2. {block name="button"}
  3. {if auth("contrast")}
  4. <button class="layui-btn layui-btn-sm layui-btn-primary layui-bg-red" onclick="getIds()" >导出</button>
  5. {/if}
  6. <button class="layui-btn" style="height: 30px;line-height:28px;background-color: snow;color: #333;border: 1px solid #C9C9C9 " type='button' onclick="window.history.back()">返 回</button>
  7. {/block}
  8. {block name="content"}
  9. <div class="think-box-shadow">
  10. <table class="layui-table margin-top-10">
  11. <input type="hidden" name="ids" id="ids" value="{$ids}">
  12. {notempty name='list'}
  13. <thead>
  14. <tr>
  15. <th class='text-left nowrap' rowspan="2">成本项目</th>
  16. <th class='text-center nowrap' colspan="3">建面单方成本(元/m2)(含税)</th>
  17. <th class='text-center nowrap' colspan="3">总价(万元)(含税)</th>
  18. <th class='text-center nowrap' colspan="3">建面单方成本(元/m2)(不含税)</th>
  19. <th class='text-center nowrap' colspan="3">总价(万元)(不含税)</th>
  20. <th class='text-center nowrap' colspan="3">工程量</th>
  21. <th class='text-center nowrap' colspan="3">单方含量(含税)</th>
  22. <th class='text-center nowrap' colspan="3">单方含量(不含税)</th>
  23. <th class='text-center nowrap' rowspan="2">操作</th>
  24. </tr>
  25. <tr style="border: 1px">
  26. <th class='text-left nowrap'>参考区间</th>
  27. <th class='text-left nowrap'>算数平均值</th>
  28. <th class='text-left nowrap'>有效样本量</th>
  29. <th class='text-left nowrap'>参考区间</th>
  30. <th class='text-left nowrap'>算数平均值</th>
  31. <th class='text-left nowrap'>有效样本量</th>
  32. <th class='text-left nowrap'>参考区间</th>
  33. <th class='text-left nowrap'>算数平均值</th>
  34. <th class='text-left nowrap'>有效样本量</th>
  35. <th class='text-left nowrap'>参考区间</th>
  36. <th class='text-left nowrap'>算数平均值</th>
  37. <th class='text-left nowrap'>有效样本量</th>
  38. <th class='text-left nowrap'>参考区间</th>
  39. <th class='text-left nowrap'>算数平均值</th>
  40. <th class='text-left nowrap'>有效样本量</th>
  41. <th class='text-left nowrap'>参考区间</th>
  42. <th class='text-left nowrap'>算数平均值</th>
  43. <th class='text-left nowrap'>有效样本量</th>
  44. <th class='text-left nowrap'>参考区间</th>
  45. <th class='text-left nowrap'>算数平均值</th>
  46. <th class='text-left nowrap'>有效样本量</th>
  47. </tr>
  48. </thead>
  49. {/notempty}
  50. <tbody>
  51. {foreach $list as $key=>$vo}
  52. <tr style="border: 1px">
  53. <td class='text-left nowrap'>{$vo.cost_project|default=''}</td>
  54. <td class='text-left nowrap'>{$vo.single_party_cost_interval|default='-'}</td>
  55. <td class='text-left nowrap'>{$vo.single_party_cost_arithmetic_mean|default=''}</td>
  56. <td class='text-left nowrap'>{$vo.single_party_cost_valid_sample_size|default=''}</td>
  57. <td class='text-left nowrap'>{$vo.total_price_included_interval|default=''}</td>
  58. <td class='text-left nowrap'>{$vo.total_price_included_arithmetic_mean|default='-'}</td>
  59. <td class='text-left nowrap'>{$vo.total_price_included_valid_sample_size|default=''}</td>
  60. <td class='text-left nowrap'>{$vo.single_party_cost_excluding_interval|default=''}</td>
  61. <td class='text-left nowrap'>{$vo.single_party_cost_excluding_arithmetic_mean|default='-'}</td>
  62. <td class='text-left nowrap'>{$vo.single_party_cost_excluding_valid_sample_size|default=''}</td>
  63. <td class='text-left nowrap'>{$vo.total_price_included_excluding_interval|default=''}</td>
  64. <td class='text-left nowrap'>{$vo.total_price_included_excluding_arithmetic_mean|default='-'}</td>
  65. <td class='text-left nowrap'>{$vo.total_price_included_excluding_valid_sample_size|default=''}</td>
  66. <td class='text-left nowrap'>{$vo.quantities_interval|default=''}</td>
  67. <td class='text-left nowrap'>{$vo.quantities_arithmetic_mean|default='-'}</td>
  68. <td class='text-left nowrap'>{$vo.quantities_valid_sample_size|default=''}</td>
  69. <td class='text-left nowrap'>{$vo.unilateral_content_interval|default=''}</td>
  70. <td class='text-left nowrap'>{$vo.unilateral_content_arithmetic_mean|default='-'}</td>
  71. <td class='text-left nowrap'>{$vo.unilateral_content_valid_sample_size|default=''}</td>
  72. <td class='text-left nowrap'>{$vo.unilateral_content_excluding_excluding_interval|default=''}</td>
  73. <td class='text-left nowrap'>{$vo.unilateral_content_excluding_arithmetic_mean|default='-'}</td>
  74. <td class='text-left nowrap'>{$vo.unilateral_content_excluding_valid_sample_size|default=''}</td>
  75. <td class='text-left nowrap'>
  76. {if auth("look")}
  77. <a data-dbclick class="layui-btn layui-btn-sm layui-bg-red" data-title="查看" data-open='{:url("look")}'>查 看</a>
  78. {/if}
  79. </td>
  80. </tr>
  81. {/foreach}
  82. </tbody>
  83. </table>
  84. {empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
  85. </div>
  86. <script>
  87. function getIds()
  88. {
  89. var ids = $("#ids").val();
  90. window.location = '{:url("admin/child_project/download")}?ids=' +ids;
  91. }
  92. </script>
  93. {/block}