|
@@ -108,8 +108,8 @@
|
|
<span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
|
|
<span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
|
|
</template>
|
|
</template>
|
|
<div>
|
|
<div>
|
|
- <a-icon type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'20px',marginRight:'8px',display:'inlineBlock'}"/>
|
|
|
|
- <a-icon v-if="record.customerServiceConfirmOverDay*1>5" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'20px',marginRight:'8px',display:'inlineBlock'}"/>
|
|
|
|
|
|
+ <a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'16px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
|
|
+ <a-icon v-if="record.customerServiceConfirmOverDay*1>5" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'16px',marginRight:'6px',display:'inlineBlock'}"/>
|
|
<span style="vertical-align: top;">未清点</span>
|
|
<span style="vertical-align: top;">未清点</span>
|
|
</div>
|
|
</div>
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
@@ -296,8 +296,8 @@ export default {
|
|
this.queryParam.salesReturnType = undefined
|
|
this.queryParam.salesReturnType = undefined
|
|
this.queryParam.goodFlag = undefined
|
|
this.queryParam.goodFlag = undefined
|
|
this.queryParam.checkflag = undefined
|
|
this.queryParam.checkflag = undefined
|
|
- if(this.advanced){
|
|
|
|
- this.$refs.dealerSubareaScopeList.resetForm()
|
|
|
|
|
|
+ if (this.advanced) {
|
|
|
|
+ this.$refs.dealerSubareaScopeList.resetForm()
|
|
}
|
|
}
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
},
|
|
},
|