修改流程
This commit is contained in:
@@ -646,6 +646,7 @@ export default {
|
|||||||
// }else{
|
// }else{
|
||||||
// this.qbfsForm.qcflag = 1
|
// this.qbfsForm.qcflag = 1
|
||||||
// }
|
// }
|
||||||
|
this.qbfsForm.prcId = this.$route.query.prcId
|
||||||
let json = JSON.stringify(this.qbfsForm);
|
let json = JSON.stringify(this.qbfsForm);
|
||||||
this.$http.post('lawss/activiti/completeTask', {
|
this.$http.post('lawss/activiti/completeTask', {
|
||||||
taskIds: this.$route.query.taskIds,
|
taskIds: this.$route.query.taskIds,
|
||||||
@@ -657,8 +658,6 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.isSubmit = false
|
this.isSubmit = false
|
||||||
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
|
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
|
||||||
json.prcId = this.$route.query.prcId
|
|
||||||
|
|
||||||
this.processCreateFsBuss(json)
|
this.processCreateFsBuss(json)
|
||||||
}
|
}
|
||||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||||
|
|||||||
Reference in New Issue
Block a user