Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
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
徐俊
yn-science-front
Commits
5be7ae9b
Commit
5be7ae9b
authored
Dec 23, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33
parent
6452bfe0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
projectEdit.vue
src/views/report/project/components/edit/projectEdit.vue
+9
-1
No files found.
src/views/report/project/components/edit/projectEdit.vue
View file @
5be7ae9b
...
...
@@ -893,6 +893,13 @@ export default {
this
.
formData
.
fileList
=
[]
}
},
processKpiFunds
()
{
if
(
!!
this
.
formData
.
budget
&&
this
.
formData
.
budget
.
length
>
0
)
{
this
.
formData
.
projectKPI
.
yearTotal
=
this
.
formData
.
budget
[
0
].
totalBudget
this
.
formData
.
projectKPI
.
yearApply
=
this
.
formData
.
budget
[
0
].
applyFunds
this
.
formData
.
projectKPI
.
yearSelf
=
this
.
formData
.
budget
[
0
].
selfFunds
}
},
processProjectYearTarget
()
{
this
.
formData
.
yearTarget
=
this
.
formData
.
projectKPI
.
yearTarget
this
.
formData
.
year1Goal
=
this
.
formData
.
projectKPI
.
year1Goal
...
...
@@ -923,6 +930,7 @@ export default {
obj
=
{
id
:
null
,
members
:
[],
participateUnits
:
[],
completeStatus
:
null
,
step
:
null
}
break
;
case
2
:
this
.
processKpiFunds
()
obj
=
{
id
:
null
,
totalFunding
:
null
,
govFunding
:
null
,
unitFunding
:
null
,
selfFunding
:
null
,
budget
:
[],
fundPlan
:
[],
deviceList
:
[],
manufactureList
:
[],
unitPayment
:
[],
completeStatus
:
null
,
step
:
null
}
break
;
case
3
:
...
...
@@ -968,7 +976,7 @@ export default {
return
true
}
},
determineProjKPIDetail
()
{
determineProjKPIDetail
()
{
let
flag
=
false
for
(
let
e
of
this
.
formData
.
projectKPI
.
threeLevel
)
{
if
(
e
.
performanceStandard
&&
e
.
performanceStandard
>
0
)
{
...
...
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