Merge remote-tracking branch 'origin/develop_new' into develop_new
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
this.isSubmit = false
|
||||
})
|
||||
} else {
|
||||
this.$message.warning('请输入反馈意见')
|
||||
this.$message.warning('请输入审批意见')
|
||||
}
|
||||
},
|
||||
getData() {
|
||||
|
||||
@@ -415,7 +415,7 @@
|
||||
this.isSubmit = false
|
||||
})
|
||||
} else {
|
||||
this.$message.warning('请输入反馈意见')
|
||||
this.$message.warning('请输入审批意见')
|
||||
}
|
||||
},
|
||||
getData() {
|
||||
|
||||
@@ -434,12 +434,15 @@ export default {
|
||||
this.dataList.map(item => {
|
||||
delete item.termsConditions
|
||||
})
|
||||
this.dataList.forEach(item => {
|
||||
if(item.implementer){
|
||||
comFlag = true
|
||||
return
|
||||
}
|
||||
})
|
||||
console.log( this.dataList)
|
||||
// this.dataList.forEach(item => {
|
||||
// if(item.implementer){
|
||||
// comFlag = true
|
||||
// return
|
||||
// }
|
||||
// })
|
||||
if(this.dataList.every(item => item.implementer)) comFlag = true
|
||||
|
||||
if(!comFlag){
|
||||
this.$message.warning('请选择落实人')
|
||||
}else{
|
||||
@@ -520,11 +523,13 @@ export default {
|
||||
this.selectProject = data
|
||||
},
|
||||
choiceZRRS(row, type, index) {
|
||||
let _index = this.dataList.findIndex(item => item.id===row.id&&item.projectName===row.projectName)
|
||||
localStorage.setItem('selectProject', JSON.stringify(this.selectProject))
|
||||
this.type = type;
|
||||
if (type === 1) {
|
||||
this.nodeList2 = [];
|
||||
this.lsIndex = index;
|
||||
// this.lsIndex = index;
|
||||
this.lsIndex = _index;
|
||||
if (row.implementerId) {
|
||||
this.nodeList2 = row.implementerId.split(",");
|
||||
} else {
|
||||
|
||||
@@ -1337,7 +1337,8 @@ export default {
|
||||
}, res => {
|
||||
if (res.success) {
|
||||
if (this.formTongGuo.approvalOpinion == "1") {
|
||||
this.$message.warning("驳回成功");
|
||||
// this.$message.warning("驳回成功");
|
||||
this.$message.success("驳回成功");
|
||||
this.isSubmit = false;
|
||||
this.formTongGuo.commentText = "";
|
||||
// 流程提交之后,应该流转至待办任务页面
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
<ProcessTitle v-show="verifySarStandard">
|
||||
<template slot="title">过程稿件</template>
|
||||
</ProcessTitle>
|
||||
<div class="prc-content-border" v-show="verifySarStandard">
|
||||
<div class="prc-content-border process-manuscript" v-show="verifySarStandard">
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled">
|
||||
@@ -1016,4 +1016,7 @@ export default {
|
||||
/deep/ .fileClass{
|
||||
line-height: 22px !important;
|
||||
}
|
||||
.process-manuscript /deep/ .el-form-item__error{
|
||||
right:45px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
<ProcessTitle v-show="verifySarStandard">
|
||||
<template slot="title">过程稿件</template>
|
||||
</ProcessTitle>
|
||||
<div class="prc-content-border" v-show="verifySarStandard">
|
||||
<div class="prc-content-border process-manuscript" v-show="verifySarStandard">
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled">
|
||||
@@ -3315,4 +3315,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.process-manuscript /deep/ .el-form-item__error{
|
||||
right:45px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -2264,7 +2264,10 @@
|
||||
this.$message.success(res.message)
|
||||
}
|
||||
})
|
||||
}})
|
||||
}else{
|
||||
this.$message.warning("请输入意见")
|
||||
}
|
||||
})
|
||||
},
|
||||
busVsFunc(){
|
||||
this.$http.get('sarVppsTree/list', '', {
|
||||
|
||||
@@ -6524,4 +6524,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.search-area /deep/ input.el-input__inner {
|
||||
width: 168px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
this.opinionContent.newText = ''
|
||||
// this.opinionContent.cause = ''
|
||||
this.opinionContent.chapterName = ''
|
||||
this.$message.success(res.message)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user