Merge remote-tracking branch 'origin/develop_new' into develop_new

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