|
@@ -49,7 +49,7 @@
|
49
|
49
|
<template>
|
50
|
50
|
<span v-if="row.ad_report_order_status == '成功' && row.supplement_status == 0" class="c-A5A5A5 pointer fWeight600 disabled">已回传</span>
|
51
|
51
|
<span v-else-if="row.ad_report_order_status == '成功' && row.supplement_status == 1" class="c-A5A5A5 pointer fWeight600 disabled">已补单</span>
|
52
|
|
- <span v-else-if="row.order_status != 4 && row.predict_commission_fee > 0" class="c-00B38A pointer fWeight600" @click="onClickReport(row)">补单</span>
|
|
52
|
+ <span v-else-if="row.order_status != 4 && (row.predict_commission_fee > 0 || row.payment_amount >= 1000)" class="c-00B38A pointer fWeight600" @click="onClickReport(row)">补单</span>
|
53
|
53
|
</template>
|
54
|
54
|
</div>
|
55
|
55
|
|
|
@@ -126,7 +126,7 @@ export default {
|
126
|
126
|
{ prop: "payment_amount", label: "实际支付金额"},
|
127
|
127
|
{ prop: "predict_commission_fee", label: "预估佣金" },
|
128
|
128
|
{ prop: "payed_time", label: "支付时间", min_width: 160 },
|
129
|
|
- { prop: "predict_report_time", label: "预估回传时间", min_width: 160 },
|
|
129
|
+ // { prop: "predict_report_time", label: "预估回传时间", min_width: 160 },
|
130
|
130
|
{ prop: "order_status_desc", label: "订单状态"},
|
131
|
131
|
// { prop: "goods_name", label: "商品名称"},
|
132
|
132
|
{ prop: "account_id", label: "投放账户", },
|