明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
c91ea196
Commit
c91ea196
authored
Apr 01, 2026
by
suesueyue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
618447c0
Pipeline
#109126
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
27 deletions
+27
-27
annualAdd.vue
src/views/everydayPage/annualAdd.vue
+1
-1
annualPlan.vue
src/views/everydayPage/annualPlan.vue
+26
-26
No files found.
src/views/everydayPage/annualAdd.vue
View file @
c91ea196
...
@@ -1365,7 +1365,7 @@ const initAnnualPlanTable = () => {
...
@@ -1365,7 +1365,7 @@ const initAnnualPlanTable = () => {
if
(
rcCgqyglId
.
value
)
return
;
if
(
rcCgqyglId
.
value
)
return
;
if
(
annualDynamicTimeList
.
value
.
length
===
0
)
return
;
if
(
annualDynamicTimeList
.
value
.
length
===
0
)
return
;
// 生成17行带唯一id的独立数据(保留基础id,子组件会保留所有字段)
// 生成17行带唯一id的独立数据(保留基础id,子组件会保留所有字段)
const
tableData
=
Array
.
from
({
length
:
2
4
},
(
_
,
index
)
=>
({
const
tableData
=
Array
.
from
({
length
:
2
5
},
(
_
,
index
)
=>
({
id
:
index
+
1
,
// 子组件唯一标识,必须保留
id
:
index
+
1
,
// 子组件唯一标识,必须保留
total
:
0
,
total
:
0
,
...
annualDynamicTimeList
.
value
.
reduce
(
...
annualDynamicTimeList
.
value
.
reduce
(
...
...
src/views/everydayPage/annualPlan.vue
View file @
c91ea196
...
@@ -21,129 +21,129 @@
...
@@ -21,129 +21,129 @@
<td
rowspan=
"9"
class=
"third-col"
>
计划资金来源(全口径)
</td>
<td
rowspan=
"9"
class=
"third-col"
>
计划资金来源(全口径)
</td>
<td
style=
"height: 48px"
>
合计
</td>
<td
style=
"height: 48px"
>
合计
</td>
<td
style=
"height: 48px"
></td>
<td
style=
"height: 48px"
></td>
<td
style=
"height: 48px"
>
{{
get
AllRowsTotal
(
)
}}
万元
</td>
<td
style=
"height: 48px"
>
{{
get
RowTotal
(
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
rowspan=
"3"
>
资本金
</td>
<td
rowspan=
"3"
>
资本金
</td>
<td>
小计
</td>
<td>
小计
</td>
<td>
{{
getRowTotal
(
1
)
}}
万元
</td>
<td>
{{
getRowTotal
(
2
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
能建方*
</td>
<td>
能建方*
</td>
<td>
{{
getRowTotal
(
2
)
}}
万元
</td>
<td>
{{
getRowTotal
(
3
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
外部股东*
</td>
<td>
外部股东*
</td>
<td>
{{
getRowTotal
(
3
)
}}
万元
</td>
<td>
{{
getRowTotal
(
4
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
rowspan=
"2"
>
债权融资*
</td>
<td
rowspan=
"2"
>
债权融资*
</td>
<td>
小计*
</td>
<td>
小计*
</td>
<td>
{{
getRowTotal
(
4
)
}}
万元
</td>
<td>
{{
getRowTotal
(
5
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
其中:非并表项目我方贷款/担保额*
</td>
<td>
其中:非并表项目我方贷款/担保额*
</td>
<td>
{{
getRowTotal
(
5
)
}}
万元
</td>
<td>
{{
getRowTotal
(
6
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
回款再投入*
</td>
<td>
回款再投入*
</td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
6
)
}}
万元
</td>
<td>
{{
getRowTotal
(
7
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
rowspan=
"2"
>
其他*
</td>
<td
rowspan=
"2"
>
其他*
</td>
<td>
小计*
</td>
<td>
小计*
</td>
<td>
{{
getRowTotal
(
7
)
}}
万元
</td>
<td>
{{
getRowTotal
(
8
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
其中:我方其他出资*
</td>
<td>
其中:我方其他出资*
</td>
<td>
{{
getRowTotal
(
8
)
}}
万元
</td>
<td>
{{
getRowTotal
(
9
)
}}
万元
</td>
</tr>
</tr>
<!-- 资金来源(新口径)模块 -->
<!-- 资金来源(新口径)模块 -->
<tr>
<tr>
<td
rowspan=
"7"
class=
"third-col"
>
资金来源(新口径)
</td>
<td
rowspan=
"7"
class=
"third-col"
>
资金来源(新口径)
</td>
<td>
合计
</td>
<td>
合计
</td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
9
)
}}
万元
</td>
<td>
{{
getRowTotal
(
10
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
rowspan=
"3"
>
资本金
</td>
<td
rowspan=
"3"
>
资本金
</td>
<td>
小计
</td>
<td>
小计
</td>
<td>
{{
getRowTotal
(
1
0
)
}}
万元
</td>
<td>
{{
getRowTotal
(
1
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
能建方
</td>
<td>
能建方
</td>
<td>
{{
getRowTotal
(
1
1
)
}}
万元
</td>
<td>
{{
getRowTotal
(
1
2
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
外部股东
</td>
<td>
外部股东
</td>
<td>
{{
getRowTotal
(
12
)
}}
万元
</td>
<td>
{{
getRowTotal
(
12
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
债权融资
</td>
<td>
债权融资
</td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
13
)
}}
万元
</td>
<td>
{{
getRowTotal
(
13
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
回款再投入
</td>
<td>
回款再投入
</td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
14
)
}}
万元
</td>
<td>
{{
getRowTotal
(
14
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td>
其他
</td>
<td>
其他
</td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
15
)
}}
万元
</td>
<td>
{{
getRowTotal
(
15
+
1
)
}}
万元
</td>
</tr>
</tr>
<!-- 新增:计划投资回款及相关模块 -->
<!-- 新增:计划投资回款及相关模块 -->
<tr>
<tr>
<td
rowspan=
"5"
class=
"fourth-col"
>
计划投资回款
</td>
<td
rowspan=
"5"
class=
"fourth-col"
>
计划投资回款
</td>
<td
colspan=
"3"
>
合计
</td>
<td
colspan=
"3"
>
合计
</td>
<td>
{{
getRowTotal
(
16
)
}}
万元
</td>
<td>
{{
getRowTotal
(
16
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"3"
>
政府付费*
</td>
<td
colspan=
"3"
>
政府付费*
</td>
<td>
{{
getRowTotal
(
17
)
}}
万元
</td>
<td>
{{
getRowTotal
(
17
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"3"
>
使用者付费(销售回款)*
</td>
<td
colspan=
"3"
>
使用者付费(销售回款)*
</td>
<td>
{{
getRowTotal
(
18
)
}}
万元
</td>
<td>
{{
getRowTotal
(
18
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"3"
>
政府补助*
</td>
<td
colspan=
"3"
>
政府补助*
</td>
<td>
{{
getRowTotal
(
19
)
}}
万元
</td>
<td>
{{
getRowTotal
(
19
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"3"
>
其他*
</td>
<td
colspan=
"3"
>
其他*
</td>
<td>
{{
getRowTotal
(
20
)
}}
万元
</td>
<td>
{{
getRowTotal
(
20
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"fourth-col"
>
计划投资价差*
</td>
<td
class=
"fourth-col"
>
计划投资价差*
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
21
)
}}
万元
</td>
<td>
{{
getRowTotal
(
21
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"fourth-col"
>
计划带动工程合同额*
</td>
<td
class=
"fourth-col"
>
计划带动工程合同额*
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
22
)
}}
万元
</td>
<td>
{{
getRowTotal
(
22
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"fourth-col"
>
计划带动工程收益*
</td>
<td
class=
"fourth-col"
>
计划带动工程收益*
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>
{{
getRowTotal
(
23
)
}}
万元
</td>
<td>
{{
getRowTotal
(
23
+
1
)
}}
万元
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"first-col"
>
年度投资预算
</td>
<td
class=
"first-col"
>
年度投资预算
</td>
<td
class=
"second-col"
>
本年度投资预算
</td>
<td
class=
"second-col"
>
本年度投资预算
</td>
<td>
资本金
</td>
<td>
资本金
</td>
<td
colspan=
"2"
>
我方(仅指本单位)
</td>
<td
colspan=
"2"
>
我方(仅指本单位)
</td>
<td>
{{
getRowTotal
(
24
)
}}
万元
</td>
<td>
{{
getRowTotal
(
24
+
1
)
}}
万元
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -357,7 +357,7 @@ onMounted(() => {
...
@@ -357,7 +357,7 @@ onMounted(() => {
}
}
.investment-table
td
{
.investment-table
td
{
width
:
160px
;
width
:
160px
;
height
:
4
9
px
;
height
:
4
8
px
;
border
:
1px
solid
#ebeef5
;
border
:
1px
solid
#ebeef5
;
padding
:
0
!
important
;
padding
:
0
!
important
;
text-align
:
center
;
text-align
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment