This commit is contained in:
zhutianqi
2021-12-14 15:39:53 +08:00
parent 207aef88d4
commit 8cc883a025
3 changed files with 6 additions and 6 deletions
@@ -3,7 +3,7 @@
<!-- 标准调研流程--> <!-- 标准调研流程-->
<ProcessHeader toggle> <ProcessHeader toggle>
<template slot="proName">标准征求意见流程</template> <template slot="proName">标准征求意见流程</template>
<template slot="proNode">技术管理中心主任审定</template> <template slot="proNode">技术委员会相关专委会主任/研究总院职能部门领导技术管理中心主任审定</template>
</ProcessHeader> </ProcessHeader>
<div class="headerTabs"> <div class="headerTabs">
<div class="headerTabsItem" :class="active === '1' ? 'active' : ''" @click="handleTabs('1')">基础信息</div> <div class="headerTabsItem" :class="active === '1' ? 'active' : ''" @click="handleTabs('1')">基础信息</div>
@@ -390,7 +390,7 @@ export default {
} else { } else {
this.isSubmit = true this.isSubmit = true
var json = this.json var json = this.json
json.actionFlag = 0 json.directorFlag = '0'
json.commentText = this.commentText json.commentText = this.commentText
this.$http.post('lawss/activiti/completeTask', { this.$http.post('lawss/activiti/completeTask', {
json: JSON.stringify(json), json: JSON.stringify(json),
@@ -409,7 +409,7 @@ export default {
if (this.commentText) { if (this.commentText) {
this.isSubmit = true this.isSubmit = true
var json = this.json var json = this.json
json.actionFlag = 1 json.directorFlag = '0'
json.commentText = this.commentText json.commentText = this.commentText
this.$http.post('lawss/activiti/completeTask', { this.$http.post('lawss/activiti/completeTask', {
json: JSON.stringify(json), json: JSON.stringify(json),
@@ -390,7 +390,7 @@ export default {
} else { } else {
this.isSubmit = true; this.isSubmit = true;
var json = this.json; var json = this.json;
json.actionFlag = 0; json.presidentFlag = '0';
json.commentText = this.commentText; json.commentText = this.commentText;
this.$http.post("lawss/activiti/completeTask", { this.$http.post("lawss/activiti/completeTask", {
json: JSON.stringify(json), json: JSON.stringify(json),
@@ -409,7 +409,7 @@ export default {
if (this.commentText) { if (this.commentText) {
this.isSubmit = true; this.isSubmit = true;
var json = this.json; var json = this.json;
json.actionFlag = 1; json.presidentFlag = '1';
json.commentText = this.commentText; json.commentText = this.commentText;
this.$http.post("lawss/activiti/completeTask", { this.$http.post("lawss/activiti/completeTask", {
json: JSON.stringify(json), json: JSON.stringify(json),
@@ -669,7 +669,7 @@ export default {
prcType: row.prcType prcType: row.prcType
} }
}) })
} else if (row.taskInfo.indexOf('技术委员会相关专委会主任') == 0 ) { } else if (row.taskInfo === '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任审定' ) {
this.$router.push({ this.$router.push({
name: 'bzzqyjStep8', name: 'bzzqyjStep8',
query: { query: {