commit
This commit is contained in:
@@ -14,6 +14,7 @@ layout("/layouts/platform.html"){
|
|||||||
<search-item label="考核名称">
|
<search-item label="考核名称">
|
||||||
<el-select v-model="pageForm.khid"
|
<el-select v-model="pageForm.khid"
|
||||||
@change="doSearch"
|
@change="doSearch"
|
||||||
|
style="width: 100%"
|
||||||
placeholder="请选择考核">
|
placeholder="请选择考核">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in kh"
|
v-for="item in kh"
|
||||||
|
|||||||
@@ -617,10 +617,10 @@ layout("/layouts/platform.html"){
|
|||||||
this.$message.error("该考核已结束")
|
this.$message.error("该考核已结束")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if(![1, 2].includes(row.state)) {
|
/*if(![1, 2].includes(row.state)) {
|
||||||
this.$message.error("当前状态不能修改")
|
this.$message.error("当前状态不能修改")
|
||||||
return
|
return
|
||||||
}
|
}*/
|
||||||
if(this.$moment().isBefore(this.$moment(row.startApplyTime))) {
|
if(this.$moment().isBefore(this.$moment(row.startApplyTime))) {
|
||||||
this.$message.error("该考核申诉期未开始")
|
this.$message.error("该考核申诉期未开始")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user