1
This commit is contained in:
@@ -703,6 +703,15 @@
|
||||
methods: {
|
||||
//弹出编辑框
|
||||
testvis(e) {
|
||||
if(e==6){
|
||||
if (this.form.type == "N" || this.form.type == "T" || this.form.type == "LTE" || (this.review_Data != undefined && this.review_Data.length >=
|
||||
2)) {
|
||||
|
||||
} else {
|
||||
this.$message.error('This manuscript must be reviewed by more than two reviewers!');
|
||||
return false
|
||||
}
|
||||
}
|
||||
this.editform.state = e
|
||||
this.editform.state_name = this.statetostr(e)
|
||||
this.$confirm('Are you sure about this process ' + this.editform.state_name + ' ?', 'Tips', {
|
||||
|
||||
Reference in New Issue
Block a user