diff --git a/src/api/index.js b/src/api/index.js
index fa6d863..525753d 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -5,7 +5,7 @@ import qs from 'qs'
// axios全局配置
-axios.defaults.timeout = 1000 * 6 * 2; // 超时时间
+axios.defaults.timeout = 1000 * 6 * 10 * 3; // 超时时间
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'; // 配置请求头
@@ -19,8 +19,8 @@ const service = axios.create({
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
- baseURL: '/api', //本地
- // baseURL: '/', //正式
+ // baseURL: '/api', //本地
+ baseURL: '/', //正式
});
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index b12b8e1..66e9d7c 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -29,7 +29,7 @@ a {
position: absolute;
left: 260px;
right: 0;
- top: 40px;
+ top: 60px;
bottom: 0;
padding-bottom: 30px;
-webkit-transition: left .3s ease-in-out;
diff --git a/src/components/common/common.vue b/src/components/common/common.vue
index 92a15a2..18adfb4 100644
--- a/src/components/common/common.vue
+++ b/src/components/common/common.vue
@@ -9,6 +9,10 @@ const baseUrl = '/';
// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
// const baseUrl = '/api'
+// const mediaUrl = 'http://tougaotest.tmrjournals.com/public/';
+// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
+// const baseUrl = '/api'
+
//本地(正式环境 )
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue
index cf88858..41a2557 100644
--- a/src/components/page/articleDetailEditor.vue
+++ b/src/components/page/articleDetailEditor.vue
@@ -656,7 +656,13 @@
Reviewer {{ reviewerIndex + 1 }}
-
+ Re-review
|
@@ -672,14 +678,15 @@
>( {{ iken.rated }} )
Detail
|
-
-
+ |
+
+
Minor
Major
reject and resubmission
- Reject
+ Reject
+
+
+ Detail
+
+
+
|
-
+ |
- Reject
Revision
No reply
+
+ Detail
@@ -843,8 +866,8 @@
{{ iken.realname }}
- Detail
@@ -1726,7 +1749,31 @@ export default {
}
},
methods: {
-
+ crateRevision(item) {
+ // 二次询问
+ this.$confirm('Do you want to send a review invitation?', 'Tip', {
+ type: 'warning'
+ })
+ .then(() => {
+ 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.getFinalList()
+ } else {
+ this.$message.error(res.msg);
+ }
+ })
+ .catch((err) => {
+ console.log(err);
+ });
+ })
+ .catch(() => {});
+ },
handleClickFinal(data) {
this.finalDecisionData={...data}
@@ -1900,12 +1947,12 @@ this.FinalDecisionVisible=true
// console.log('maxItem at line 2142:', maxItem.repeat.length)
return maxItem && maxItem.repeat ? maxItem.repeat.length : 0;
},
- handleClick(item,type) {
+ handleClick(item,type,repeatItem) {
this.reviewerDetail=item
this.reviewerVisible=true
this.$nextTick(()=>{
- this.$refs.reviewerDetail.init(item.art_rev_id,type)
+ this.$refs.reviewerDetail.init(item.art_rev_id,type,repeatItem)
})
@@ -1932,14 +1979,7 @@ this.FinalDecisionVisible=true
this.finalList = [...res.data.final_review];
this.reviewList = res.data.review;
if(this.finalList.length > 0) {
- console.log('this.finalList.length at line 1829:', this.finalList.map(item => item.id))
- // this.$api
- // .post('api/Workbench/updateArticleState', {
- // article_id: this.editform.articleId,
- // act_id: this.finalList.map(item => item.id),
- // type: '3',
- // account: localStorage.getItem('U_name')
- // })
+
}
}
}
@@ -2858,7 +2898,7 @@ this.FinalDecisionVisible=true
}
.art_author_ {
- padding: 20px 0;
+ padding: 15px 20px !important;
}
.art_author_ > h2 {
diff --git a/src/components/page/articleListEditor_A.vue b/src/components/page/articleListEditor_A.vue
index 891bb12..e0aeba9 100644
--- a/src/components/page/articleListEditor_A.vue
+++ b/src/components/page/articleListEditor_A.vue
@@ -879,6 +879,16 @@
{{ currentArticleData.title }}
+
+
@@ -921,13 +931,13 @@
>( {{ iken.rated }} )
Detail
|
-
+ |
-
-
+
+
+
Average score : {{ avegeCount(reviewList) }}
+
+
+
+
+
+
|