自然幢和宗地的终止条件
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -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'||workFlowphase == 'zdfg'">终止</el-button> | 375 | <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'||workFlowphase == 'zdfg'||workFlowphase == 'fwsxbg'">终止</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> | ... | ... |
... | @@ -282,7 +282,7 @@ | ... | @@ -282,7 +282,7 @@ |
282 | </div> | 282 | </div> |
283 | </div> | 283 | </div> |
284 | <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | 284 | <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> |
285 | <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'">终止</el-button> | 285 | <el-button type="primary" @click="lczz" v-show="workFlowphase == 'modify'||workFlowphase == 'fwsxbg'">终止</el-button> |
286 | <el-button type="primary" @click="thzrz" v-show="rollbackDetails.length>0">退回</el-button> | 286 | <el-button type="primary" @click="thzrz" v-show="rollbackDetails.length>0">退回</el-button> |
287 | <el-button type="primary" @click="onSubmit" :disabled="disabled" v-if="!workFlowState">提交</el-button> | 287 | <el-button type="primary" @click="onSubmit" :disabled="disabled" v-if="!workFlowState">提交</el-button> |
288 | <el-button type="primary" @click="shzrz" v-if="workFlowState">审核</el-button> | 288 | <el-button type="primary" @click="shzrz" v-if="workFlowState">审核</el-button> | ... | ... |
-
Please register or sign in to post a comment