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
a31a6e53
Commit
a31a6e53
authored
Dec 24, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
d033ef37
9888fd95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
19 deletions
+5
-19
economy.vue
src/views/evaluation/components/economy.vue
+2
-2
score.vue
src/views/evaluation/components/score.vue
+3
-17
No files found.
src/views/evaluation/components/economy.vue
View file @
a31a6e53
...
...
@@ -119,10 +119,10 @@
<td>
附加项
</td>
<td>
审计或科技计划项目检验情况
</td>
<td>
申报单位所承担科技计划项目在接受审计中期评估、“双随机一公开”等工作中的情况。
</td>
<td
colspan=
"3"
>
未发现问题,则该指标不适用;发现问题的,每涉及一个项目扣3分
</td>
<td
colspan=
"3"
>
未发现问题,则该指标不适用;发现问题的,每涉及一个项目扣3分
<
br
/><span
style=
"color: red;"
>
(注:本项填负数)
</span><
/td>
<td
style=
"text-align: center;"
>
<a-form-model-item
:prop=
"'additionalScore'"
>
<a-input-number
v-model=
"value.additionalScore"
:max=
"0"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.additionalScore"
:max=
"0"
:step=
"-3"
style=
"width: 60%"
/>
</a-form-model-item>
</td>
</tr>
...
...
src/views/evaluation/components/score.vue
View file @
a31a6e53
...
...
@@ -196,12 +196,13 @@ export default {
score18
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
score19
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
remark
:
[{
required
:
true
,
message
:
'请填写评审意见'
,
trigger
:
'blur'
},],
supportState
:
{
required
:
true
,
message
:
"请选择是否支持立项"
,
trigger
:
"blur"
},
evaluationType
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
score18
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
score19
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
// applyFunding: { required: true, message: "*", trigger: "blur" },
additionalScore
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
recommendFunding
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
supportState
:
{
required
:
true
,
message
:
"请选择是否支持立项"
,
trigger
:
"blur"
},
evaluationType
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
},
projectInfo
:
{
projName
:
''
,
...
...
@@ -323,21 +324,6 @@ export default {
this
.
$emit
(
'close'
,
'error'
)
})
},
scoreCount
()
{
let
total
=
0.0
if
(
!!
this
.
formData
.
projectBasis
)
total
=
(
total
*
100
+
this
.
formData
.
projectBasis
*
100
)
/
100
if
(
!!
this
.
formData
.
academicValue
)
total
=
(
total
*
100
+
this
.
formData
.
academicValue
*
100
)
/
100
if
(
!!
this
.
formData
.
innovation
)
total
=
(
total
*
100
+
this
.
formData
.
innovation
*
100
)
/
100
if
(
!!
this
.
formData
.
researchPlan
)
total
=
(
total
*
100
+
this
.
formData
.
researchPlan
*
100
)
/
100
if
(
!!
this
.
formData
.
expectedResults
)
total
=
(
total
*
100
+
this
.
formData
.
expectedResults
*
100
)
/
100
this
.
formData
.
totalScore
=
total
return
total
},
callback
(
key
)
{
this
.
tabsActive
=
key
},
...
...
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