|
@@ -110,28 +110,28 @@
|
|
bordered>
|
|
bordered>
|
|
<!-- 超时环节提示 -->
|
|
<!-- 超时环节提示 -->
|
|
<template slot="tip" slot-scope="text, record">
|
|
<template slot="tip" slot-scope="text, record">
|
|
- <div v-if="record.pickUpAuditDateOverDay">
|
|
|
|
- <a-tooltip placement="top" v-if="record.pickUpAuditDateOverDay*1>=5">
|
|
|
|
|
|
+ <div v-if="record.customerServiceConfirmOverDay">
|
|
|
|
+ <a-tooltip placement="top" v-if="record.customerServiceConfirmOverDay*1>3">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
- <span>已超时{{ record.pickUpAuditDateOverDay }}天(要求销售退货单审核通过后5天内完成提货)</span>
|
|
|
|
|
|
+ <span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
|
|
</template>
|
|
</template>
|
|
<div>
|
|
<div>
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
- <a-icon v-if="record.pickUpAuditDateOverDay*1>10" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
|
|
- <span style="vertical-align: top;">未退货</span>
|
|
|
|
|
|
+ <a-icon v-if="record.customerServiceConfirmOverDay*1>5" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
|
|
+ <span style="vertical-align: top;">未清点</span>
|
|
</div>
|
|
</div>
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
<span v-else>--</span>
|
|
<span v-else>--</span>
|
|
</div>
|
|
</div>
|
|
- <div v-if="record.customerServiceConfirmOverDay">
|
|
|
|
- <a-tooltip placement="top" v-if="record.customerServiceConfirmOverDay*1>3">
|
|
|
|
|
|
+ <div v-if="!record.customerServiceConfirmOverDay&&record.pickUpAuditDateOverDay">
|
|
|
|
+ <a-tooltip placement="top" v-if="record.pickUpAuditDateOverDay*1>=5">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
- <span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
|
|
|
|
|
|
+ <span>已超时{{ record.pickUpAuditDateOverDay }}天(要求销售退货单审核通过后5天内完成提货)</span>
|
|
</template>
|
|
</template>
|
|
<div>
|
|
<div>
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
- <a-icon v-if="record.customerServiceConfirmOverDay*1>5" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
|
|
- <span style="vertical-align: top;">未清点</span>
|
|
|
|
|
|
+ <a-icon v-if="record.pickUpAuditDateOverDay*1>10" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
|
|
+ <span style="vertical-align: top;">未退货</span>
|
|
</div>
|
|
</div>
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
<span v-else>--</span>
|
|
<span v-else>--</span>
|