复审批准新加企标-产品标准起草节点
This commit is contained in:
@@ -582,9 +582,9 @@ export default {
|
|||||||
_formData.append('infoJson', json)
|
_formData.append('infoJson', json)
|
||||||
processCreateFsBuss(_formData).then(res => {
|
processCreateFsBuss(_formData).then(res => {
|
||||||
if (res.result === '操作成功' || res.data === '入库成功') {
|
if (res.result === '操作成功' || res.data === '入库成功') {
|
||||||
if(this.qbfsForm.standSort && this.qbfsForm.standSort.indexOf("Q/QCBFC") !== -1){
|
// if(this.qbfsForm.standSort && this.qbfsForm.standSort.indexOf("Q/QCBFC") !== -1){
|
||||||
this.routerBussProStand()
|
// this.routerBussProStand()
|
||||||
}
|
// }
|
||||||
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
|
||||||
@@ -641,6 +641,11 @@ export default {
|
|||||||
this.isSubmit = true
|
this.isSubmit = true
|
||||||
this.saveLoading = true
|
this.saveLoading = true
|
||||||
this.qbfsForm.commentText = this.commentText
|
this.qbfsForm.commentText = this.commentText
|
||||||
|
// if(this.qbfsForm.standSort && this.qbfsForm.standSort.indexOf("Q/QCBFC") !== -1){
|
||||||
|
// this.qbfsForm.qcflag = 0
|
||||||
|
// }else{
|
||||||
|
// this.qbfsForm.qcflag = 1
|
||||||
|
// }
|
||||||
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,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -717,6 +717,18 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}else if (row.taskInfo === '产品标准起草'){
|
||||||
|
this.$router.push({
|
||||||
|
name: 'bussFs6',
|
||||||
|
query: {
|
||||||
|
taskIds: row.taskIds,
|
||||||
|
prcId: row.prcId,
|
||||||
|
prcNum: row.prcNum,
|
||||||
|
prcName: row.prcName,
|
||||||
|
prcType: row.prcType,
|
||||||
|
bpnId:row.id
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case '2':
|
case '2':
|
||||||
|
|||||||
@@ -2122,6 +2122,15 @@ const routes = [
|
|||||||
title: '企标复审流程'
|
title: '企标复审流程'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/bussFs6',
|
||||||
|
name: 'bussFs6',
|
||||||
|
component: () => import('@/pages/processCenter/pages/creatProcess/qbfs/step6.vue'),
|
||||||
|
meta: {
|
||||||
|
requireAuth: true,
|
||||||
|
title: '企标复审流程'
|
||||||
|
}
|
||||||
|
},
|
||||||
//企标复审流程
|
//企标复审流程
|
||||||
{
|
{
|
||||||
path: '/qbfsStep1',
|
path: '/qbfsStep1',
|
||||||
|
|||||||
Reference in New Issue
Block a user