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
89a83302
Commit
89a83302
authored
Jun 03, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
www
parent
ca2873e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
11 deletions
+26
-11
score.vue
src/views/evaluation/components/score.vue
+2
-1
scoreEdit.vue
src/views/evaluation/components/scoreEdit.vue
+17
-9
scoreInfo.vue
src/views/evaluation/components/scoreInfo.vue
+7
-1
No files found.
src/views/evaluation/components/score.vue
View file @
89a83302
...
...
@@ -209,7 +209,8 @@ export default {
score19
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
additionalScore
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
recommendFunding
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
supportState
:
{
required
:
true
,
message
:
"请选择是否支持立项"
,
trigger
:
"blur"
},
supportState
:
{
required
:
true
,
message
:
"请选择是否推荐立项"
,
trigger
:
"change"
},
noSupportReason
:
{
required
:
true
,
message
:
"请填写不推荐原因"
,
trigger
:
"blur"
},
evaluationType
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"change"
},
},
projectInfo
:
{
...
...
src/views/evaluation/components/scoreEdit.vue
View file @
89a83302
...
...
@@ -15,25 +15,25 @@
</td>
<td
style=
"text-align: center;"
>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==1"
>
<a-input-number
v-model=
"value.score1"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score1"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==2"
>
<a-input-number
v-model=
"value.score2"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score2"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==3"
>
<a-input-number
v-model=
"value.score3"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score3"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==4"
>
<a-input-number
v-model=
"value.score4"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score4"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==5"
>
<a-input-number
v-model=
"value.score5"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score5"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==6"
>
<a-input-number
v-model=
"value.score6"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score6"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
<a-form-model-item
:prop=
"'score' + item.order"
v-if=
"item.order==7"
>
<a-input-number
v-model=
"value.score7"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
/>
<a-input-number
v-model=
"value.score7"
:min=
"0"
:max=
"item.score"
style=
"width: 60%"
disabled=
"true"
/>
</a-form-model-item>
</td>
</tr>
...
...
@@ -42,7 +42,7 @@
<td
colspan=
"2"
style=
"text-align: left;padding-left: 12px;"
>
{{
Count
()
}}
分
</td>
</tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项
支持
</td>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项
</td>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"supportState"
>
<a-radio-group
v-model=
"value.supportState"
>
...
...
@@ -52,6 +52,14 @@
</a-form-model-item>
</td>
</tr>
<tr
v-if=
"value.supportState!=null&&value.supportState==false"
>
<td
class=
"bg-title"
style=
"text-align: right;"
>
不推荐原因
</td>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"noSupportReason"
>
<a-textarea
placeholder=
"不推荐原因"
v-model=
"value.noSupportReason"
:maxLength=
"1000"
style=
"width: 80%; height: 120px; margin-top: 6px"
/>
</a-form-model-item>
</td>
</tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"2"
>
...
...
@@ -68,7 +76,7 @@
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审意见(是否存在科研被信问题?该项目存在的问题和不足及意见建议)
</td>
<td
colspan=
"2"
>
<a-form-model-item
prop=
"remark"
>
<a-textarea
placeholder=
"评审意见"
v-model=
"value.remark"
:maxLength=
"1000"
style=
"width: 80%; height: 120px; margin-top: 6px"
/>
<a-textarea
placeholder=
"评审意见"
v-model=
"value.remark"
:maxLength=
"1000"
style=
"width: 80%; height: 120px; margin-top: 6px"
disabled=
"true"
/>
</a-form-model-item>
</td>
</tr>
...
...
src/views/evaluation/components/scoreInfo.vue
View file @
89a83302
...
...
@@ -24,12 +24,18 @@
</td>
</tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项
支持
</td>
<td
class=
"bg-title"
style=
"text-align: right;"
>
是否推荐立项
</td>
<td
colspan=
"2"
>
<a-tag
:color=
"'#87d068'"
v-if=
"value.supportState==1"
>
是
</a-tag>
<a-tag
:color=
"'#f50'"
v-if=
"value.supportState==0"
>
否
</a-tag>
</td>
</tr>
<tr
v-if=
"value.supportState!=null&&value.supportState==false"
>
<td
style=
"text-align: right;"
>
不推荐原因
</td>
<td
colspan=
"2"
style=
"text-align: left;"
>
<div
v-html=
"toTextarea(value.noSupportReason)"
></div>
</td>
</tr>
<tr>
<td
class=
"bg-title"
style=
"text-align: right;"
>
评审结果
</td>
<td
colspan=
"2"
>
...
...
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