|
|
@ -95,7 +95,7 @@ |
|
|
|
</view> |
|
|
|
<view class="footer"> |
|
|
|
<view class="btns" |
|
|
|
v-if="(data.status == 'COMPLETED' || data.status =='APPLYPASS' || data.status =='APPLYREJECTED')&& ((type=='DEVICE'&&auth.hasPermi('eam:device-spot-inspection-record-main:orderClickVerifyAPP'))||(type=='MOLD'&&auth.hasPermi('eam:mold-spot-inspection-record-main:orderClickVerifyAPP'))||(type=='TECH'&&auth.hasPermi('eam:tech-spot-inspection-record-main:orderClickVerifyAPP')))"> |
|
|
|
v-if="data.status == 'COMPLETED'&& ((type=='DEVICE'&&auth.hasPermi('eam:device-spot-inspection-record-main:orderClickVerifyAPP'))||(type=='MOLD'&&auth.hasPermi('eam:mold-spot-inspection-record-main:orderClickVerifyAPP'))||(type=='TECH'&&auth.hasPermi('eam:tech-spot-inspection-record-main:orderClickVerifyAPP')))"> |
|
|
|
<u-button type="primary" @click="orderClickVerify()" :loading='loading' |
|
|
|
:disabled='loading'>验证</u-button> |
|
|
|
</view> |
|
|
|