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
b8fcbd6a
Commit
b8fcbd6a
authored
Dec 25, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
ccc7f9f6
ce5a9b10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
6 deletions
+12
-6
score.vue
src/views/evaluation/components/score.vue
+1
-3
technologyEvalucation.vue
src/views/evaluation/components/technologyEvalucation.vue
+1
-0
technologyInfo.vue
src/views/evaluation/components/technologyInfo.vue
+0
-0
index.vue
src/views/evaluation/index.vue
+5
-1
projKeyAssign.vue
src/views/peAssign/projKeyAssign.vue
+5
-2
No files found.
src/views/evaluation/components/score.vue
View file @
b8fcbd6a
...
...
@@ -340,7 +340,7 @@ export default {
this
.
loading
=
false
}).
catch
(()
=>
{
this
.
loading
=
false
})
}
else
{
this
.
$message
.
warn
(
'请
填写信息
后再保存!'
)
this
.
$message
.
warn
(
'请
至少填写评审意见
后再保存!'
)
}
},
checkInfo
()
{
...
...
@@ -406,4 +406,3 @@ export default {
}
}
</
style
>
ant-tabs
\ No newline at end of file
src/views/evaluation/components/technologyEvalucation.vue
View file @
b8fcbd6a
...
...
@@ -274,6 +274,7 @@ td {
text-align: left;
line-height: 25px;
height: 25px;
padding: 4px;
}
.bg-title {
background-color: #f8fafc;
...
...
src/views/evaluation/components/technologyInfo.vue
0 → 100644
View file @
b8fcbd6a
This diff is collapsed.
Click to expand it.
src/views/evaluation/index.vue
View file @
b8fcbd6a
...
...
@@ -26,6 +26,9 @@
<
template
slot=
"expertEvaluation"
slot-scope=
"record"
>
<a-tag
:color=
"evaluationColor(record)"
>
{{
evaluationText
(
record
)
}}
</a-tag>
</
template
>
<
template
slot=
"projClassInfo"
slot-scope=
"record"
>
{{
record
.
projClass
==
1
?
"一般项目"
:
"重点项目"
}}
</
template
>
<
template
slot=
"option"
slot-scope=
"record"
>
<a-button
type=
"link"
size=
"small"
v-if=
"!!record.auditState && record.auditState == 2"
@
click=
"recordClick(record,'eView')"
>
查看
</a-button>
<a-button
type=
"link"
size=
"small"
v-if=
"isButten"
@
click=
"recordClick(record,'eva')"
>
评分
</a-button>
...
...
@@ -71,8 +74,9 @@ export default {
searchForm
:
{
projName
:
null
,
appNo
:
null
,
assignYear
:
null
,
personId
:
null
,
projType
:
getType
()
},
tableData
:
[],
columns
:
[
{
title
:
"项目名称"
,
scopedSlots
:
{
customRender
:
'projectName'
,
colName
:
'projName'
},
align
:
'left'
},
{
title
:
'申请编号'
,
dataIndex
:
'appNo'
,
align
:
'center'
},
{
title
:
"项目名称"
,
scopedSlots
:
{
customRender
:
'projectName'
,
colName
:
'projName'
},
align
:
'left'
},
{
title
:
"项目类别"
,
scopedSlots
:
{
customRender
:
'projClassInfo'
},
align
:
'center'
,
width
:
80
},
{
title
:
'评分'
,
dataIndex
:
'totalScore'
,
align
:
'center'
},
{
title
:
'评审状态'
,
scopedSlots
:
{
customRender
:
'expertEvaluation'
,
colName
:
'gradeScore'
},
align
:
'center'
},
{
title
:
'操作'
,
scopedSlots
:
{
customRender
:
'option'
},
align
:
'center'
,
fixed
:
'right'
,
width
:
120
,
},
...
...
src/views/peAssign/projKeyAssign.vue
View file @
b8fcbd6a
...
...
@@ -39,6 +39,7 @@
<a-button
type=
"primary"
@
click=
"onaAssignDetail"
>
分配明细
</a-button>
<a-button
icon=
"download"
type=
"primary"
@
click=
"exportEvaluationExcel"
>
项目评审结果导出
</a-button>
<a-button
icon=
"download"
type=
"primary"
@
click=
"exportProjGroupScoreExcel"
>
项目分组排名导出
</a-button>
<a-tag
:color=
"technology"
>
{{
'技术专家'
}}
</a-tag>
<a-tag
:color=
"finance"
>
{{
'财务专家'
}}
</a-tag>
</div>
<a-table
:dataSource=
"tableData2"
:columns=
"columns2"
rowKey=
"id"
:pagination=
"false"
:loading=
"loading"
:row-selection=
"
{ selectedRowKeys: projGroupSelectedRowKeys, onChange: onProjGroupSelectChange, type: selectType }" @expand="getInnerData" :expandedRowKeys="expandedRowKeys">
<template
slot=
"groupName"
slot-scope=
"record"
>
...
...
@@ -46,7 +47,7 @@
</
template
>
<
template
slot=
"assignInfo"
slot-scope=
"record"
>
<a-tag
v-if=
"!record.expertList||record.expertList.length===0"
:color=
"'red'"
>
未分配
</a-tag>
<a-tag
v-else
v-for=
"data in record.expertList"
:key=
"data.id"
:color=
"
'orange'
"
@
click=
"evaluationView(data)"
>
{{
data
.
personName
}}
</a-tag>
<a-tag
v-else
v-for=
"data in record.expertList"
:key=
"data.id"
:color=
"
data.expertType == 1 ? technology : finance
"
@
click=
"evaluationView(data)"
>
{{
data
.
personName
}}
</a-tag>
</
template
>
<
template
slot=
"option"
slot-scope=
"record"
>
<a-button
type=
"link"
size=
"small"
@
click=
"recordClick(record, 'edit')"
>
修改
</a-button>
...
...
@@ -159,7 +160,9 @@ export default {
eTableData
:
[],
eMergeList
:
[],
projectIntoGroupVisible
:
false
,
projectIntoGroupTitle
:
null
projectIntoGroupTitle
:
null
,
technology
:
"#2db7f5"
,
finance
:
"#f50"
,
};
},
created
()
{
...
...
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