重复流程修改

This commit is contained in:
zyx.net
2022-11-22 17:37:38 +08:00
parent 97ab07449e
commit 057853f197
4 changed files with 25 additions and 21 deletions
@@ -3257,6 +3257,7 @@ export default {
this.form.QCDWID = processForm.unit
this.form.QCRBUSSID = processForm.drafter
this.form.QCRBUSS = processForm.drafterName
this.form.SYCXCLASS = processForm.area
if(processForm.type == '1'){
this.esId1 = processForm.esId1
this.esId2 = processForm.esId2
@@ -431,7 +431,6 @@ export default {
props: ['message'],
data(){
const validateFsOnlineFile = async (rule, value, callback) => {
debugger
if(this.qbfsForm.LXD){
let fileObj = await this.processEditFile(this.qbfsForm.LXD)
if (fileObj) {
@@ -887,7 +887,7 @@ export default {
})
}
this.$router.push({ path: "/processCenter?tabsName=ProcessCenter" });
this.isSubmit = false;
// this.isSubmit = false;
}
});
}
@@ -895,7 +895,7 @@ export default {
// }
// })
}
this.isSubmit = false
// this.isSubmit = false
}, e => {
});
} else {
@@ -318,17 +318,6 @@ export default {
verifySarStandard: true,
}
})
}else if(mes.taskInfo === '技术标准起草') {
this.$router.push({
name: 'qbzxdjhgkStep6',
query:{
type: '25',
prcId: row.prcId,
processName: mes.taskInfo,
bpnId: id,
verifySarStandard: true,
}
})
}else if (mes.taskInfo === '企标编写汇总'){
this.$router.push({
name: 'bussLibrary3',
@@ -909,14 +898,29 @@ export default {
break
//企标制修订计划管控
case '25':
this.$router.push({
name: 'qbzxdjhgkStep1',
query: {
type: '25',
processName: '企标制修订计划管控',
bpnId: id
if(mes !== null && mes.taskInfo !== null && mes.taskInfo !== undefined) {
if (mes.taskInfo === '技术标准起草'){
this.$router.push({
name: 'qbzxdjhgkStep6',
query: {
type: '25',
processName: '企标制修订计划管控',
bpnId: id,
verifySarStandard: true,
}
})
}else {
this.$router.push({
name: 'qbzxdjhgkStep1',
query: {
type: '25',
processName: '企标制修订计划管控',
bpnId: id
}
})
}
})
}
break
//企标制修订立项计划
case '26':