This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -19,15 +19,15 @@
</p>
<!-- <p style="color: #7f8790;margin: 10px 0 0 0;">Follow the progress of your submission.</p> -->
<div class="tit_head">
This submission is <b>{{statetostr(artMes.laststate)}}</b>
at <b style="letter-spacing: -0.5px;">{{artMes.journalname}}.</b>
Status : <b style="margin: 0 50px 0 0;">{{statetostr(artMes.laststate)}}</b>
Journal : <b>{{artMes.journalname}}</b>
</div>
<el-row :gutter="30">
<el-col :span="15">
<div class="process_new">
<!-- <p style="width: 100%;height: 1px;background-color: #eee;margin: 35px 0 30px 0;"></p> -->
<h2 style="font-size: 18px;margin: 0 0 10px 0;float: left;letter-spacing: -0.8px;">Manuscript process</h2>
<h2 style="font-size: 18px;margin: 0 0 10px 0;float: left;letter-spacing: -0.8px;">Manuscript Tracking</h2>
<!-- <div class="radio" style="float: right;">
<el-radio-group v-model="reverse">
<el-radio-button :label="false">Ascending</el-radio-button>
@@ -43,29 +43,33 @@
<font>{{ statetostr(item.state_to) }}</font>
<!-- 提交 -->
<font v-if="item.state_to==-1">
: <b style="margin-left: 5px;">First submitted to {{artMes.journalname}}</b>
<!-- : <font style="margin-left: 5px;">First submitted to <b>{{artMes.journalname}}</b></font> -->
</font>
<!-- 给编辑 -->
<font v-if="item.state_to==1">
: <b style="margin-left: 5px;"> Submission checks complete</b>
<!-- : <b style="margin-left: 5px;"> Submission checks complete</b> -->
</font>
<!-- 审查中 -->
<font v-if="item.state_to==2">
: <b style="margin-left: 5px;"> Editor assigned</b>
<!-- : <b style="margin-left: 5px;"> Editor assigned</b> -->
</font>
<!-- 拒绝 -->
<font v-if="item.state_to==3">
<!-- : <b> Reject manuscript</b> -->
</font>
<!-- 修改 -->
<font v-if="item.state_to==4">
:
<router-link :to="{path:'/articleProcessRevision',query:{id:artMes.article_id}}" v-if="item.back==1">
<b style="margin-left: 5px;color: #006699;text-decoration: underline;">Major revision</b>
<b style="margin-left: 5px;color: #006699;text-decoration: underline;">Upload Major Revision</b>
</router-link>
<b style="margin-left: 5px;color: #888;text-decoration: underline;" v-if="item.back==0">
Major revision (Completed)
Upload Major Revision (Completed)
</b>
</font>
<!-- 接收 -->
<font v-if="item.state_to==5">
: <b style="margin-left: 5px;"> Successfully received manuscript</b>
<!-- : <b style="margin-left: 5px;"> Successfully received manuscript</b> -->
</font>
</p>
</el-card>
@@ -97,7 +101,7 @@
Communication
</h2>
<div v-for="item in talkMsgs" class="kuang_communtion_conmt">
<div v-if="item.username != userName" class="talk_aued">
<div v-if="item.user_id != artMes.user_id" class="talk_aued">
<p>
Editor :
</p>
@@ -106,7 +110,7 @@
</el-card>
<b>{{formatDate(item.ad_ctime)}}</b>
</div>
<div v-if="item.username == userName" class="talk_aued talk_edit">
<div v-if="item.user_id == artMes.user_id" class="talk_aued talk_edit">
<p>
Author :
</p>
@@ -119,13 +123,43 @@
<div class="kuang_communtion_input">
<p v-if="talkMsgs"></p>
<el-input type="textarea" rows="3" v-model="msgform.ad_content" placeholder="Editor messages" resize="none"></el-input>
<div class="kuang_communtion_input_text">
Dear Author, through this window, you can have informal
<span class="text_bor_ghu">
<el-input type="textarea" rows="3" v-model="msgform.ad_content" placeholder="You can initiate short conversations with the editor."
resize="none"></el-input>
<el-button type="primary" @click="saveMsg">Send</el-button>
</div>
</span>
<font style="font-size: 12px;color: #999;padding:12px 5px 0 5px;display: block;">
This column is served as an instant correspondence between the editor and authors, aiming to acquire a faster
way of communication than E-Mail. If you have any questions, please start the instant corresponding, and the
editors will reply to you in 24 hours.
<br>
<font style="color: #006699;">Please Attention</font>
<br>
<font style="color: #006699;">1.</font> If you need to send files as attachments, please send them to
tmr@tmrjournals.com
<br>
<font style="color: #006699;">2.</font> Please do not upload the primary documents like the cover letter, the
reply to the reviewer comments,
etc.
</font>
</div>
</div>
<p style="line-height: 20px;color: #999;padding: 0 15px 0 15px;">
We encourage authors to upload a Cover Letter file and make sure the Highlights part in the main manuscript is
after the abstract and keywords. That will help authors let editors quickly obtain information and evaluate the
scientific value of their research correctly.
<br>Please remind our editor in the cover letter if you want your manuscript processed quickly.
<br>Please note that manuscripts with at least one of the following characteristics will be included in the
journal's manuscript fast track:
<br>
<font style="color: #006699;">1.Interest:</font> This manuscript has a novel perspective.
<br>
<font style="color: #006699;">2.Importance:</font> This manuscript belongs to the focus area.
<br>
<font style="color: #006699;">3.Value:</font> This manuscript belongs to the advanced topic and can attract wide
attention.
</p>
</el-col>
</el-row>
@@ -182,7 +216,6 @@
},
methods: {
//初始化文章信息
initarticle() {
this.$api
@@ -216,7 +249,7 @@
res.msg[i].icon = 'el-icon-document'
}
if (res.msg[i].state_to == 3) {
res.msg[i].color = '#f3170f'
res.msg[i].color = '#888'
res.msg[i].icon = 'el-icon-close'
}
if (res.msg[i].state_to == 4) {
@@ -263,7 +296,6 @@
});
},
formatDate(timestamp) {
var date = new Date(timestamp * 1000); //时间戳为10位需*1000时间戳为13位的话不需乘1000
var Y = date.getFullYear() + '-';
@@ -298,7 +330,7 @@
let str = '';
switch (mystate) {
case -1:
str = 'Manuscript Submission';
str = 'Submitted';
break;
case 0:
str = 'Received';
@@ -319,7 +351,7 @@
str = 'Accepted';
break;
case 6:
str = 'Fininal decision';
str = 'Pre-accept';
break;
default:
str = 'error!!';
@@ -340,7 +372,7 @@
frag = 'Case report';
break;
case 'P':
frag = 'Research proposal';
frag = 'Research proposal';
break;
case 'N':
frag = 'News';
@@ -363,6 +395,9 @@
case 'RP':
frag = 'Report';
break;
case 'LR':
frag = 'Letter';
break;
case 'EF':
frag = 'Empirical formula';
break;
@@ -384,6 +419,12 @@
case 'CS':
frag = 'Case Series';
break;
case 'RT':
frag = 'Retraction';
break;
case 'MR':
frag = 'Mini Review';
break;
default:
frag = 'Others';
}
@@ -430,7 +471,7 @@
/* background-color: #fcfcfc; */
}
.tit_head b:nth-child(1) {
.tit_head b {
color: #006699;
/* text-decoration: underline; */
}