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
3cabd80b
Commit
3cabd80b
authored
Nov 30, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
2f9c5940
a5ce3d35
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
projectEdit.vue
src/views/report/project/components/projectEdit.vue
+1
-1
projectInfo.vue
src/views/report/project/components/projectInfo.vue
+4
-1
projectKPI.vue
src/views/report/project/components/projectKPI.vue
+9
-1
No files found.
src/views/report/project/components/projectEdit.vue
View file @
3cabd80b
...
...
@@ -602,7 +602,7 @@
<fund-plan-edit
:fundPlan
.
sync=
"formData.fundPlan"
/>
<!-- 设备费-购置设备预算明细表 -->
<equipments-edit
:equipments
.
sync=
"formData.equipments"
/>
<!--
设备费-购置设备
预算明细表 -->
<!--
科技计划项目承担单位研究资金支出
预算明细表 -->
<unit-payment-edit
:unitPayment
.
sync=
"formData.unitPayment"
/>
<!-- 项目课题设置 -->
...
...
src/views/report/project/components/projectInfo.vue
View file @
3cabd80b
...
...
@@ -531,6 +531,8 @@
<equipments-info
:equipments
.
sync=
"value.equipments"
/>
<!-- 设备费-购置设备预算明细表 -->
<unit-payment-info
:unitPayment
.
sync=
"value.unitPayment"
/>
<!-- 项目绩效目标表 -->
<project-kpi
:projectKPI
.
sync=
"formData.projectKPI"
/>
<!-- 项目课题设置 -->
<project-sub-info
:dataList
.
sync=
"value.projectSubList"
/>
...
...
@@ -551,6 +553,7 @@ import budgetInfo from '@/views/report/project/components/budgetInfo'
import
fundPlanInfo
from
'@/views/report/project/components/fundPlanInfo'
import
equipmentsInfo
from
'@/views/report/project/components/equipmentsInfo.vue'
import
unitPaymentInfo
from
'@/views/report/project/components/unitPaymentInfo.vue'
import
projectKpi
from
'@/views/report/project/components/projectKPI.vue'
import
projectSubInfo
from
'@/views/report/project/components/projectSubInfo'
import
managementRuleInfo
from
'@/views/report/project/components/managementRuleInfo'
import
fileInfo
from
"@/views/report/project/components/keyProject/fileInfo"
;
...
...
@@ -560,7 +563,7 @@ import { toTextarea } from '@/views/utils/common'
export
default
{
components
:
{
projectMemberInfo
,
cooperativeUnitsInfo
,
budgetInfo
,
fundPlanInfo
,
equipmentsInfo
,
unitPaymentInfo
,
projectSubInfo
,
managementRuleInfo
,
fileInfo
,
AuditList
,
documentView
projectMemberInfo
,
cooperativeUnitsInfo
,
budgetInfo
,
fundPlanInfo
,
equipmentsInfo
,
unitPaymentInfo
,
project
Kpi
,
project
SubInfo
,
managementRuleInfo
,
fileInfo
,
AuditList
,
documentView
},
name
:
"ProjectInfo"
,
data
()
{
...
...
src/views/report/project/components/projectKPI.vue
View file @
3cabd80b
...
...
@@ -90,13 +90,21 @@
<
script
>
export
default
{
name
:
"projectKPI"
,
props
:
{
projectKPI
:
{
type
:
String
,
default
:
()
=>
{
return
null
}
},
},
data
()
{
return
{
kpiData
:
{},
};
},
created
()
{
this
.
getProjectKpitStatistic
()
//
this.getProjectKpitStatistic()
},
methods
:
{
getProjectKpitStatistic
()
{
...
...
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