Commit b0177c82 authored by 冷玲鹏's avatar 冷玲鹏

课程管理-页面修改

parent 2890c4f9
......@@ -42,7 +42,7 @@
<el-form-item label="关键字" prop="Words">
<el-input
v-model="queryParams.Words"
placeholder="课题号,课题名称,申请人,手机号"
placeholder="课题号,申报名称,申请人,手机号"
clearable
:maxlength="255"
size="small"
......
......@@ -476,8 +476,7 @@
</div>
</div>
</el-tab-pane>
<el-tab-pane v-if="secondReview ==='中期申请中'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'"
label="项目中期" name="fourth">
<el-tab-pane v-if="secondReview ==='中期申请中'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'" label="项目中期" name="fourth">
<MidProject @download="console.log('下载成功')"/>
<div v-if="secondReview === '中期申请完成'|| secondReview ==='中期评审中'||secondReview === '中期评审完成'">
<div style="display: flex;width: 100%;justify-content: center;margin-top: 15px">
......@@ -1264,12 +1263,12 @@ export default {
}
// 立项
if (status === '立项审批(专家指定中)') {
this.active = 1
this.active = 0
this.activeName = 'second'
this.firstReview = '立项审批(专家指定中)'
}
if (status === '立项审批(专家评审中)') {
this.active = 1
this.active = 0
this.activeName = 'third'
this.firstReview = '立项审批(专家评审中)'
this.buttonSwitch = '保存立项审批结果'
......@@ -1282,21 +1281,21 @@ export default {
}
// 中期
if (status === '中期申报完成') {
this.active = 2
this.active = 1
this.activeName = 'fourth'
this.firstReview = '立项评审完成'
this.secondReview = '中期申请中'
this.buttonSwitch = '中期申请完成'
}
if (status === '中期评审中') {
this.active = 2
this.active = 1
this.activeName = 'fourth'
this.firstReview = '立项评审完成'
this.secondReview = '中期评审中'
this.buttonSwitch = '中期评审中'
}
if (status === '中期评审中') {
this.active = 2
this.active = 1
this.activeName = 'fourth'
this.firstReview = '立项评审完成'
this.secondReview = '中期评审中'
......@@ -1311,7 +1310,7 @@ export default {
}
// 验收
if (status === '验收申报完成') {
this.active = 3
this.active = 2
this.activeName = 'fifth'
this.firstReview = '立项评审完成'
this.secondReview = '中期评审完成'
......@@ -1319,14 +1318,14 @@ export default {
this.buttonSwitch = '开始验收'
}
if (status === '验收评审(专家指定中/免审)') {
this.active = 3
this.active = 2
this.activeName = 'sixth'
this.firstReview = '立项评审完成'
this.secondReview = '中期评审完成'
this.thirdReview = '验收评审(专家指定中/免审)'
}
if (status === '验收评审(专家评审中)') {
this.active = 3
this.active = 2
this.activeName = 'seventh'
this.firstReview = '立项评审完成'
this.secondReview = '中期评审完成'
......@@ -1340,7 +1339,7 @@ export default {
this.thirdReview = '验收完成(专家评审)'
}
if (status === '验收评审(免审中)') {
this.active = 3
this.active = 2
this.activeName = 'eighth'
this.firstReview = '立项评审完成'
this.secondReview = '中期评审完成'
......@@ -1479,7 +1478,7 @@ export default {
}).then(() => {
this.firstReview = '立项审批(专家指定中)'
this.activeName = 'second'
this.active = 1
this.active = 0
this.$message({
type: 'success',
message: '申报通过!'
......@@ -1509,7 +1508,7 @@ export default {
this.firstReview = '立项审批(专家评审中)'
this.buttonSwitch = '保存立项审批结果'
this.activeName = 'third'
this.active = 1
this.active = 0
this.$message({
type: 'success',
message: '提交给专家成功!'
......@@ -1599,7 +1598,7 @@ export default {
this.firstReview = '立项评审完成'
this.secondReview = '中期申请中'
this.buttonSwitch = '中期申请完成'
this.active = 2
this.active = 1
this.$message({
type: 'success',
message: '开始中期评审!'
......@@ -1615,7 +1614,7 @@ export default {
saveMidtermResult() {
this.Success()
this.secondReview = '中期评审中'
this.active = 2
this.active = 1
},
/** 公布中期评审结果*/
publishMidtermResult() {
......@@ -1648,7 +1647,7 @@ export default {
}).then(() => {
this.activeName = 'fifth'
this.thirdReview = '验收申请中'
this.active = 3
this.active = 2
this.$message({
type: 'success',
message: '请开始验收!'
......@@ -1670,7 +1669,7 @@ export default {
this.activeName = 'fifth'
this.secondReview = '中期评审完成'
this.thirdReview = '验收申请中'
this.active = 3
this.active = 2
this.$message({
type: 'success',
message: '请开始验收!'
......@@ -1688,7 +1687,7 @@ export default {
this.activeName = 'fifth'
this.secondReview = '中期评审完成'
this.thirdReview = '验收申请中'
this.active = 3
this.active = 2
},
/** 通过验收申请*/
submitAcceptanceApplication() {
......@@ -1700,7 +1699,7 @@ export default {
this.activeName = 'sixth'
this.thirdReview = '验收评审(专家指定中/免审)'
this.ProjectApprovalExpertList = []
this.active = 3
this.active = 2
this.$message({
type: 'success',
message: '验收申请已经通过!'
......@@ -1721,7 +1720,7 @@ export default {
}).then(() => {
this.thirdReview = '验收评审(专家评审中)'
this.activeName = 'seventh'
this.active = 3
this.active = 2
this.$message({
type: 'success',
message: '提交给专家成功!'
......@@ -1744,7 +1743,7 @@ export default {
this.activeName = 'eighth'
this.listOfReviewers = []
this.listOfReviewExperts = []
this.active = 3
this.active = 2
this.$message({
type: 'success',
message: '已免审!'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment