提交
This commit is contained in:
@@ -831,7 +831,7 @@ export default {
|
||||
article_id: this.article_id
|
||||
})
|
||||
.then((res) => {
|
||||
console.log('res at line 191:', res);
|
||||
|
||||
if (res.code == 0) {
|
||||
this.feeStatus=res.data.state
|
||||
this.isShowCommit=res.data.state==1?true:false
|
||||
@@ -1146,34 +1146,7 @@ export default {
|
||||
return e.stage_year + ' Vol.' + e.stage_vol + ' issue.' + e.stage_no + e.stage_pagename + e.stage_page;
|
||||
},
|
||||
|
||||
// 1----保存稿件信息
|
||||
ZsSaveMes() {
|
||||
if (this.detailMes.journal_stage_id == 0) {
|
||||
this.$message.error('Please select an installment!');
|
||||
return;
|
||||
}
|
||||
this.$refs.Mes_Form.validate((valid) => {
|
||||
if (valid) {
|
||||
this.$api
|
||||
.post('api/Production/editProduction', this.detailMes)
|
||||
.then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.$message.success(`Successfully save the article!`);
|
||||
this.getData();
|
||||
} else {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
this.$message.error(err);
|
||||
});
|
||||
} else {
|
||||
this.$message.error('Please complete Essential Information first!');
|
||||
this.jumpTab(0, this.tabsList[0]);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
// 2----添加作者操作
|
||||
add_Authorclick(index, row) {
|
||||
|
||||
Reference in New Issue
Block a user