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
a66bfbc9
Commit
a66bfbc9
authored
Dec 23, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
5be7ae9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
projectKpiInfo.vue
src/views/report/project/components/projectKpiInfo.vue
+21
-21
No files found.
src/views/report/project/components/projectKpiInfo.vue
View file @
a66bfbc9
<
template
>
<
template
>
<div
class=
"from-table font-line-space"
>
<div
class=
"from-table font-line-space"
>
<a-row>
<a-row>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<div
class=
"main-title"
>
<div
class=
"main-title"
>
<span>
项目绩效目标表
</span>
<span>
项目绩效目标表
</span>
</div>
</div>
</a-col>
</a-col>
</a-row>
</a-row>
<table
class=
"tab-content"
cellpadding=
"3"
cellspacing=
"3"
style=
"width: 98%;"
>
<table
class=
"tab-content"
cellpadding=
"3"
cellspacing=
"3"
style=
"width: 98%;"
>
<tr>
<tr>
<td
colspan=
"20"
class=
"bg-title"
>
{{
projectKPI
.
reportYear
}}
年度
</td>
<td
colspan=
"20"
class=
"bg-title"
>
{{
projectKPI
.
reportYear
}}
年度
</td>
...
@@ -21,17 +21,17 @@
...
@@ -21,17 +21,17 @@
<td
colspan=
"2"
class=
"bg-title"
>
实施单位
</td>
<td
colspan=
"2"
class=
"bg-title"
>
实施单位
</td>
<td
colspan=
"7"
>
{{
projectKPI
.
appUnitName
}}
</td>
<td
colspan=
"7"
>
{{
projectKPI
.
appUnitName
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"bg-title"
>
项目属性
</td>
<td
class=
"bg-title"
>
项目属性
</td>
<td
colspan=
"10"
>
<td
colspan=
"10"
>
<a-radio-group
v-model=
"projectKPI.projAttribute"
:disabled=
"disabled"
>
<a-radio-group
v-model=
"projectKPI.projAttribute"
:disabled=
"disabled"
>
<a-radio
:value=
"projAttributes[0].id"
>
{{
projAttributes
[
0
].
name
}}
</a-radio>
<a-radio
:value=
"projAttributes[0].id"
>
{{
projAttributes
[
0
].
name
}}
</a-radio>
<a-radio
:value=
"projAttributes[1].id"
>
{{
projAttributes
[
1
].
name
}}
</a-radio>
<a-radio
:value=
"projAttributes[1].id"
>
{{
projAttributes
[
1
].
name
}}
</a-radio>
</a-radio-group>
</a-radio-group>
</td>
</td>
<td
colspan=
"2"
class=
"bg-title"
>
项目期
</td>
<td
colspan=
"2"
class=
"bg-title"
>
项目期
</td>
<td
colspan=
"7"
>
{{
projectKPI
.
projDeadline
}}
</td>
<td
colspan=
"7"
>
{{
projectKPI
.
projDeadline
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
rowspan=
"3"
class=
"bg-title"
>
项目资金(万元)
</td>
<td
rowspan=
"3"
class=
"bg-title"
>
项目资金(万元)
</td>
<td
colspan=
"2"
class=
"bg-title"
>
总体资金总额:
</td>
<td
colspan=
"2"
class=
"bg-title"
>
总体资金总额:
</td>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<td
class=
"bg-title"
colspan=
"9"
>
分年度指标
</td>
<td
class=
"bg-title"
colspan=
"9"
>
分年度指标
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"10"
rowspan=
"2"
></td>
<td
colspan=
"10"
rowspan=
"2"
>
{{
projectKPI
.
yearTarget
}}
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
1
,
'year'
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
1
,
'year'
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
2
,
'year'
).
year
()
}}
年
</td>
<td
class=
"target-value"
colspan=
"3"
>
{{
moment
(
projectKPI
.
startDate
).
add
(
2
,
'year'
).
year
()
}}
年
</td>
...
@@ -111,7 +111,7 @@ export default {
...
@@ -111,7 +111,7 @@ export default {
}
}
},
},
},
},
data
()
{
data
()
{
return
{
return
{
projAttributes
:
[
projAttributes
:
[
{
id
:
"5b9d6509-aece-11ef-b6cb-0c42a1380f01"
,
name
:
"新增项目"
},
{
id
:
"5b9d6509-aece-11ef-b6cb-0c42a1380f01"
,
name
:
"新增项目"
},
...
@@ -126,7 +126,7 @@ export default {
...
@@ -126,7 +126,7 @@ export default {
},
},
methods
:
{
methods
:
{
moment
,
moment
,
LoadParameterInfo
()
{
LoadParameterInfo
()
{
let
pars1
=
{
typeId
:
67
}
let
pars1
=
{
typeId
:
67
}
this
.
$api
.
parameter
.
getParameterListByTypeId
(
pars1
)
this
.
$api
.
parameter
.
getParameterListByTypeId
(
pars1
)
.
then
(({
data
=
{}
})
=>
{
.
then
(({
data
=
{}
})
=>
{
...
@@ -135,7 +135,7 @@ export default {
...
@@ -135,7 +135,7 @@ export default {
})
})
.
catch
(()
=>
{
});
.
catch
(()
=>
{
});
},
},
getProjectKpitStatistic
()
{
getProjectKpitStatistic
()
{
this
.
$api
.
statistical
.
getProjectKpitStatistic
().
then
(({
data
=
{}
})
=>
{
this
.
$api
.
statistical
.
getProjectKpitStatistic
().
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
if
(
data
)
{
}
}
...
...
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