|
@@ -55,14 +55,26 @@
|
55
|
55
|
<li>
|
56
|
56
|
<img src="@/assets/new_img/sale.png" class="icon" alt="">
|
57
|
57
|
<div class="dataInfo">
|
58
|
|
- <p class="title">本场销量</p>
|
|
58
|
+ <p class="title">本场销量
|
|
59
|
+ <el-tooltip class="item" effect="dark" content="直播销量根据直播过程中库存变化校准得来无法避免人工修改库存情况。仅供参考" placement="bottom">
|
|
60
|
+ <el-button style="padding:0;border:none;background:transparent;vertical-align: initial;">
|
|
61
|
+ <i class="el-icon-warning"></i>
|
|
62
|
+ </el-button>
|
|
63
|
+ </el-tooltip>
|
|
64
|
+ </p>
|
59
|
65
|
<p class="data">{{detailInfo.total_sales||detailInfo.total_sales==0?$NumberHandle(detailInfo.total_sales):"-"}}</p>
|
60
|
66
|
</div>
|
61
|
67
|
</li>
|
62
|
68
|
<li>
|
63
|
69
|
<img src="@/assets/new_img/money.png" class="icon" alt="">
|
64
|
70
|
<div class="dataInfo">
|
65
|
|
- <p class="title">本场销售额</p>
|
|
71
|
+ <p class="title">本场销售额
|
|
72
|
+ <el-tooltip class="item" effect="dark" content="由于销量误差故销售额会略有误差。仅供参考" placement="bottom">
|
|
73
|
+ <el-button style="padding:0;border:none;background:transparent;vertical-align: initial;">
|
|
74
|
+ <i class="el-icon-warning"></i>
|
|
75
|
+ </el-button>
|
|
76
|
+ </el-tooltip>
|
|
77
|
+ </p>
|
66
|
78
|
<p class="data">{{detailInfo.total_sale_money||detailInfo.total_sale_money==0?$NumberHandle(detailInfo.total_sale_money):"-"}}</p>
|
67
|
79
|
</div>
|
68
|
80
|
</li>
|
|
@@ -210,7 +222,13 @@
|
210
|
222
|
<div v-loading="loading">
|
211
|
223
|
<div class="uvBox clear">
|
212
|
224
|
<div class="left" style="margin-top:40px">
|
213
|
|
- <span style="color:#323232;font-size:16px;font-weight:bold">累计销售额</span>
|
|
225
|
+ <div style="color:#323232;font-size:16px;font-weight:bold">累计销售额
|
|
226
|
+ <el-tooltip class="item" effect="dark" content="由于销量误差所以销售额会略有误差,仅供参考" placement="bottom">
|
|
227
|
+ <el-button style="padding:0;border:none;background:transparent;vertical-align: initial;">
|
|
228
|
+ <i class="el-icon-warning"></i>
|
|
229
|
+ </el-button>
|
|
230
|
+ </el-tooltip>
|
|
231
|
+ </div>
|
214
|
232
|
<p class="uvData">{{detailInfo&&(detailInfo.total_sale_money||detailInfo.total_sale_money==0)?$NumberHandle(detailInfo.total_sale_money):'-'}}</p>
|
215
|
233
|
<p class="lookHint">用户平均价值{{detailInfo.per_vistor_transaction||detailInfo.per_vistor_transaction==0?$NumberHandle(detailInfo.per_vistor_transaction,2):'-'}}/人</p>
|
216
|
234
|
</div>
|
|
@@ -236,7 +254,13 @@
|
236
|
254
|
<ul class="data_info_ul">
|
237
|
255
|
<li>
|
238
|
256
|
<span class="data">{{detailInfo&&(detailInfo.total_sales||detailInfo.total_sales==0)?$NumberHandle(detailInfo.total_sales):'-'}}</span>
|
239
|
|
- <p class="dataTitle">累计销量</p>
|
|
257
|
+ <p class="dataTitle">累计销量
|
|
258
|
+ <el-tooltip class="item" effect="dark" content="直播销量根据直播过程中库存变化校准得来无法避免人工修改库存情况。仅供参考" placement="bottom">
|
|
259
|
+ <el-button style="padding:0;border:none;background:transparent;vertical-align: initial;">
|
|
260
|
+ <i class="el-icon-warning"></i>
|
|
261
|
+ </el-button>
|
|
262
|
+ </el-tooltip>
|
|
263
|
+ </p>
|
240
|
264
|
</li>
|
241
|
265
|
<li>
|
242
|
266
|
<span class="data">{{detailInfo&&(detailInfo.per_customer_transaction||detailInfo.per_customer_transaction==0)?$NumberHandle(detailInfo.per_customer_transaction):'-'}}</span>
|
|
@@ -333,12 +357,22 @@
|
333
|
357
|
</div>
|
334
|
358
|
<div class="goods_th_2">
|
335
|
359
|
<div :class="sort_type == 'sales' ? 'common_selected_down' : ''" @click="sortEvent('sales')">
|
|
360
|
+ <el-tooltip class="item" effect="dark" content="直播销量根据直播过程中库存变化校准得来会有误差。仅供参考" placement="bottom">
|
|
361
|
+ <el-button style="padding:0;border:none;background:transparent;vertical-align: initial;">
|
|
362
|
+ <i class="el-icon-warning"></i>
|
|
363
|
+ </el-button>
|
|
364
|
+ </el-tooltip>
|
336
|
365
|
预估销量
|
337
|
366
|
<i class="el-icon-caret-bottom"></i>
|
338
|
367
|
</div>
|
339
|
368
|
</div>
|
340
|
369
|
<div class="goods_th_2">
|
341
|
370
|
<div :class="sort_type == 'sale_money' ? 'common_selected_down' : ''" @click="sortEvent('sale_money')">
|
|
371
|
+ <el-tooltip class="item" effect="dark" content="由于销量误差故销售额会略有误差。仅供参考" placement="bottom">
|
|
372
|
+ <el-button style="padding:0;border:none;background:transparent;vertical-align: initial;">
|
|
373
|
+ <i class="el-icon-warning"></i>
|
|
374
|
+ </el-button>
|
|
375
|
+ </el-tooltip>
|
342
|
376
|
预估销售额
|
343
|
377
|
<i class="el-icon-caret-bottom"></i>
|
344
|
378
|
</div>
|
|
@@ -369,8 +403,12 @@
|
369
|
403
|
{{(item.min_price!=item.max_price)?'~':''}}
|
370
|
404
|
{{item.min_price!=item.max_price?$NumberHandle(item.max_price)+'元':''}}
|
371
|
405
|
</div>
|
372
|
|
- <div :class="['goods_th_2',sort_type == 'sales' ? 'common_selected' : '']">{{item.sales||item.sales==0?$NumberHandle(item.sales):'-'}}</div>
|
373
|
|
- <div :class="['goods_th_2',sort_type == 'sale_money' ? 'common_selected' : '']">{{item.sale_money||item.sale_money==0?$NumberHandle(item.sale_money):'-'}}</div>
|
|
406
|
+ <div :class="['goods_th_2',sort_type == 'sales' ? 'common_selected' : '']">
|
|
407
|
+ <span>{{item.sales?$NumberHandle(item.sales):(item.platform_name!='小商店'&&item.platform_name!='魔筷'&&item.platform_name!='有赞'&&item.platform_name!='拼多多'&&item.platform_name!='京喜'?('商品来源暂不支持'+item.platform_name):'0')}}</span>
|
|
408
|
+ </div>
|
|
409
|
+ <div :class="['goods_th_2',sort_type == 'sale_money' ? 'common_selected' : '']">
|
|
410
|
+ <span>{{item.sale_money?$NumberHandle(item.sale_money):(item.platform_name!='小商店'&&item.platform_name!='魔筷'&&item.platform_name!='有赞'&&item.platform_name!='拼多多'&&item.platform_name!='京喜'?('商品来源暂不支持'+item.platform_name):'0')}}</span>
|
|
411
|
+ </div>
|
374
|
412
|
</div>
|
375
|
413
|
<div v-if="!goodsLoading&&goodsList.length == 0" style="height:400px;padding-top:100px;">
|
376
|
414
|
<img src="@/assets/img/noData.png" style="width:200px;height:200px;margin:20px auto;" alt="">
|
|
@@ -1580,6 +1618,7 @@ export default {
|
1580
|
1618
|
display: flex;
|
1581
|
1619
|
align-items: center;
|
1582
|
1620
|
margin: 21px 0;
|
|
1621
|
+ line-height: 20px;
|
1583
|
1622
|
.goods_th_1{
|
1584
|
1623
|
display: flex;
|
1585
|
1624
|
align-items: center;
|