From 581d515cf8935af476c2d47d3056c1e750d17283 Mon Sep 17 00:00:00 2001
From: "@fawn-nine" <1271023382@qq.com>
Date: Wed, 26 Jul 2023 17:30:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/page/Dashboard_.vue | 2 +-
src/components/page/Re_review.vue | 486 ++++++++++++++++++
src/components/page/articleListEditor_A.vue | 27 +-
.../page/articleProcessRevision.vue | 122 +++--
src/components/page/articleReviewerDetail.vue | 343 +++++++++++-
src/components/page/per_ewer.vue | 49 ++
src/main.js | 24 +-
src/router/index.js | 9 +
8 files changed, 1013 insertions(+), 49 deletions(-)
create mode 100644 src/components/page/Re_review.vue
diff --git a/src/components/page/Dashboard_.vue b/src/components/page/Dashboard_.vue
index 18e245a..7e46c43 100644
--- a/src/components/page/Dashboard_.vue
+++ b/src/components/page/Dashboard_.vue
@@ -262,7 +262,7 @@
Click here to
Submitted time : {{articleInfo.ctime|formatDate()}}
+ +Comments:
Comments:
+ Response time: {{item.stime|formatDatehms}} +
+
+ If you agree to disclose your name, we will acknowledge you by name in the published
+ PDF. However, if you prefer to remain anonymous, we will still express our gratitude
+ by thanking you as an anonymous reviewer.
+
For example, {{articleInfo.journal_title}} would like to thank AAAAAAAA, BBBBBBBB, and other anonymous reviewers for their
+ invaluable contributions to the peer review process of this paper.
+
- Reviewer{{index+1}} score : {{iken.rated}} +
+ Reviewer{{index+1}} score : {{iken.rated}}
Average : {{avegeCount(item.reviewScore)}}
@@ -967,6 +967,25 @@
console.log(err);
});
},
+ // 创建复审
+ crateRevision(item){
+ this.$api
+ .post('api/Reviewer/startRepeatReviewer', {
+ 'art_rev_id': item.art_rev_id
+ })
+ .then(res => {
+ //console.log(res)
+ if(res.code == 0){
+ this.$message.success('A review invitation was successfully sent!')
+ this.getdate()
+ }else{
+ this.$message.error(res.msg)
+ }
+ })
+ .catch(err => {
+ console.log(err);
+ });
+ },
// 更新评分
refreshScore(row){
this.$api
diff --git a/src/components/page/articleProcessRevision.vue b/src/components/page/articleProcessRevision.vue
index 3025b13..0ef295c 100644
--- a/src/components/page/articleProcessRevision.vue
+++ b/src/components/page/articleProcessRevision.vue
@@ -29,7 +29,7 @@
Comments from reviewers
+ {{item1.recommend | getOpinion}}
+ {{item1.recommend | getOpinion}}
+ {{item1.recommend | getOpinion}}
+
+ Comments for the Authors
+
+ Response time: {{item1.stime|formatDatehms}}
+
+
+
+ {{item1.content}}
+
+
No Comment
@@ -468,8 +497,8 @@ upload_response: function() { return this.baseUrl + 'api/Article/up_response_file'; }, - }, - methods: { + }, + methods: { //初始化文章信息 initarticle() { this.$api @@ -508,6 +537,11 @@ // 审稿人意见 this.comentDeploy = res.suggest + this.comentDeploy.map(item => { + if(item.question && item.question.length > 0) + item.question = item.question.reverse() + }) + // console.log(this.comentDeploy,'this.comentDeploy') }) .catch((err) => { console.log(err); @@ -861,14 +895,32 @@ }, }, - filters: { - - } + filters:{ + // 复审意见结果 + getOpinion(value){ + switch (value) { + case 1: + return 'Accept' + break; + case 2: + return 'Reject' + break; + case 3: + return 'Revison' + break; + } + }, + }, }; diff --git a/src/components/page/articleReviewerDetail.vue b/src/components/page/articleReviewerDetail.vue index 94fcca8..99938c3 100644 --- a/src/components/page/articleReviewerDetail.vue +++ b/src/components/page/articleReviewerDetail.vue @@ -9,10 +9,11 @@Comments:
Comments:
+ Response time: {{item.stime|formatDatehms}} +
+
+ If you agree to disclose your name, we will acknowledge you by name in the published
+ PDF. However, if you prefer to remain anonymous, we will still express our gratitude
+ by thanking you as an anonymous reviewer.
+
For example, {{txt_mess.title}} would like to thank AAAAAAAA, BBBBBBBB, and other anonymous reviewers for their
+ invaluable contributions to the peer review process of this paper.
+