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
c0bf1e8a
Commit
c0bf1e8a
authored
Nov 29, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
ef40cc57
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
projectInfo.vue
src/views/report/project/components/projectInfo.vue
+15
-1
unitPaymentInfo.vue
src/views/report/project/components/unitPaymentInfo.vue
+1
-1
No files found.
src/views/report/project/components/projectInfo.vue
View file @
c0bf1e8a
...
...
@@ -522,6 +522,16 @@
<div
v-html=
"toTextarea(value.otherTarget)"
></div>
</a-col>
</a-row>
<!-- 经费预算 -->
<budget-info
:budget
.
sync=
"value.budget"
/>
<!-- 分年度用款计划 -->
<fund-plan-info
:fundPlan
.
sync=
"value.fundPlan"
/>
<!-- 设备费-购置设备预算明细表 -->
<equipments-info
:equipments
.
sync=
"value.equipments"
/>
<!-- 设备费-购置设备预算明细表 -->
<unit-payment-info
:unitPayment
.
sync=
"value.unitPayment"
/>
<!-- 项目课题设置 -->
<project-sub-info
:dataList
.
sync=
"value.projectSubList"
/>
...
...
@@ -537,6 +547,10 @@
import
moment
from
'moment'
import
projectMemberInfo
from
'@/views/report/project/components/projectMemberInfo'
import
cooperativeUnitsInfo
from
'@/views/report/project/components/cooperativeUnitsInfo'
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
projectSubInfo
from
'@/views/report/project/components/projectSubInfo'
import
managementRuleInfo
from
'@/views/report/project/components/managementRuleInfo'
import
fileInfo
from
"@/views/report/project/components/keyProject/fileInfo"
;
...
...
@@ -546,7 +560,7 @@ import { toTextarea } from '@/views/utils/common'
export
default
{
components
:
{
projectMemberInfo
,
cooperativeUnitsInfo
,
projectSubInfo
,
managementRuleInfo
,
fileInfo
,
AuditList
,
documentView
projectMemberInfo
,
cooperativeUnitsInfo
,
budgetInfo
,
fundPlanInfo
,
equipmentsInfo
,
unitPaymentInfo
,
projectSubInfo
,
managementRuleInfo
,
fileInfo
,
AuditList
,
documentView
},
name
:
"ProjectInfo"
,
data
()
{
...
...
src/views/report/project/components/unitPaymentInfo.vue
View file @
c0bf1e8a
...
...
@@ -83,7 +83,7 @@
<div
class=
"special-middle"
>
{{
item
.
socialCode
}}
</div>
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
{{
item
.
unitRol
e
}}
</div>
<div
class=
"special-middle"
>
{{
item
.
roleNam
e
}}
</div>
</a-col>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
{{
item
.
taskDivision
}}
</div>
...
...
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