明树Git Lab

Commit c91ea196 authored by suesueyue's avatar suesueyue

1

parent 618447c0
Pipeline #109126 passed with stage
in 20 seconds
......@@ -1365,7 +1365,7 @@ const initAnnualPlanTable = () => {
if (rcCgqyglId.value) return;
if (annualDynamicTimeList.value.length === 0) return;
// 生成17行带唯一id的独立数据(保留基础id,子组件会保留所有字段)
const tableData = Array.from({ length: 24 }, (_, index) => ({
const tableData = Array.from({ length: 25 }, (_, index) => ({
id: index + 1, // 子组件唯一标识,必须保留
total: 0,
...annualDynamicTimeList.value.reduce(
......
......@@ -21,129 +21,129 @@
<td rowspan="9" class="third-col">计划资金来源(全口径)</td>
<td style="height: 48px">合计</td>
<td style="height: 48px"></td>
<td style="height: 48px">{{ getAllRowsTotal() }}万元</td>
<td style="height: 48px">{{ getRowTotal(1) }}万元</td>
</tr>
<tr>
<td rowspan="3">资本金</td>
<td>小计</td>
<td>{{ getRowTotal(1) }}万元</td>
<td>{{ getRowTotal(2) }}万元</td>
</tr>
<tr>
<td>能建方*</td>
<td>{{ getRowTotal(2) }}万元</td>
<td>{{ getRowTotal(3) }}万元</td>
</tr>
<tr>
<td>外部股东*</td>
<td>{{ getRowTotal(3) }}万元</td>
<td>{{ getRowTotal(4) }}万元</td>
</tr>
<tr>
<td rowspan="2">债权融资*</td>
<td>小计*</td>
<td>{{ getRowTotal(4) }}万元</td>
<td>{{ getRowTotal(5) }}万元</td>
</tr>
<tr>
<td>其中:非并表项目我方贷款/担保额*</td>
<td>{{ getRowTotal(5) }}万元</td>
<td>{{ getRowTotal(6) }}万元</td>
</tr>
<tr>
<td>回款再投入*</td>
<td></td>
<td>{{ getRowTotal(6) }}万元</td>
<td>{{ getRowTotal(7) }}万元</td>
</tr>
<tr>
<td rowspan="2">其他*</td>
<td>小计*</td>
<td>{{ getRowTotal(7) }}万元</td>
<td>{{ getRowTotal(8) }}万元</td>
</tr>
<tr>
<td>其中:我方其他出资*</td>
<td>{{ getRowTotal(8) }}万元</td>
<td>{{ getRowTotal(9) }}万元</td>
</tr>
<!-- 资金来源(新口径)模块 -->
<tr>
<td rowspan="7" class="third-col">资金来源(新口径)</td>
<td>合计</td>
<td></td>
<td>{{ getRowTotal(9) }}万元</td>
<td>{{ getRowTotal(10) }}万元</td>
</tr>
<tr>
<td rowspan="3">资本金</td>
<td>小计</td>
<td>{{ getRowTotal(10) }}万元</td>
<td>{{ getRowTotal(11) }}万元</td>
</tr>
<tr>
<td>能建方</td>
<td>{{ getRowTotal(11) }}万元</td>
<td>{{ getRowTotal(12) }}万元</td>
</tr>
<tr>
<td>外部股东</td>
<td>{{ getRowTotal(12) }}万元</td>
<td>{{ getRowTotal(12 + 1) }}万元</td>
</tr>
<tr>
<td>债权融资</td>
<td></td>
<td>{{ getRowTotal(13) }}万元</td>
<td>{{ getRowTotal(13 + 1) }}万元</td>
</tr>
<tr>
<td>回款再投入</td>
<td></td>
<td>{{ getRowTotal(14) }}万元</td>
<td>{{ getRowTotal(14 + 1) }}万元</td>
</tr>
<tr>
<td>其他</td>
<td></td>
<td>{{ getRowTotal(15) }}万元</td>
<td>{{ getRowTotal(15 + 1) }}万元</td>
</tr>
<!-- 新增:计划投资回款及相关模块 -->
<tr>
<td rowspan="5" class="fourth-col">计划投资回款</td>
<td colspan="3">合计</td>
<td>{{ getRowTotal(16) }}万元</td>
<td>{{ getRowTotal(16 + 1) }}万元</td>
</tr>
<tr>
<td colspan="3">政府付费*</td>
<td>{{ getRowTotal(17) }}万元</td>
<td>{{ getRowTotal(17 + 1) }}万元</td>
</tr>
<tr>
<td colspan="3">使用者付费(销售回款)*</td>
<td>{{ getRowTotal(18) }}万元</td>
<td>{{ getRowTotal(18 + 1) }}万元</td>
</tr>
<tr>
<td colspan="3">政府补助*</td>
<td>{{ getRowTotal(19) }}万元</td>
<td>{{ getRowTotal(19 + 1) }}万元</td>
</tr>
<tr>
<td colspan="3">其他*</td>
<td>{{ getRowTotal(20) }}万元</td>
<td>{{ getRowTotal(20 + 1) }}万元</td>
</tr>
<tr>
<td class="fourth-col">计划投资价差*</td>
<td></td>
<td></td>
<td></td>
<td>{{ getRowTotal(21) }}万元</td>
<td>{{ getRowTotal(21 + 1) }}万元</td>
</tr>
<tr>
<td class="fourth-col">计划带动工程合同额*</td>
<td></td>
<td></td>
<td></td>
<td>{{ getRowTotal(22) }}万元</td>
<td>{{ getRowTotal(22 + 1) }}万元</td>
</tr>
<tr>
<td class="fourth-col">计划带动工程收益*</td>
<td></td>
<td></td>
<td></td>
<td>{{ getRowTotal(23) }}万元</td>
<td>{{ getRowTotal(23 + 1) }}万元</td>
</tr>
<tr>
<td class="first-col">年度投资预算</td>
<td class="second-col">本年度投资预算</td>
<td>资本金</td>
<td colspan="2">我方(仅指本单位)</td>
<td>{{ getRowTotal(24) }}万元</td>
<td>{{ getRowTotal(24 + 1) }}万元</td>
</tr>
</tbody>
</table>
......@@ -357,7 +357,7 @@ onMounted(() => {
}
.investment-table td {
width: 160px;
height: 49px;
height: 48px;
border: 1px solid #ebeef5;
padding: 0 !important;
text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment