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
2bb53641
Commit
2bb53641
authored
Dec 24, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33
parent
9888fd95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
score.vue
src/views/evaluation/components/score.vue
+2
-7
No files found.
src/views/evaluation/components/score.vue
View file @
2bb53641
...
...
@@ -55,6 +55,7 @@
<div
style=
"height:40px;width:100%;text-align:center;padding:4px 0px;background: #fafafa;border:1px solid #e8e8e8; border-width: 0px 1px 1px 1px;border-style: solid;border-color: #e8e8e8;"
>
<a-button
@
click=
"save"
style=
"margin-right:16px"
>
保存
</a-button>
<a-button
type=
"primary"
@
click=
"submit"
>
提交
</a-button>
<span
style=
"color: red;"
>
(注:提交后在规定时间内可多次修改)
</span>
</div>
</div>
<div
v-show=
"tabsActive==='2'"
style=
"height:100%;overflow: auto;"
>
...
...
@@ -289,7 +290,6 @@ export default {
this
.
$api
.
projectAssign
.
getAssignExpertById
({
id
:
this
.
value
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
formData
=
data
console
.
log
(
this
.
formData
)
this
.
getProjectInfoById
(
data
.
projId
)
this
.
isExpertInfoLoad
=
true
this
.
loading
=
false
...
...
@@ -304,17 +304,12 @@ export default {
getProjectInfoById
(
id
)
{
this
.
$api
.
project
.
getProjectInfoById
({
id
:
id
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
let
fileArr
=
[]
this
.
projectInfo
=
data
for
(
let
i
=
0
;
i
<
this
.
projectInfo
.
fileList
.
length
;
i
++
)
{
if
(
this
.
projectInfo
.
fileList
[
i
].
fileExplain
.
indexOf
(
"项目申报简要信息首页"
)
==
-
1
&&
this
.
projectInfo
.
fileList
[
i
].
fileExplain
.
indexOf
(
"项目组成员签字"
)
==
-
1
)
fileArr
.
push
(
this
.
projectInfo
.
fileList
[
i
])
}
this
.
formData
.
projName
=
data
.
projName
this
.
formData
.
appUnitName
=
data
.
appUnitName
this
.
formData
.
appPersonName
=
data
.
appPersonName
this
.
formData
.
applyFunding
=
data
.
govFunding
this
.
projectInfo
.
fileList
=
fileArr
this
.
formData
.
recommendFunding
=
data
.
govFunding
this
.
isProjectInfoLoad
=
true
this
.
loading
=
false
}
else
...
...
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