|
@@ -48,7 +48,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="sp-wrap">
|
|
|
- <div class="col-4 p-0">
|
|
|
+ <div class="col-7 p-0">
|
|
|
<table class="table table-sm table-bordered">
|
|
|
<tr><th rowspan="2"></th><th colspan="2">信息价</th><th colspan="2">价格指数</th></tr>
|
|
|
<tr class="text-center"><th>本期金额</th><th>截止本期金额</th><th>本期金额</th><th>截止本期金额</th></tr>
|
|
@@ -118,5 +118,6 @@
|
|
|
const ex_pre_tp_hs = <%= ex_pre_tp_hs !== null ? ex_pre_tp_hs : 0 %>;
|
|
|
const materialType = JSON.parse('<%- JSON.stringify(materialType) %>');
|
|
|
const ex_calc = JSON.parse('<%- JSON.stringify(ex_calc) %>');
|
|
|
+ let ex_expr = '<%- material.ex_expr %>';
|
|
|
let materialExponentData = JSON.parse('<%- JSON.stringify(materialExponentData) %>');
|
|
|
</script>
|