|
@@ -88,7 +88,7 @@
|
|
<!-- 采购退货单号 -->
|
|
<!-- 采购退货单号 -->
|
|
<template slot="sparePartsReturnNo" slot-scope="text, record">
|
|
<template slot="sparePartsReturnNo" slot-scope="text, record">
|
|
<span v-if="$hasPermissions('B_purchaseReturnDetail')" class="link-bule" @click="handleDetail(record)">{{ record.sparePartsReturnNo }}</span>
|
|
<span v-if="$hasPermissions('B_purchaseReturnDetail')" class="link-bule" @click="handleDetail(record)">{{ record.sparePartsReturnNo }}</span>
|
|
- <span>{{ record.sparePartsReturnNo }}</span>
|
|
|
|
|
|
+ <span v-else>{{ record.sparePartsReturnNo }}</span>
|
|
</template>
|
|
</template>
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
<!-- state 待提交 WAIT_SUBMIT 待审核 WAIT_AUDIT 已完结 FINISH 审核不通过 AUDIT_REJECT -->
|
|
<!-- state 待提交 WAIT_SUBMIT 待审核 WAIT_AUDIT 已完结 FINISH 审核不通过 AUDIT_REJECT -->
|