修改流程
This commit is contained in:
@@ -294,9 +294,9 @@ export default {
|
||||
releaseTime: [
|
||||
{required: true, message: "请选择计划标准发布日期", trigger: "change"}
|
||||
],
|
||||
FSDName: [
|
||||
{ required: true, validator: validateFsOnlineFile, trigger: 'blur' }
|
||||
],
|
||||
// FSDName: [
|
||||
// { required: true, validator: validateFsOnlineFile, trigger: 'blur' }
|
||||
// ],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
@@ -658,6 +658,7 @@ export default {
|
||||
this.isSubmit = false
|
||||
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
|
||||
json.prcId = this.$route.query.prcId
|
||||
|
||||
this.processCreateFsBuss(json)
|
||||
}
|
||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||
|
||||
@@ -3249,6 +3249,7 @@ export default {
|
||||
}
|
||||
this.form.standSort = processForm.bussSort
|
||||
this.form.planId = processForm.esPlanId
|
||||
|
||||
this.nowEsId = processForm.nowEsId
|
||||
this.form.reviseStatus = processForm.reviseStatus
|
||||
this.form.standName = processForm.esName
|
||||
|
||||
Reference in New Issue
Block a user