This commit is contained in:
zhutianqi
2022-02-10 10:59:52 +08:00
parent 6298b447a4
commit f627a87a05
2 changed files with 13 additions and 14 deletions
@@ -434,10 +434,9 @@
newArr.push(arr[a]) newArr.push(arr[a])
} }
this.tableData = newArr this.tableData = newArr
this.form.hzfileId = data.hzfileId || data.form.hzfileId this.form.hzfileId = data.form ? data.form.hzfileId : (data.hzfileId ? hzfileId : '')
this.form.hzfileName = data.hzfileName || data.form.hzfileName this.form.hzfileName = data.form ? data.form.hzfileName : (data.hzfileName ? hzfileName : '')
this.newDocUser = data.form ? data.form.docUser : data.docUser this.newDocUser = data.form ? data.form.docUser : data.docUser
this.commentText5 = data.commentText5 || ''
this.json = data || data.form this.json = data || data.form
}).catch(e => { }).catch(e => {
}) })
@@ -782,7 +782,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '意见审批(经理、研发副总裁)') { } else if (row.taskInfo === '意见审批') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep4-1', name: 'bzzqyjStep4-1',
query: { query: {
@@ -793,7 +793,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '管理员(起草节点一个人)') { } else if (row.taskInfo === '管理员') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep4-2', name: 'bzzqyjStep4-2',
query: { query: {
@@ -815,7 +815,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '会签(选择会签人部长)') { } else if (row.taskInfo === '会签') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep6', name: 'bzzqyjStep6',
query: { query: {
@@ -826,7 +826,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '审核(李部、会签人部长)') { } else if (row.taskInfo === '审核') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep7', name: 'bzzqyjStep7',
query: { query: {
@@ -837,7 +837,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '审定(阚主任、技术委员会相关专委会主任/研究总院职能部门领导)' ) { } else if (row.taskInfo === '审定' ) {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep8', name: 'bzzqyjStep8',
query: { query: {
@@ -848,7 +848,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '批准(工程研究总院院长批准、标准法规主管副院长)') { } else if (row.taskInfo === '批准') {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep9', name: 'bzzqyjStep9',
query: { query: {
@@ -1168,7 +1168,7 @@ export default {
} }
break break
case '9': case '9':
if (row.taskInfo === '选择执行人') { if (row.taskInfo === '选择责任人') {
this.$router.push({ this.$router.push({
name: 'bzjdStep2', name: 'bzjdStep2',
query: { query: {
@@ -1179,7 +1179,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '填写解读分析') { } else if (row.taskInfo === '解读') {
this.$router.push({ this.$router.push({
name: 'bzjdStep3', name: 'bzjdStep3',
query: { query: {
@@ -1190,7 +1190,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '责任人审核') { } else if (row.taskInfo === '审核') {
this.$router.push({ this.$router.push({
name: 'bzjdStep4', name: 'bzjdStep4',
query: { query: {
@@ -1201,7 +1201,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '工程师审核') { } else if (row.taskInfo === '管理员') {
this.$router.push({ this.$router.push({
name: 'bzjdStep5', name: 'bzjdStep5',
query: { query: {
@@ -1212,7 +1212,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo === '部长审批') { } else if (row.taskInfo === '批') {
this.$router.push({ this.$router.push({
name: 'bzjdStep6', name: 'bzjdStep6',
query: { query: {