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
3af73435
Commit
3af73435
authored
Dec 05, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
d8ea005a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
24 deletions
+51
-24
score.vue
src/views/evaluation/components/score.vue
+49
-17
technologyEvalucation.vue
src/views/evaluation/components/technologyEvalucation.vue
+1
-6
index.vue
src/views/evaluation/index.vue
+1
-1
No files found.
src/views/evaluation/components/score.vue
View file @
3af73435
...
@@ -4,14 +4,46 @@
...
@@ -4,14 +4,46 @@
<div
v-if=
"isShow"
style=
"width: 100%;height: 100%;"
>
<div
v-if=
"isShow"
style=
"width: 100%;height: 100%;"
>
<a-tabs
type=
"card"
@
change=
"callback"
:activeKey=
'tabsActive'
>
<a-tabs
type=
"card"
@
change=
"callback"
:activeKey=
'tabsActive'
>
<a-tab-pane
key=
"1"
tab=
"评分"
></a-tab-pane>
<a-tab-pane
key=
"1"
tab=
"评分"
></a-tab-pane>
<a-tab-pane
key=
"2"
tab=
"指标说明"
></a-tab-pane>
<a-tab-pane
key=
"2"
tab=
"指标说明"
v-if=
"totalFunding > 50"
></a-tab-pane>
<a-tab-pane
key=
"3"
tab=
"项目信息"
></a-tab-pane>
<a-tab-pane
key=
"3"
tab=
"项目信息"
></a-tab-pane>
</a-tabs>
</a-tabs>
<div
class=
"table-content"
>
<div
class=
"table-content"
>
<div
v-show=
"tabsActive==='1'"
style=
"height:100%;"
>
<div
v-show=
"tabsActive==='1'"
style=
"height:100%;"
>
<div
style=
"height:calc(100% - 40px);overflow: auto;"
>
<div
style=
"height:calc(100% - 40px);overflow: auto;"
>
<a-form-model
ref=
"form"
:model=
"formData"
:rules=
"rules"
class=
"from-table font-line-space"
>
<a-form-model
ref=
"form"
:model=
"formData"
:rules=
"rules"
class=
"from-table font-line-space"
>
<technology-evalucation
v-model=
"formData"
></technology-evalucation>
<technology-evalucation
v-if=
"totalFunding > 50"
v-model=
"formData"
></technology-evalucation>
<div
v-else
>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
style=
"text-align:center!important;"
>
<div>
评审意见
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<div>
<a-form-model-item
prop=
"remark"
>
<a-textarea
placeholder=
"评审意见"
v-model=
"formData.remark"
:maxLength=
"1000"
style=
"width: 80%; height: 120px; margin-top: 6px"
/>
</a-form-model-item>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"4"
class=
"bg-gray"
>
<div
class=
"special-middle"
style=
"text-align:center!important;"
>
<div>
是否推荐立项支持
</div>
</div>
</a-col>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"supportState"
>
<a-radio-group
v-model=
"formData.supportState"
>
<a-radio
:value=
"1"
>
是
</a-radio>
<a-radio
:value=
"0"
>
否
</a-radio>
</a-radio-group>
</a-form-model-item>
</a-col>
</a-row>
</div>
</a-form-model>
</a-form-model>
</div>
</div>
<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;"
>
<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;"
>
...
@@ -54,21 +86,21 @@
...
@@ -54,21 +86,21 @@
<div
style=
"height:calc(100% - 40px);overflow: auto;"
>
<div
style=
"height:calc(100% - 40px);overflow: auto;"
>
<div
style=
"text-align:center;"
>
<div
style=
"text-align:center;"
>
<!--
<span
style=
"line-height:2;"
><strong>
内蒙古自治区卫生健康委首府地区公立医院高水平临床专科建设科技项目
</strong></span>
-->
<!--
<span
style=
"line-height:2;"
><strong>
内蒙古自治区卫生健康委首府地区公立医院高水平临床专科建设科技项目
</strong></span>
-->
</div>
</div>
<div
style=
"text-align:center;"
>
<div
style=
"text-align:center;"
>
<span
style=
"line-height:2;"
><strong>
评审专家须知
</strong></span>
<span
style=
"line-height:2;"
><strong>
评审专家须知
</strong></span>
</div>
</div>
<span
style=
"line-height:2;"
>
尊敬的专家:
</span><br
/>
<span
style=
"line-height:2;"
>
尊敬的专家:
</span><br
/>
<span
style=
"line-height:2;"
>
您好,感谢您参与此次云南省卫生健康委地区健康科技项目网上评审。为做好此次评审工作,现将相关事宜通知如下,请务必仔细阅读和严格执行。
</span><br
/>
<span
style=
"line-height:2;"
>
您好,感谢您参与此次云南省卫生健康委地区健康科技项目网上评审。为做好此次评审工作,现将相关事宜通知如下,请务必仔细阅读和严格执行。
</span><br
/>
<span
style=
"line-height:2;"
>
一、评审专家根据评价指标对本组所有申报项目(由于申报专业的不同,其中可能会有部分跨专业的项目,请专家一并评审打分,切勿遗漏)进行评阅打分,写出具体的评审意见及建议立项或不立项的主要原因。
</span><br
/>
<span
style=
"line-height:2;"
>
一、评审专家根据评价指标对本组所有申报项目(由于申报专业的不同,其中可能会有部分跨专业的项目,请专家一并评审打分,切勿遗漏)进行评阅打分,写出具体的评审意见及建议立项或不立项的主要原因。
</span><br
/>
<span
style=
"line-height:2;"
>
二、为调动广大医务工作者参与科研工作的积极性,请在评审过程中按照评分标准打分,确保项目质量。
</span><br
/>
<span
style=
"line-height:2;"
>
二、为调动广大医务工作者参与科研工作的积极性,请在评审过程中按照评分标准打分,确保项目质量。
</span><br
/>
<span
style=
"line-height:2;"
>
三、如申报项目涉及国家安全问题和其他可能造成不良舆论和后果的,或是存在境外机构或人员参与的,专家要从严审查审核。经评审确有不适宜公开的信息及数据或不适宜的观点及言论,可能危害国家安全或造成不良影响的项目,可评分为“0”并及时向我委具体负责同志反馈。
</span><br
/>
<span
style=
"line-height:2;"
>
三、如申报项目涉及国家安全问题和其他可能造成不良舆论和后果的,或是存在境外机构或人员参与的,专家要从严审查审核。经评审确有不适宜公开的信息及数据或不适宜的观点及言论,可能危害国家安全或造成不良影响的项目,可评分为“0”并及时向我委具体负责同志反馈。
</span><br
/>
<span
style=
"line-height:2;"
>
四、为贯彻落实2024年国务院《政府工作报告》中关于“加强健康、养老等民生科技研发应用”的要求,请专家在确保质量的情况下,重点关注“可实现成果转化或临床应用”的申报项目。
</span><br
/>
<span
style=
"line-height:2;"
>
四、为贯彻落实2024年国务院《政府工作报告》中关于“加强健康、养老等民生科技研发应用”的要求,请专家在确保质量的情况下,重点关注“可实现成果转化或临床应用”的申报项目。
</span><br
/>
<span
style=
"line-height:2;"
>
五、请严格遵守各项法律法规和评审纪律,评审工作做到实事求是、客观公正、科学规范、廉洁自律。
</span><br
/>
<span
style=
"line-height:2;"
>
五、请严格遵守各项法律法规和评审纪律,评审工作做到实事求是、客观公正、科学规范、廉洁自律。
</span><br
/>
<span
style=
"line-height:2;"
>
六、此次专家评审时间为:
{{
exportTime
.
expertStart
+
'至'
+
exportTime
.
expertEnd
}}
,请务必于
{{
exportTime
.
expertEnd
}}
前提交评审结果。
</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;"
>
再次感谢您对我们工作的大力支持,未尽事宜,另行通知。
</span><br
/>
<span
style=
"line-height:2;"
>
联系电话:
{{
unitInfo
.
linkTel
}}
</span><br
/>
<span
style=
"line-height:2;"
>
联系电话:
{{
unitInfo
.
linkTel
}}
</span><br
/>
<br
/>
<br
/>
</div>
</div>
<div
style=
"height:40px;width:100%;text-align:center;padding:4px 0px;background: #fafafa;border:1px solid #e8e8e8; "
>
<div
style=
"height:40px;width:100%;text-align:center;padding:4px 0px;background: #fafafa;border:1px solid #e8e8e8; "
>
<a-button
type=
"primary"
@
click=
"loadExpertInfo"
:disabled=
"check.disabled"
>
{{
check
.
title
}}
</a-button>
<a-button
type=
"primary"
@
click=
"loadExpertInfo"
:disabled=
"check.disabled"
>
{{
check
.
title
}}
</a-button>
...
@@ -132,7 +164,7 @@ export default {
...
@@ -132,7 +164,7 @@ export default {
formData
:
{
id
:
null
,
projId
:
null
,
expertId
:
null
,
expertName
:
null
,
formData
:
{
id
:
null
,
projId
:
null
,
expertId
:
null
,
expertName
:
null
,
score1
:
null
,
score2
:
null
,
score3
:
null
,
score4
:
null
,
score4
:
null
,
score5
:
null
,
score6
:
null
,
score7
:
null
,
score8
:
null
,
score9
:
null
,
score1
:
null
,
score2
:
null
,
score3
:
null
,
score4
:
null
,
score4
:
null
,
score5
:
null
,
score6
:
null
,
score7
:
null
,
score8
:
null
,
score9
:
null
,
score10
:
null
,
score11
:
null
,
score12
:
null
,
score13
:
null
,
score14
:
null
,
score15
:
null
,
score16
:
null
,
score17
:
null
,
score10
:
null
,
score11
:
null
,
score12
:
null
,
score13
:
null
,
score14
:
null
,
score15
:
null
,
score16
:
null
,
score17
:
null
,
totalScore
:
null
,
remark
:
null
,
supportState
:
null
,
projName
:
null
,
projNo
:
null
,
totalScore
:
null
,
remark
:
null
,
supportState
:
null
,
projName
:
null
,
projNo
:
null
,
totalFunding
:
0.00
,
},
},
rules
:
{
rules
:
{
score1
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
score1
:
{
required
:
true
,
message
:
"*"
,
trigger
:
"blur"
},
...
...
src/views/evaluation/components/technologyEvalucation.vue
View file @
3af73435
<
template
>
<
template
>
<div>
<div>
<table
<table
class=
"tab-content"
cellpadding=
"3"
cellspacing=
"3"
style=
"width: 98%"
>
class=
"tab-content"
cellpadding=
"3"
cellspacing=
"3"
style=
"width: 98%"
>
<tr>
<tr>
<td
class=
"bg-title"
>
一级指标(固定)
</td>
<td
class=
"bg-title"
>
一级指标(固定)
</td>
<td
class=
"bg-title"
>
二级指标(供参考)
</td>
<td
class=
"bg-title"
>
二级指标(供参考)
</td>
...
...
src/views/evaluation/index.vue
View file @
3af73435
...
@@ -159,7 +159,7 @@ export default {
...
@@ -159,7 +159,7 @@ export default {
this
.
visibleEvaluationView
=
true
this
.
visibleEvaluationView
=
true
}
else
if
(
type
===
'eva'
)
{
}
else
if
(
type
===
'eva'
)
{
this
.
id
=
record
.
id
this
.
id
=
record
.
id
console
.
log
(
record
)
this
.
totalFunding
=
record
.
totalFunding
this
.
visibleEvaluation
=
true
this
.
visibleEvaluation
=
true
}
else
if
(
type
===
'pView'
)
{
}
else
if
(
type
===
'pView'
)
{
this
.
projectId
=
record
.
projId
this
.
projectId
=
record
.
projId
...
...
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