Browse Source

fix: 任何状态都可以审批,没有驳回操作

master
zengqinyuan 3 weeks ago
parent
commit
d40602481f
  1. 2
      src/pages/sparePartsApplication/detail.vue

2
src/pages/sparePartsApplication/detail.vue

@ -38,7 +38,7 @@
</view>
<view class="footer" v-if="from == 3 || from == 2">
<view class="btns">
<button class="reset" @click="reject" v-if="(from==2&&$auth.hasPermi('eam:item-apply-request-main:role0APP'))||(from==3&&$auth.hasPermi('eam:item-apply-request-main:role1APP'))">驳回</button>
<!-- <button class="reset" @click="reject" v-if="(from==2&&$auth.hasPermi('eam:item-apply-request-main:role0APP'))||(from==3&&$auth.hasPermi('eam:item-apply-request-main:role1APP'))">驳回</button>-->
<button class="sure" @click="agree" :loading='loading' :disabled='loading' v-if="(from==2&&$auth.hasPermi('eam:item-apply-request-main:role0APP'))||(from==3&&$auth.hasPermi('eam:item-apply-request-main:role1APP'))">通过</button>
</view>
<view style="height: constant(safe-area-inset-bottom); height: env(safe-area-inset-bottom);"></view>

Loading…
Cancel
Save