修改流程

This commit is contained in:
zyx.net
2022-11-24 17:05:34 +08:00
parent 6739f9ff32
commit f8047c1eec
3 changed files with 5 additions and 3 deletions
@@ -294,9 +294,9 @@ export default {
releaseTime: [ releaseTime: [
{required: true, message: "请选择计划标准发布日期", trigger: "change"} {required: true, message: "请选择计划标准发布日期", trigger: "change"}
], ],
FSDName: [ // FSDName: [
{ required: true, validator: validateFsOnlineFile, trigger: 'blur' } // { required: true, validator: validateFsOnlineFile, trigger: 'blur' }
], // ],
}, },
} }
}, },
@@ -658,6 +658,7 @@ export default {
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 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'})
@@ -3249,6 +3249,7 @@ export default {
} }
this.form.standSort = processForm.bussSort this.form.standSort = processForm.bussSort
this.form.planId = processForm.esPlanId 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