明树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
bc1354b0
Commit
bc1354b0
authored
Mar 25, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5c1a28a5
Pipeline
#108823
passed with stage
in 21 seconds
Changes
9
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8895 additions
and
2811 deletions
+8895
-2811
settings.local.json
.claude/settings.local.json
+2
-1
FinancialTable.vue
src/components/FinancialTable.vue
+173
-89
InvestmentRecoveryTable.vue
src/components/InvestmentRecoveryTable.vue
+805
-0
manage.less
src/styles/manage.less
+2
-0
investmentCecoveryAdd.vue
src/views/castbehind/investmentCecoveryAdd.vue
+458
-203
costTab1.vue
src/views/elseManage/costTab1.vue
+0
-9
addControl.vue
src/views/investingManage/addControl.vue
+235
-11
decision.vue
src/views/investingManage/decision.vue
+53
-85
decisionAdd.vue
src/views/investingManage/decisionAdd.vue
+7167
-2413
No files found.
.claude/settings.local.json
View file @
bc1354b0
{
{
"permissions"
:
{
"permissions"
:
{
"allow"
:
[
"allow"
:
[
"mcp__zai-mcp-server__analyze_image"
"mcp__zai-mcp-server__analyze_image"
,
"mcp__zai-mcp-server__extract_text_from_screenshot"
]
]
}
}
}
}
src/components/FinancialTable.vue
View file @
bc1354b0
This diff is collapsed.
Click to expand it.
src/components/InvestmentRecoveryTable.vue
0 → 100644
View file @
bc1354b0
This diff is collapsed.
Click to expand it.
src/styles/manage.less
View file @
bc1354b0
...
@@ -116,6 +116,7 @@
...
@@ -116,6 +116,7 @@
color: var(--el-color-primary);
color: var(--el-color-primary);
}
}
}
}
&-header {
&-header {
border: none;
border: none;
height: 64px;
height: 64px;
...
@@ -130,6 +131,7 @@
...
@@ -130,6 +131,7 @@
height: 0;
height: 0;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
.tabs-content {
.tabs-content {
flex: 1;
flex: 1;
height: 0;
height: 0;
...
...
src/views/castbehind/investmentCecoveryAdd.vue
View file @
bc1354b0
This diff is collapsed.
Click to expand it.
src/views/elseManage/costTab1.vue
View file @
bc1354b0
...
@@ -64,15 +64,6 @@
...
@@ -64,15 +64,6 @@
</td>
</td>
<!-- 1级指标建议值 -->
<!-- 1级指标建议值 -->
<td
class=
"cell-item"
>
<td
class=
"cell-item"
>
<!--
<el-input
type=
"textarea"
rows=
"3"
v-model=
"item.level1Target.value"
:placeholder=
"item.level1Target.placeholder"
size=
"small"
class=
"table-input"
:disabled=
"isPreview"
/>
-->
{{
item
.
level1Target
.
placeholder
}}
{{
item
.
level1Target
.
placeholder
}}
</td>
</td>
<td
class=
"cell-item"
>
<td
class=
"cell-item"
>
...
...
src/views/investingManage/addControl.vue
View file @
bc1354b0
This diff is collapsed.
Click to expand it.
src/views/investingManage/decision.vue
View file @
bc1354b0
...
@@ -4,9 +4,7 @@
...
@@ -4,9 +4,7 @@
<search-form
@
search=
"handleSearch"
/>
<search-form
@
search=
"handleSearch"
/>
<div
class=
"manage-header"
>
<div
class=
"manage-header"
>
<div
class=
"header-left"
></div>
<div
class=
"header-left"
></div>
<div
class=
"header-right"
>
<div
class=
"header-right"
></div>
<el-button
type=
"primary"
@
click=
"annualAdd"
>
新增
</el-button>
</div>
</div>
</div>
<div
class=
"manage-content"
v-loading=
"loading"
>
<div
class=
"manage-content"
v-loading=
"loading"
>
<common-table
<common-table
...
@@ -29,22 +27,11 @@
...
@@ -29,22 +27,11 @@
link
link
type=
"primary"
type=
"primary"
size=
"small"
size=
"small"
@
click=
"previewStatement(row)"
:loading=
"row.loading"
>
查看
</el-button
@
click=
"previewProject(row)"
>
>
{{
<el-button
canAudit
&&
row
.
projectLzType
==
8
?
"审批"
:
"查看"
link
}}
</el-button
type=
"primary"
size=
"small"
@
click=
"editStatement(row)"
>
编辑
</el-button
>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteStatement(row)"
>
删除
</el-button
>
>
</
template
>
</
template
>
</common-table>
</common-table>
...
@@ -54,9 +41,10 @@
...
@@ -54,9 +41,10 @@
</template>
</template>
<
script
setup
>
<
script
setup
>
import
{
re
f
,
onMoun
ted
,
getCurrentInstance
}
from
"vue"
;
import
{
re
active
,
ref
,
onMounted
,
compu
ted
,
getCurrentInstance
}
from
"vue"
;
import
{
useRouter
}
from
"vue-router"
;
import
{
useRouter
}
from
"vue-router"
;
import
{
ElMessage
,
ElMessageBox
}
from
"element-plus"
;
import
{
ElMessage
,
ElMessageBox
}
from
"element-plus"
;
import
{
useUserStore
}
from
"@/stores/user.js"
;
import
CommonTable
from
"@/components/common/commonTable.vue"
;
import
CommonTable
from
"@/components/common/commonTable.vue"
;
import
SearchForm
from
"@/components/common/SearchForm.vue"
;
import
SearchForm
from
"@/components/common/SearchForm.vue"
;
...
@@ -67,6 +55,19 @@ const handleSearch = (formData) => {
...
@@ -67,6 +55,19 @@ const handleSearch = (formData) => {
};
};
const
router
=
useRouter
();
const
router
=
useRouter
();
const
{
proxy
}
=
getCurrentInstance
();
const
{
proxy
}
=
getCurrentInstance
();
// 是否是审核角色
const
userStore
=
useUserStore
();
const
userInfo
=
userStore
.
userInfo
||
(
sessionStorage
.
getItem
(
"userInfo"
)
&&
JSON
.
parse
(
sessionStorage
.
getItem
(
"userInfo"
)))
||
{};
let
canAudit
=
ref
(
false
);
userInfo
.
roles
.
map
((
item
)
=>
{
if
([
"xmlx_sp"
,
"xmjc_sp"
].
includes
(
item
.
key
))
{
canAudit
.
value
=
true
;
}
});
let
tableData
=
ref
([]);
let
tableData
=
ref
([]);
let
tableColumns
=
ref
([
let
tableColumns
=
ref
([
...
@@ -76,45 +77,41 @@ let tableColumns = ref([
...
@@ -76,45 +77,41 @@ let tableColumns = ref([
showOverflowTooltip
:
true
,
showOverflowTooltip
:
true
,
},
},
{
{
prop
:
"projectForeignName"
,
prop
:
"projectCode"
,
label
:
"项目外文名称"
,
label
:
"项目编号"
,
showOverflowTooltip
:
true
,
},
{
prop
:
"sbdw"
,
label
:
"申报单位"
,
showOverflowTooltip
:
true
,
},
{
prop
:
"ssejqy"
,
label
:
"所属二级企业"
,
showOverflowTooltip
:
true
,
},
{
prop
:
"xmgsmc"
,
label
:
"项目公司名称"
,
showOverflowTooltip
:
true
,
},
{
prop
:
"xmkgsjyj"
,
label
:
"项目预计起始时间"
,
showOverflowTooltip
:
true
,
showOverflowTooltip
:
true
,
},
},
{
{
prop
:
"xmjgsjyj"
,
prop
:
"projectLzType"
,
label
:
"目预计完成时间"
,
label
:
"状态"
,
showOverflowTooltip
:
true
,
width
:
120
,
align
:
"center"
,
formatter
:
(
data
)
=>
{
return
data
.
projectLzType
===
"1"
?
"待立项"
:
data
.
projectLzType
===
"3"
?
"立项审批中"
:
data
.
projectLzType
===
"5"
?
"已立项"
:
data
.
projectLzType
===
"7"
?
"决策填报中"
:
data
.
projectLzType
===
"8"
?
"决策审批中"
:
data
.
projectLzType
===
"9"
?
"已决策"
:
"待立项"
;
},
},
},
{
{
prop
:
"operations"
,
prop
:
"operations"
,
label
:
"操作"
,
label
:
"操作"
,
width
:
1
7
0
,
width
:
1
6
0
,
slot
:
"operations"
,
slot
:
"operations"
,
fixed
:
"right"
,
fixed
:
"right"
,
align
:
"center"
,
align
:
"center"
,
},
},
]);
]);
let
loading
=
ref
(
false
);
let
loading
=
ref
(
false
);
let
total
=
ref
(
0
);
let
total
=
ref
(
0
);
let
currentPage
=
ref
(
1
);
let
currentPage
=
ref
(
1
);
...
@@ -123,10 +120,12 @@ let pageSize = ref(10);
...
@@ -123,10 +120,12 @@ let pageSize = ref(10);
const
getProjectData
=
(
params
=
{})
=>
{
const
getProjectData
=
(
params
=
{})
=>
{
loading
.
value
=
true
;
loading
.
value
=
true
;
proxy
.
$post
({
proxy
.
$post
({
url
:
"/api/project/
getTzjhLis
t"
,
url
:
"/api/project/
listProjec
t"
,
data
:
{
data
:
{
page
:
currentPage
.
value
,
page
:
currentPage
.
value
,
pagesize
:
pageSize
.
value
,
pagesize
:
pageSize
.
value
,
attributes
:
[],
menuType
:
"xmjc"
,
...
params
,
...
params
,
},
},
callback
:
(
data
)
=>
{
callback
:
(
data
)
=>
{
...
@@ -136,6 +135,9 @@ const getProjectData = (params = {}) => {
...
@@ -136,6 +135,9 @@ const getProjectData = (params = {}) => {
},
},
});
});
};
};
onMounted
(()
=>
{
getProjectData
();
});
// 分页
// 分页
const
handleSizeChange
=
(
size
)
=>
{
const
handleSizeChange
=
(
size
)
=>
{
pageSize
.
value
=
size
;
pageSize
.
value
=
size
;
...
@@ -146,49 +148,15 @@ const handleCurrentPageChange = (page) => {
...
@@ -146,49 +148,15 @@ const handleCurrentPageChange = (page) => {
currentPage
.
value
=
page
;
currentPage
.
value
=
page
;
getProjectData
();
getProjectData
();
};
};
const
annualAdd
=
()
=>
{
const
previewProject
=
(
item
)
=>
{
router
.
push
(
"/decisionAdd"
);
};
const
editStatement
=
(
item
)
=>
{
router
.
push
({
name
:
"decisionAdd"
,
query
:
{
id
:
item
.
id
,
},
});
};
const
previewStatement
=
(
item
)
=>
{
router
.
push
({
router
.
push
({
name
:
"
decisionAdd
"
,
name
:
"
addProject
"
,
query
:
{
query
:
{
isPreview
:
true
,
isPreview
:
true
,
i
d
:
item
.
id
,
projectI
d
:
item
.
id
,
},
},
});
});
};
};
const
deleteStatement
=
(
item
)
=>
{
ElMessageBox
.
confirm
(
"确认删除该项?"
,
"提示"
,
{
confirmButtonText
:
"确认"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
,
})
.
then
(()
=>
{
proxy
.
$post
({
url
:
"/api/project/deleteTzjh"
,
data
:
{
id
:
item
.
id
,
},
callback
:
(
data
)
=>
{
ElMessage
.
success
(
"删除成功"
);
getProjectData
();
},
});
})
.
catch
(()
=>
{});
};
onMounted
(()
=>
{
getProjectData
();
});
</
script
>
</
script
>
<
style
scoped
lang=
"less"
></
style
>
<
style
scoped
lang=
"less"
></
style
>
src/views/investingManage/decisionAdd.vue
View file @
bc1354b0
This diff is collapsed.
Click to expand it.
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