Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_station_web
Project
Project
Details
Activity
Releases
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
张伯涛
intelligent_station_web
Commits
b0177c82
Commit
b0177c82
authored
Dec 16, 2024
by
冷玲鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程管理-页面修改
parent
2890c4f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
22 deletions
+21
-22
index.vue
src/views/projectManagement/allTopics/index.vue
+1
-1
projectInitiation.vue
...s/projectManagement/approvalProcess/projectInitiation.vue
+20
-21
No files found.
src/views/projectManagement/allTopics/index.vue
View file @
b0177c82
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<el-form-item
label=
"关键字"
prop=
"Words"
>
<el-form-item
label=
"关键字"
prop=
"Words"
>
<el-input
<el-input
v-model=
"queryParams.Words"
v-model=
"queryParams.Words"
placeholder=
"课题号,
课题
名称,申请人,手机号"
placeholder=
"课题号,
申报
名称,申请人,手机号"
clearable
clearable
:maxlength=
"255"
:maxlength=
"255"
size=
"small"
size=
"small"
...
...
src/views/projectManagement/approvalProcess/projectInitiation.vue
View file @
b0177c82
...
@@ -476,8 +476,7 @@
...
@@ -476,8 +476,7 @@
</div>
</div>
</div>
</div>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
v-if=
"secondReview ==='中期申请中'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'"
<el-tab-pane
v-if=
"secondReview ==='中期申请中'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'"
label=
"项目中期"
name=
"fourth"
>
label=
"项目中期"
name=
"fourth"
>
<MidProject
@
download=
"console.log('下载成功')"
/>
<MidProject
@
download=
"console.log('下载成功')"
/>
<div
v-if=
"secondReview === '中期申请完成'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'"
>
<div
v-if=
"secondReview === '中期申请完成'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'"
>
<div
style=
"display: flex;width: 100%;justify-content: center;margin-top: 15px"
>
<div
style=
"display: flex;width: 100%;justify-content: center;margin-top: 15px"
>
...
@@ -1264,12 +1263,12 @@ export default {
...
@@ -1264,12 +1263,12 @@ export default {
}
}
// 立项
// 立项
if
(
status
===
'立项审批(专家指定中)'
)
{
if
(
status
===
'立项审批(专家指定中)'
)
{
this
.
active
=
1
this
.
active
=
0
this
.
activeName
=
'second'
this
.
activeName
=
'second'
this
.
firstReview
=
'立项审批(专家指定中)'
this
.
firstReview
=
'立项审批(专家指定中)'
}
}
if
(
status
===
'立项审批(专家评审中)'
)
{
if
(
status
===
'立项审批(专家评审中)'
)
{
this
.
active
=
1
this
.
active
=
0
this
.
activeName
=
'third'
this
.
activeName
=
'third'
this
.
firstReview
=
'立项审批(专家评审中)'
this
.
firstReview
=
'立项审批(专家评审中)'
this
.
buttonSwitch
=
'保存立项审批结果'
this
.
buttonSwitch
=
'保存立项审批结果'
...
@@ -1282,21 +1281,21 @@ export default {
...
@@ -1282,21 +1281,21 @@ export default {
}
}
// 中期
// 中期
if
(
status
===
'中期申报完成'
)
{
if
(
status
===
'中期申报完成'
)
{
this
.
active
=
2
this
.
active
=
1
this
.
activeName
=
'fourth'
this
.
activeName
=
'fourth'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期申请中'
this
.
secondReview
=
'中期申请中'
this
.
buttonSwitch
=
'中期申请完成'
this
.
buttonSwitch
=
'中期申请完成'
}
}
if
(
status
===
'中期评审中'
)
{
if
(
status
===
'中期评审中'
)
{
this
.
active
=
2
this
.
active
=
1
this
.
activeName
=
'fourth'
this
.
activeName
=
'fourth'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期评审中'
this
.
secondReview
=
'中期评审中'
this
.
buttonSwitch
=
'中期评审中'
this
.
buttonSwitch
=
'中期评审中'
}
}
if
(
status
===
'中期评审中'
)
{
if
(
status
===
'中期评审中'
)
{
this
.
active
=
2
this
.
active
=
1
this
.
activeName
=
'fourth'
this
.
activeName
=
'fourth'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期评审中'
this
.
secondReview
=
'中期评审中'
...
@@ -1311,7 +1310,7 @@ export default {
...
@@ -1311,7 +1310,7 @@ export default {
}
}
// 验收
// 验收
if
(
status
===
'验收申报完成'
)
{
if
(
status
===
'验收申报完成'
)
{
this
.
active
=
3
this
.
active
=
2
this
.
activeName
=
'fifth'
this
.
activeName
=
'fifth'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
secondReview
=
'中期评审完成'
...
@@ -1319,14 +1318,14 @@ export default {
...
@@ -1319,14 +1318,14 @@ export default {
this
.
buttonSwitch
=
'开始验收'
this
.
buttonSwitch
=
'开始验收'
}
}
if
(
status
===
'验收评审(专家指定中/免审)'
)
{
if
(
status
===
'验收评审(专家指定中/免审)'
)
{
this
.
active
=
3
this
.
active
=
2
this
.
activeName
=
'sixth'
this
.
activeName
=
'sixth'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
thirdReview
=
'验收评审(专家指定中/免审)'
this
.
thirdReview
=
'验收评审(专家指定中/免审)'
}
}
if
(
status
===
'验收评审(专家评审中)'
)
{
if
(
status
===
'验收评审(专家评审中)'
)
{
this
.
active
=
3
this
.
active
=
2
this
.
activeName
=
'seventh'
this
.
activeName
=
'seventh'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
secondReview
=
'中期评审完成'
...
@@ -1340,7 +1339,7 @@ export default {
...
@@ -1340,7 +1339,7 @@ export default {
this
.
thirdReview
=
'验收完成(专家评审)'
this
.
thirdReview
=
'验收完成(专家评审)'
}
}
if
(
status
===
'验收评审(免审中)'
)
{
if
(
status
===
'验收评审(免审中)'
)
{
this
.
active
=
3
this
.
active
=
2
this
.
activeName
=
'eighth'
this
.
activeName
=
'eighth'
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
secondReview
=
'中期评审完成'
...
@@ -1479,7 +1478,7 @@ export default {
...
@@ -1479,7 +1478,7 @@ export default {
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
firstReview
=
'立项审批(专家指定中)'
this
.
firstReview
=
'立项审批(专家指定中)'
this
.
activeName
=
'second'
this
.
activeName
=
'second'
this
.
active
=
1
this
.
active
=
0
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'申报通过!'
message
:
'申报通过!'
...
@@ -1509,7 +1508,7 @@ export default {
...
@@ -1509,7 +1508,7 @@ export default {
this
.
firstReview
=
'立项审批(专家评审中)'
this
.
firstReview
=
'立项审批(专家评审中)'
this
.
buttonSwitch
=
'保存立项审批结果'
this
.
buttonSwitch
=
'保存立项审批结果'
this
.
activeName
=
'third'
this
.
activeName
=
'third'
this
.
active
=
1
this
.
active
=
0
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'提交给专家成功!'
message
:
'提交给专家成功!'
...
@@ -1599,7 +1598,7 @@ export default {
...
@@ -1599,7 +1598,7 @@ export default {
this
.
firstReview
=
'立项评审完成'
this
.
firstReview
=
'立项评审完成'
this
.
secondReview
=
'中期申请中'
this
.
secondReview
=
'中期申请中'
this
.
buttonSwitch
=
'中期申请完成'
this
.
buttonSwitch
=
'中期申请完成'
this
.
active
=
2
this
.
active
=
1
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'开始中期评审!'
message
:
'开始中期评审!'
...
@@ -1615,7 +1614,7 @@ export default {
...
@@ -1615,7 +1614,7 @@ export default {
saveMidtermResult
()
{
saveMidtermResult
()
{
this
.
Success
()
this
.
Success
()
this
.
secondReview
=
'中期评审中'
this
.
secondReview
=
'中期评审中'
this
.
active
=
2
this
.
active
=
1
},
},
/** 公布中期评审结果*/
/** 公布中期评审结果*/
publishMidtermResult
()
{
publishMidtermResult
()
{
...
@@ -1648,7 +1647,7 @@ export default {
...
@@ -1648,7 +1647,7 @@ export default {
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
activeName
=
'fifth'
this
.
activeName
=
'fifth'
this
.
thirdReview
=
'验收申请中'
this
.
thirdReview
=
'验收申请中'
this
.
active
=
3
this
.
active
=
2
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'请开始验收!'
message
:
'请开始验收!'
...
@@ -1670,7 +1669,7 @@ export default {
...
@@ -1670,7 +1669,7 @@ export default {
this
.
activeName
=
'fifth'
this
.
activeName
=
'fifth'
this
.
secondReview
=
'中期评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
thirdReview
=
'验收申请中'
this
.
thirdReview
=
'验收申请中'
this
.
active
=
3
this
.
active
=
2
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'请开始验收!'
message
:
'请开始验收!'
...
@@ -1688,7 +1687,7 @@ export default {
...
@@ -1688,7 +1687,7 @@ export default {
this
.
activeName
=
'fifth'
this
.
activeName
=
'fifth'
this
.
secondReview
=
'中期评审完成'
this
.
secondReview
=
'中期评审完成'
this
.
thirdReview
=
'验收申请中'
this
.
thirdReview
=
'验收申请中'
this
.
active
=
3
this
.
active
=
2
},
},
/** 通过验收申请*/
/** 通过验收申请*/
submitAcceptanceApplication
()
{
submitAcceptanceApplication
()
{
...
@@ -1700,7 +1699,7 @@ export default {
...
@@ -1700,7 +1699,7 @@ export default {
this
.
activeName
=
'sixth'
this
.
activeName
=
'sixth'
this
.
thirdReview
=
'验收评审(专家指定中/免审)'
this
.
thirdReview
=
'验收评审(专家指定中/免审)'
this
.
ProjectApprovalExpertList
=
[]
this
.
ProjectApprovalExpertList
=
[]
this
.
active
=
3
this
.
active
=
2
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'验收申请已经通过!'
message
:
'验收申请已经通过!'
...
@@ -1721,7 +1720,7 @@ export default {
...
@@ -1721,7 +1720,7 @@ export default {
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
thirdReview
=
'验收评审(专家评审中)'
this
.
thirdReview
=
'验收评审(专家评审中)'
this
.
activeName
=
'seventh'
this
.
activeName
=
'seventh'
this
.
active
=
3
this
.
active
=
2
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'提交给专家成功!'
message
:
'提交给专家成功!'
...
@@ -1744,7 +1743,7 @@ export default {
...
@@ -1744,7 +1743,7 @@ export default {
this
.
activeName
=
'eighth'
this
.
activeName
=
'eighth'
this
.
listOfReviewers
=
[]
this
.
listOfReviewers
=
[]
this
.
listOfReviewExperts
=
[]
this
.
listOfReviewExperts
=
[]
this
.
active
=
3
this
.
active
=
2
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'已免审!'
message
:
'已免审!'
...
...
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