修改流程
This commit is contained in:
@@ -588,7 +588,6 @@ export default {
|
|||||||
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
|
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
|
||||||
let taskId = {
|
let taskId = {
|
||||||
id: this.$route.query.bpnId,
|
id: this.$route.query.bpnId,
|
||||||
prcId: this.$route.query.prcId,
|
|
||||||
}
|
}
|
||||||
taskDel(taskId).then(res=>{
|
taskDel(taskId).then(res=>{
|
||||||
return res
|
return res
|
||||||
@@ -658,6 +657,7 @@ 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'})
|
||||||
|
|||||||
@@ -3248,7 +3248,7 @@ export default {
|
|||||||
processForm.reviseStatus = '2'
|
processForm.reviseStatus = '2'
|
||||||
}
|
}
|
||||||
this.form.standSort = processForm.bussSort
|
this.form.standSort = processForm.bussSort
|
||||||
this.form.planId = processForm.nowEsId
|
this.form.planId = processForm.esPlanId
|
||||||
this.nowEsId = processForm.nowEsId
|
this.nowEsId = processForm.nowEsId
|
||||||
this.form.reviseStatus = processForm.reviseStatus
|
this.form.reviseStatus = processForm.reviseStatus
|
||||||
this.form.standName = processForm.esName
|
this.form.standName = processForm.esName
|
||||||
|
|||||||
Reference in New Issue
Block a user