c910520f by zhaoqian

更正的地方添加ywbsm

1 parent b4b8ea69
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
372 </div> 372 </div>
373 </div> 373 </div>
374 <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> 374 <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag">
375 <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'">终止</el-button> 375 <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'||workFlowphase == 'zdfg'">终止</el-button>
376 <el-button type="primary" @click="thzd" v-show="rollbackDetails.length>0">退回</el-button> 376 <el-button type="primary" @click="thzd" v-show="rollbackDetails.length>0">退回</el-button>
377 <el-button type="primary" @click="submitZDxx" :disabled="disabled" v-if="!workFlowState">提交</el-button> 377 <el-button type="primary" @click="submitZDxx" :disabled="disabled" v-if="!workFlowState">提交</el-button>
378 <el-button type="primary" @click="shzd" v-if="workFlowState">审核</el-button> 378 <el-button type="primary" @click="shzd" v-if="workFlowState">审核</el-button>
...@@ -521,6 +521,7 @@ ...@@ -521,6 +521,7 @@
521 getActivityDetail(params).then(res => { 521 getActivityDetail(params).then(res => {
522 this.workFlowData= res; 522 this.workFlowData= res;
523 this.workFlowphase = res.properties.phase; 523 this.workFlowphase = res.properties.phase;
524 console.log(this.workFlowphase,"this.workFlowphase")
524 this.rollbackDetails = res.rollbackDetails; 525 this.rollbackDetails = res.rollbackDetails;
525 this.workFlowState = res.workitemInstance.apps.some(function(item) { 526 this.workFlowState = res.workitemInstance.apps.some(function(item) {
526 return item == 'shenpibiao'; 527 return item == 'shenpibiao';
......