This commit is contained in:
xulu
2022-03-11 18:14:17 +08:00
parent a2a8a06ff6
commit c8b0dd1097
7 changed files with 871 additions and 35 deletions

View File

@@ -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', {