明树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
4e292e8c
Commit
4e292e8c
authored
May 21, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8c8b376a
Pipeline
#111675
passed with stage
in 18 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
741 additions
and
285 deletions
+741
-285
addProject.vue
src/views/projectManage/addProject.vue
+2
-0
JueceFinance copy.vue
...projectManage/addProject/components/JueceFinance copy.vue
+439
-0
JueceFinance.vue
...iews/projectManage/addProject/components/JueceFinance.vue
+300
-285
No files found.
src/views/projectManage/addProject.vue
View file @
4e292e8c
...
@@ -266,6 +266,8 @@ const activeCollapse = reactive([
...
@@ -266,6 +266,8 @@ const activeCollapse = reactive([
"项目批复信息"
,
"项目批复信息"
,
"其他"
,
"其他"
,
"投决计划"
,
"投决计划"
,
"项目可行性"
,
"投评报告及测算表"
,
"投资各方现金流量表"
,
"投资各方现金流量表"
,
"项目投资资金流量表"
,
"项目投资资金流量表"
,
"项目资本金现金流量表"
,
"项目资本金现金流量表"
,
...
...
src/views/projectManage/addProject/components/JueceFinance copy.vue
0 → 100644
View file @
4e292e8c
This diff is collapsed.
Click to expand it.
src/views/projectManage/addProject/components/JueceFinance.vue
View file @
4e292e8c
...
@@ -57,7 +57,6 @@
...
@@ -57,7 +57,6 @@
width=
"180"
width=
"180"
>
>
<template
#
default=
"scope_"
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input
<el-input
v-if=
"
v-if=
"
scope_.row[col.children[1].key] ||
scope_.row[col.children[1].key] ||
...
@@ -77,10 +76,13 @@
...
@@ -77,10 +76,13 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
<el-collapse-item
title=
"项目可行性"
name=
"项目可行性"
>
title=
"项目投资资金流量表"
<el-tabs
name=
"项目投资资金流量表"
v-model=
"activeFinanceTab"
type=
"border-card"
style=
"margin-top: 16px"
>
>
<el-tab-pane
label=
"项目投资资金流量表"
name=
"项目投资资金流量表"
>
<div
class=
"tab-handle"
>
<div
class=
"tab-handle"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
...
@@ -100,7 +102,10 @@
...
@@ -100,7 +102,10 @@
}"
}"
:on-success=
"(res, file) => importXmtzzjll(res.data, file)"
:on-success=
"(res, file) => importXmtzzjll(res.data, file)"
>
>
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
>
导入数据
</el-button
>
导入数据
</el-button
>
>
</el-upload>
</el-upload>
...
@@ -134,7 +139,6 @@
...
@@ -134,7 +139,6 @@
width=
"180"
width=
"180"
>
>
<template
#
default=
"scope_"
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input
<el-input
v-if=
"
v-if=
"
scope_.row[col.children[1].key] ||
scope_.row[col.children[1].key] ||
...
@@ -153,9 +157,10 @@
...
@@ -153,9 +157,10 @@
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</el-collapse-item>
</el-tab-pane>
<el-collapse-item
title=
"项目资本金现金流量表"
<el-tab-pane
label=
"项目资本金现金流量表"
name=
"项目资本金现金流量表"
name=
"项目资本金现金流量表"
>
>
<div
class=
"tab-handle"
>
<div
class=
"tab-handle"
>
...
@@ -177,7 +182,10 @@
...
@@ -177,7 +182,10 @@
}"
}"
:on-success=
"(res, file) => importXmzbjxjll(res.data, file)"
:on-success=
"(res, file) => importXmzbjxjll(res.data, file)"
>
>
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
>
导入数据
</el-button
>
导入数据
</el-button
>
>
</el-upload>
</el-upload>
...
@@ -211,7 +219,6 @@
...
@@ -211,7 +219,6 @@
width=
"180"
width=
"180"
>
>
<template
#
default=
"scope_"
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input
<el-input
v-if=
"
v-if=
"
scope_.row[col.children[1].key] ||
scope_.row[col.children[1].key] ||
...
@@ -230,8 +237,9 @@
...
@@ -230,8 +237,9 @@
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</el-collapse-item>
</el-tab-pane>
<el-collapse-item
title=
"能建方现金流量表"
name=
"能建方现金流量表"
>
<el-tab-pane
label=
"投资各方现金流量表"
name=
"投资各方现金流量表"
>
<div
class=
"tab-handle"
>
<div
class=
"tab-handle"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
...
@@ -251,7 +259,10 @@
...
@@ -251,7 +259,10 @@
}"
}"
:on-success=
"(res, file) => importNjfxjll(res.data, file)"
:on-success=
"(res, file) => importNjfxjll(res.data, file)"
>
>
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
>
导入数据
</el-button
>
导入数据
</el-button
>
>
</el-upload>
</el-upload>
...
@@ -304,8 +315,9 @@
...
@@ -304,8 +315,9 @@
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</el-collapse-item>
</el-tab-pane>
<el-collapse-item
title=
"利润表"
name=
"利润表"
>
<el-tab-pane
label=
"利润表"
name=
"利润表"
>
<div
class=
"tab-handle"
>
<div
class=
"tab-handle"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
...
@@ -325,7 +337,10 @@
...
@@ -325,7 +337,10 @@
}"
}"
:on-success=
"(res, file) => importLrb(res.data, file)"
:on-success=
"(res, file) => importLrb(res.data, file)"
>
>
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
<el-button
type=
"primary"
size=
"small"
style=
"margin-left: 12px"
>
导入数据
</el-button
>
导入数据
</el-button
>
>
</el-upload>
</el-upload>
...
@@ -359,7 +374,6 @@
...
@@ -359,7 +374,6 @@
width=
"180"
width=
"180"
>
>
<template
#
default=
"scope_"
>
<template
#
default=
"scope_"
>
<!-- 去掉空白单元行 -->
<el-input
<el-input
v-if=
"
v-if=
"
scope_.row[col.children[1].key] ||
scope_.row[col.children[1].key] ||
...
@@ -378,11 +392,10 @@
...
@@ -378,11 +392,10 @@
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</el-tab-pane>
</el-tabs>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
<el-collapse-item
title=
"投评报告及测算表"
name=
"投评报告及测算表"
>
title=
"投资各方现金流量表"
name=
"投资各方现金流量表"
>
<FileUploader
v-model=
"jcFormData.tpbgjcsb"
/>
<FileUploader
v-model=
"jcFormData.tpbgjcsb"
/>
</el-collapse-item>
</el-collapse-item>
</el-collapse>
</el-collapse>
...
@@ -392,9 +405,11 @@
...
@@ -392,9 +405,11 @@
</template>
</template>
<
script
setup
>
<
script
setup
>
import
{
inject
}
from
"vue"
;
import
{
ref
,
inject
}
from
"vue"
;
import
FileUploader
from
"@/components/FileUploader/index.vue"
;
import
FileUploader
from
"@/components/FileUploader/index.vue"
;
const
activeFinanceTab
=
ref
(
"项目投资资金流量表"
);
const
{
const
{
jcFormData
,
jcFormData
,
tpbgjcsbData
,
tpbgjcsbData
,
...
...
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