|
@@ -15,6 +15,7 @@
|
|
|
<!-- 审核通过'green' 审核拒绝 'orange' 待审核'yellow' -->
|
|
<!-- 审核通过'green' 审核拒绝 'orange' 待审核'yellow' -->
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+ <!-- 审核状态 -->
|
|
|
<template #applystatus="{ text }">
|
|
<template #applystatus="{ text }">
|
|
|
<a>{{ getApplyStatusName(text) }}</a>
|
|
<a>{{ getApplyStatusName(text) }}</a>
|
|
|
</template>
|
|
</template>
|
|
@@ -63,6 +64,9 @@
|
|
|
<template #applyname="{ record }">
|
|
<template #applyname="{ record }">
|
|
|
<span>{{ formatValue(record.applyname) }}</span>
|
|
<span>{{ formatValue(record.applyname) }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <template #warehousename="{record}">
|
|
|
|
|
+ {{record.warehousecode}}
|
|
|
|
|
+ </template>
|
|
|
|
|
|
|
|
<!-- 款项记录 款项类型为退款 则金额使用deductamount-->
|
|
<!-- 款项记录 款项类型为退款 则金额使用deductamount-->
|
|
|
</a-table>
|
|
</a-table>
|