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
8dd7495a
Commit
8dd7495a
authored
Dec 05, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.yiboshi.com/XuJun/yn-science-front
parents
09a707b4
b5aec589
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
4 deletions
+33
-4
index.js
src/api/index.js
+3
-0
score.vue
src/views/evaluation/components/score.vue
+26
-3
index.vue
src/views/evaluation/index.vue
+4
-1
No files found.
src/api/index.js
View file @
8dd7495a
...
...
@@ -139,6 +139,9 @@ export default {
getUnitTypes
()
{
return
fetch
(
'/v1/science-admin/com-unit/getUnitType'
)
},
getCurrentUnitInfo
()
{
return
fetch
(
'/v1/science-admin/com-unit/getCurrentUnitInfo'
)
},
getUnitById
(
params
)
{
return
fetch
(
'/v1/science-admin/com-unit/getUnitById'
,
params
)
},
...
...
src/views/evaluation/components/score.vue
View file @
8dd7495a
...
...
@@ -171,7 +171,7 @@
<div
v-else
style=
"width: 100%;height: 100%;"
>
<div
style=
"height:calc(100% - 40px);overflow: auto;"
>
<div
style=
"text-align:center;"
>
<
span
style=
"line-height:2;"
><strong>
内蒙古自治区卫生健康委首府地区公立医院高水平临床专科建设科技项目
</strong></span
>
<
!--
<span
style=
"line-height:2;"
><strong>
内蒙古自治区卫生健康委首府地区公立医院高水平临床专科建设科技项目
</strong></span>
--
>
</div>
<div
style=
"text-align:center;"
>
<span
style=
"line-height:2;"
><strong>
评审专家须知
</strong></span>
...
...
@@ -183,9 +183,9 @@
<span
style=
"line-height:2;"
>
三、如申报项目涉及国家安全问题和其他可能造成不良舆论和后果的,或是存在境外机构或人员参与的,专家要从严审查审核。经评审确有不适宜公开的信息及数据或不适宜的观点及言论,可能危害国家安全或造成不良影响的项目,可评分为“0”并及时向我委具体负责同志反馈。
</span><br
/>
<span
style=
"line-height:2;"
>
四、为贯彻落实2024年国务院《政府工作报告》中关于“加强健康、养老等民生科技研发应用”的要求,请专家在确保质量的情况下,重点关注“可实现成果转化或临床应用”的申报项目。
</span><br
/>
<span
style=
"line-height:2;"
>
五、请严格遵守各项法律法规和评审纪律,评审工作做到实事求是、客观公正、科学规范、廉洁自律。
</span><br
/>
<span
style=
"line-height:2;"
>
六、此次
评审时间为2024年07月30日至2024年08月01日,请务必于2024年08月01日 24:00
前提交评审结果。
</span><br
/>
<span
style=
"line-height:2;"
>
六、此次
专家评审时间为:
{{
exportTime
.
expertStart
+
'至'
+
exportTime
.
expertEnd
}}
,请务必于
{{
exportTime
.
expertEnd
}}
前提交评审结果。
</span><br
/>
<span
style=
"line-height:2;"
>
再次感谢您对我们工作的大力支持,未尽事宜,另行通知。
</span><br
/>
<span
style=
"line-height:2;"
>
联系电话:
0471-6946011
</span><br
/>
<span
style=
"line-height:2;"
>
联系电话:
{{
unitInfo
.
linkTel
}}
</span><br
/>
<br
/>
</div>
<div
style=
"height:40px;width:100%;text-align:center;padding:4px 0px;background: #fafafa;border:1px solid #e8e8e8; "
>
...
...
@@ -215,6 +215,20 @@ export default {
return
null
;
},
},
exportTime
:
{
expertStart
:
{
type
:
String
,
default
:
()
=>
{
return
null
;
},
},
expertEnd
:
{
type
:
String
,
default
:
()
=>
{
return
null
;
},
}
}
},
data
()
{
return
{
...
...
@@ -305,12 +319,14 @@ export default {
auditList
:
[],
},
comBatch
:
{
expertStart
:
''
,
expertEnd
:
''
},
unitInfo
:
{
linkTel
:
null
},
};
},
created
()
{
this
.
getAssignExpertById
()
this
.
getYear
()
this
.
countStart
()
this
.
getCurrentUnitInfo
()
},
methods
:
{
moment
,
...
...
@@ -336,6 +352,13 @@ export default {
}
},
1000
)
},
getCurrentUnitInfo
()
{
this
.
$api
.
unit
.
getCurrentUnitInfo
().
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
unitInfo
=
data
}
}).
catch
(()
=>
{
})
},
loadExpertInfo
()
{
this
.
isShow
=
true
if
(
!
this
.
isExpertInfoLoad
)
...
...
src/views/evaluation/index.vue
View file @
8dd7495a
...
...
@@ -38,7 +38,7 @@
</a-modal>
<a-modal
v-model=
"visibleEvaluation"
title=
"评审专家须知"
width=
"90%"
:dialog-style=
"{ top: '5%' }"
:footer=
"null"
destroyOnClose
>
<!-- <evaluation-edit v-model="id" @close="closeWindow"></evaluation-edit> -->
<score
v-model=
"id"
@
close=
"closeWindow"
ref=
"scoreEdit"
/>
<score
v-model=
"id"
:exportTime=
"exportTime"
@
close=
"closeWindow"
ref=
"scoreEdit"
/>
</a-modal>
<a-modal
v-model=
"visibleStandard"
title=
"专家评分标准"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
<pdf-view
v-model=
"url.downloadUrl"
:fileName=
"url.fileDownload"
></pdf-view>
...
...
@@ -98,6 +98,7 @@ export default {
fileDownload
:
'专家评分标准.pdf'
,
},
visibleStandard
:
false
,
exportTime
:
{
expertStart
:
null
,
expertEnd
:
null
},
}
},
created
()
{
...
...
@@ -110,6 +111,8 @@ export default {
if
(
data
)
{
this
.
isButten
=
data
.
disabled
this
.
description
=
data
.
description
this
.
exportTime
.
expertStart
=
data
.
expertStart
this
.
exportTime
.
expertEnd
=
data
.
expertEnd
this
.
searchForm
.
assignYear
=
data
.
year
this
.
getListByPage
()
}
...
...
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