From 186cc1b552f142102b8216f450e3994bc92de1ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BE=90=E5=93=BC=E5=94=A7L?=
Date: Wed, 7 Jun 2023 09:22:26 +0800
Subject: [PATCH] 1
---
src/components/common/Sidebar.vue | 9 +-
src/components/common/common.vue | 8 +-
src/components/page/Dashboard_.vue | 45 +-
src/components/page/articleAdd.vue | 126 ++-
src/components/page/articleDetail.vue | 2 +
src/components/page/articleDetailEditor.vue | 18 +
src/components/page/articleList.vue | 14 +
src/components/page/articleListEditor_0.vue | 14 +
src/components/page/articleListEditor_B1.vue | 147 +++-
src/components/page/articleListEditor_E.vue | 284 ++++++-
.../page/articleProcessRevision.vue | 14 +
src/components/page/articleProcessSwitch.vue | 14 +
src/components/page/articleProcess_.vue | 606 ++++++++++++++
.../{comArtHtml.vue => comArtHtmlCreat.vue} | 313 ++++++--
src/components/page/comArtHtmlEdit.vue | 759 ++++++++++++++++++
src/components/page/disseMRecord.vue | 145 +++-
src/components/page/disseMinate.vue | 304 ++++---
src/components/page/documentView.vue | 441 +++++++++-
src/components/page/guest_articleDetail.vue | 20 +-
src/components/page/guest_articleList.vue | 14 +
src/components/page/journallist.vue | 57 +-
src/components/page/per_text.vue | 2 +-
src/components/page/reviewerList.vue | 40 +-
src/router/index.js | 11 +-
24 files changed, 3062 insertions(+), 345 deletions(-)
create mode 100644 src/components/page/articleProcess_.vue
rename src/components/page/{comArtHtml.vue => comArtHtmlCreat.vue} (63%)
create mode 100644 src/components/page/comArtHtmlEdit.vue
diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue
index 6b4c889..060450d 100644
--- a/src/components/common/Sidebar.vue
+++ b/src/components/common/Sidebar.vue
@@ -72,6 +72,10 @@
{{$t('sidebar.man_ing2')}}
+
{{$t('sidebar.analyp')}}
@@ -332,11 +336,6 @@
index: 'dashboard',
title: this.$t('sidebar.main')
},
- // {
- // icon: 'el-icon-document-copy',
- // index: 'documentView',
- // title: this.$t('sidebar.document'),
- // },
{
icon: 'el-icon-connection',
index: '5',
diff --git a/src/components/common/common.vue b/src/components/common/common.vue
index b4b7667..188fe2f 100644
--- a/src/components/common/common.vue
+++ b/src/components/common/common.vue
@@ -1,9 +1,9 @@
@@ -668,4 +840,100 @@
right: 10px;
top: 10px;
}
+
+ .titHtml {
+ border: 2px dotted #ccc;
+ background-color: #f7f7f7;
+ border-radius: 2px;
+ padding: 0px 20px 20px 20px;
+ margin: 15px 0 0 0;
+ }
+
+ .titHtml>div {
+ letter-spacing: .03em;
+ margin: 15px 0 0 0;
+
+
+
+ }
+
+ .titHtml>div>p {
+ font-size: 14px;
+ line-height: 1.4;
+ min-height: 19px;
+ color: #444;
+ word-break: break-word;
+ font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
+ }
+
+
+
+ .titHtml .MaxPicture {
+ text-align: center;
+ }
+
+ .titHtml .MaxPicture>img {
+ margin-bottom: 10px;
+ }
+
+ .titHtml .MaxPicture>font {
+ display: block;
+ margin: 0 auto;
+ font-size: 13px;
+ }
+
+
+ /deep/.htmlfile .upload-demo {
+ overflow: auto;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload {
+ width: 55px;
+ float: left;
+ margin-left: 5px;
+ border: none;
+ text-align: left;
+ height: 35px;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload {
+ margin-left: 0 !important;
+ width: 150px !important;
+ height: auto !important;
+ text-align: center !important;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload__tip {
+ margin-left: 15px;
+ float: left;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload-list {
+ margin-top: 4px;
+ margin-left: 20px;
+ float: left;
+ width: 35px;
+ display: none;
+ }
+
+
+ /deep/.htmlfile .upload-demo .el-upload-list .el-upload-list__item {
+ width: 30px !important;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload-list .el-upload-list__item:hover {
+ cursor: pointer;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload-list .el-upload-list__item .el-upload-list__item-name {
+ width: 30px;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload-list .el-upload-list__item .el-upload-list__item-status-label {
+ display: none;
+ }
+
+ /deep/.htmlfile .upload-demo .el-upload-list__item:hover .el-icon-close {
+ display: none;
+ }
diff --git a/src/components/page/articleProcessRevision.vue b/src/components/page/articleProcessRevision.vue
index 09284f7..d5a8035 100644
--- a/src/components/page/articleProcessRevision.vue
+++ b/src/components/page/articleProcessRevision.vue
@@ -353,6 +353,18 @@
+ Supplementary Material :
+
+
+
+
+ Uploader : {{item.username}}
+ {{formatDate(item.ctime)}}
+
+
+
+
+
Manuscirpt :
@@ -409,6 +421,7 @@
picturesAndTablesFileList: [],
totalpageFileList: [],
manuscirptFileList: [],
+ supplementaryFileList:[],
};
},
created: function() {
@@ -488,6 +501,7 @@
this.picturesAndTablesFileList = res.picturesAndTables;
this.manuscirptFileList = res.manuscirpt;
this.totalpageFileList = res.totalpage;
+ this.supplementaryFileList = res.supplementary;
})
.catch(err => {
console.log(err);
diff --git a/src/components/page/articleProcessSwitch.vue b/src/components/page/articleProcessSwitch.vue
index 7759687..93c0bf2 100644
--- a/src/components/page/articleProcessSwitch.vue
+++ b/src/components/page/articleProcessSwitch.vue
@@ -150,6 +150,18 @@
+ Supplementary Material :
+
+
+
+
+ Uploader : {{item.username}}
+ {{formatDate(item.ctime)}}
+
+
+
+
+
Manuscirpt :
@@ -190,6 +202,7 @@
picturesAndTablesFileList: [],
totalpageFileList: [],
manuscirptFileList: [],
+ supplementaryFileList: [],
};
},
created: function() {
@@ -258,6 +271,7 @@
this.picturesAndTablesFileList = res.picturesAndTables;
this.manuscirptFileList = res.manuscirpt;
this.totalpageFileList = res.totalpage;
+ this.supplementaryFileList = res.supplementary;
})
.catch(err => {
console.log(err);
diff --git a/src/components/page/articleProcess_.vue b/src/components/page/articleProcess_.vue
new file mode 100644
index 0000000..7669cd5
--- /dev/null
+++ b/src/components/page/articleProcess_.vue
@@ -0,0 +1,606 @@
+
+
+
+
+
+
+
+ Manuscript list
+
+ >> Manuscript process
+
+
+
+
+
ID : {{artMes.accept_sn}}
+
+
+ {{artMes.title}}
+
+
+
+ Status : {{statetostr(artMes.laststate)}}
+ Journal : {{artMes.journalname}}
+
+
+
+
+
+
Manuscript
+ Tracking
+
+
+
+
+
+
+
+
+ {{ statetostr(item.state_to) }}
+ {{formatDate(item.ctime)}}
+
+
+
+
+ Submitted to {{artMes.journalname}}
+
+
+
+ Editorial decision: Major revision
+
+
+
+ In progress
+
+
+
+
+
+
+
+ Decision :
+
+ Upload
+ Major Revision
+
+
+ Upload Major Revision (Completed)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Communication
+
+
+
+
+ Editor :
+
+
+ {{ item.ad_content }}
+
+
{{formatDate(item.ad_ctime)}}
+
+
+
+ Author :
+
+
+ {{ item.ad_content }}
+
+
{{formatDate(item.ad_ctime)}}
+
+
+
+
+
+
+ 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.
+
Please remind our editor in the cover letter if you want your manuscript processed quickly.
+
Please note that manuscripts with at least one of the following characteristics will be
+ included in the
+ journal's manuscript fast track:
+
+ 1.Interest: This manuscript has a novel perspective.
+
+ 2.Importance: This manuscript belongs to the focus area.
+
+ 3.Value: This manuscript belongs to the advanced topic and
+ can attract wide
+ attention.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page/comArtHtml.vue b/src/components/page/comArtHtmlCreat.vue
similarity index 63%
rename from src/components/page/comArtHtml.vue
rename to src/components/page/comArtHtmlCreat.vue
index 60982fb..45b520e 100644
--- a/src/components/page/comArtHtml.vue
+++ b/src/components/page/comArtHtmlCreat.vue
@@ -8,18 +8,30 @@
-
{{detailTitle}}
+
+ {{detailTitle}}
+
-
+
+
+
+ {{item.note}}
+
+
{{item.getnum}}
-
+
-
@@ -27,11 +39,17 @@
-
+
+
+
+ Push Online
+
+
+
-
+
{{exegesis}}
@@ -60,54 +78,59 @@
-
-
+
+
*
Picture :
-
-
+
+
+
+ @click="picStyle.picUrl='';picStyle.titleBot='';picStyle.note='';picStyle.imageUrl='';">
Empty
- Picture Width :
-
+ Picture Width :
+
px
-
![]()
+
{{picStyle.titleBot}}
-
{{picStyle.titleDes}}
+