Blame view

yanshouban/src/views/online/chartAnalysis/index.vue 17.2 KB
6ee6b0b7   杨鑫   '最新'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  <template>
    <div style="padding: 10px;">
      <div
        style="font-weight: bold;font-size: 14px;background-color:#fff;padding: 20px;display:flex;justify-content: space-between;align-items: center">
        <div>图表分析</div>
        <el-form :inline="true"  label-position="left">
          <el-form-item label="选择日期">
            <el-date-picker v-model="Time"   type="daterange"     value-format="yyyy-MM-dd" style="width: 240px;margin-top:5px"
              range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期">
            </el-date-picker>
          </el-form-item>
  <el-form-item>
                <el-button
                  style="background-color: #3F9B6A;color: #fff;"
                  @click="onSubmit"
                  >查询
                </el-button>
                <el-button
                 class="buttonHover"
                   style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;"
                  @click="resetting"
                  >重置
                </el-button>
              </el-form-item>
        </el-form>
      </div>
a6a3878d   杨鑫   最新绿道
27
      <div style="padding: 10px 0;">
6ee6b0b7   杨鑫   '最新'
28
29
30
31
32
33
34
        <div style="display: flex;">
            <div style="width:100%;background-color: #fff;padding:20px 20px 10px 20px;margin-right:20px;">
              <div style="">支付渠道监控</div>
              <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
              <div style="height:350px;width:100%" ref="shopBing">
              </div>
            </div>
a6a3878d   杨鑫   最新绿道
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
  		  <div style="width:100%;background-color: #fff;padding:20px 20px 10px 20px;">
  		    <div>支付笔数分析</div>
  		    <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
  			<div class="card_body">{{transactionSuccessRates.totalSuccessRate}}%</div>
  			
  		    <div style="display:flex;justify-content: space-between;" class="card_tu">
  		      <div style="width:100%;height:15px;position: relative;background-color: #F1F2F5;margin-top: 20px;">
  		         <div style="position: absolute;top: 0;left: 0;background-color: #448EF7;height:15px;" :style="`width:${transactionSuccessRates.thisWeekSuccessRate?transactionSuccessRates.totalSuccessRate:0}%`"></div>
  		      </div>
  		    </div>
  		    <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
  		    <div>
  			   周同比<i class="el-icon-caret-top" v-if="transactionSuccessRates.changeDirection&&transactionSuccessRates.changeDirection=='上升'" style="color:green;padding: 0 5px;"></i><i class="el-icon-caret-top" v-if="transactionSuccessRates.changeDirection&&transactionSuccessRates.changeDirection=='下降'" style="color:red;padding: 0 5px;"></i><span :style="transactionSuccessRates.changeDirection&&transactionSuccessRates.changeDirection=='上升'?'color:green':transactionSuccessRates.changeDirection&&transactionSuccessRates.changeDirection=='下降'?'color:red':''">{{transactionSuccessRates.changeAmount}}</span>
  		    					
  		    </div>
  			<div style="margin-top: 20px;">支付金额分析</div>
  			<div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
  			<div style="font-size: 16px;">
  				<div style="padding: 20px 0;">下单数:{{paymentChannels.paymentQuantity}}</div>
  				<div  style="padding:  0 0 20px 0;">总交易额(元):{{paymentChannels.price}}</div>
  				<div>退款金额(元):{{paymentChannels.refundPrice}}</div>
  			</div>
  			<div style="display: flex;justify-content: space-between;">
  				<!-- <div>退款:{{paymentChannels.paymentQuantity}}</div> -->
  				
  			</div>
  		    </div>
  		  </div>
6ee6b0b7   杨鑫   '最新'
63
64
65
66
67
  
        </div>
  
        <div style="margin-top:20px;">
          <div style="width:100%;background-color: #fff;padding:20px 20px 10px 20px;">
a6a3878d   杨鑫   最新绿道
68
69
            <!-- <div style="">商户交易监控</div> -->
  		  <div style="">支付笔数统计</div>
6ee6b0b7   杨鑫   '最新'
70
71
72
73
74
            <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
            <div style="height:350px;width:100%" ref="jiankong">
            </div>
          </div>
        </div>
a6a3878d   杨鑫   最新绿道
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
  <div style="margin-top:20px;">
          <div style="width:100%;background-color: #fff;padding:20px 20px 10px 20px;">
            <div style="">支付金额统计</div>
            <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
            <div style="height:350px;width:100%" ref="bishu">
            </div>
          </div>
        </div>
  	  <div style="margin-top:20px;">
  	          <div style="width:100%;background-color: #fff;padding:20px 20px 10px 20px;">
  	            <div style="">支付笔数图表化展示</div>
  	            <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
  	            <div style="height:350px;width:100%" ref="zhibi">
  	            </div>
  	          </div>
  	        </div>
  			<div style="margin-top:20px;">
  			        <div style="width:100%;background-color: #fff;padding:20px 20px 10px 20px;">
  			          <div style="">支付金额图表化展示</div>
  			          <div style="background-color: #F4F4F4;height: 2px;margin:20px  0 10px 0"></div>
  			          <div style="height:350px;width:100%" ref="zhijin">
  			          </div>
  			        </div>
  			      </div>
6ee6b0b7   杨鑫   '最新'
99
100
101
102
103
      </div>
    </div>
  </template>
  
  <script>
a6a3878d   杨鑫   最新绿道
104
    import {chartAnalysis,trafficMonitoring} from '../../../api/online.js'
6ee6b0b7   杨鑫   '最新'
105
106
107
108
109
110
111
112
113
114
115
116
    import * as echarts from 'echarts';
    export default {
      data() {
        return {
          currentPage: 1,
          total: 100,
          flag: false,
          pageSize: 10,
          activeName: 'zfb',
          tabTitle: '',
          jiaosucc:78,
        pageindex:{
a6a3878d   杨鑫   最新绿道
117
118
          startTime:"2020-01-01",
          endTime:"2030-12-29"
6ee6b0b7   杨鑫   '最新'
119
        },
a6a3878d   杨鑫   最新绿道
120
121
122
        Time:[],
  	  transactionSuccessRates:{},
  	  paymentChannels:{}
6ee6b0b7   杨鑫   '最新'
123
124
125
126
127
128
129
        }
      },
      computed: {},
      created() {
  
      },
      mounted() {
a6a3878d   杨鑫   最新绿道
130
131
132
133
134
  		const now = new Date();
  		const year = now.getFullYear();
  		const month = String(now.getMonth() + 1).padStart(2, '0')
  		const day = String(now.getDate()).padStart(2, '0')
  		this.pageindex.endTime= `${year}-${month}-${day}`
6ee6b0b7   杨鑫   '最新'
135
        this.getAll()
a6a3878d   杨鑫   最新绿道
136
137
  
  	  
6ee6b0b7   杨鑫   '最新'
138
139
140
      },
      methods: {
        getAll(){
a6a3878d   杨鑫   最新绿道
141
142
143
144
145
146
  		  trafficMonitoring().then(res=>{
  			  this.initChartone(res.data.merchantTrafficChartDisplays)
  			this.initChartTwo(res.data.merchantTrafficChartDisplays)
  			this.kong(res.data.merchantTrafficChartDisplays)
  			this.kongTwo(res.data.merchantTrafficChartDisplays)
  		  })
6ee6b0b7   杨鑫   '最新'
147
        chartAnalysis(this.pageindex).then(res=>{
a6a3878d   杨鑫   最新绿道
148
149
  		  this.transactionSuccessRates = res.data.transactionSuccessRates
  		  this.paymentChannels = res.data.paymentChannels[0]
6ee6b0b7   杨鑫   '最新'
150
               if(res.data.userTraffics &&res.data.paymentChannels ){
a6a3878d   杨鑫   最新绿道
151
                 
6ee6b0b7   杨鑫   '最新'
152
153
154
                 this.shopB(res.data.paymentChannels)
               }else{
                 let data =[]
6ee6b0b7   杨鑫   '最新'
155
156
157
158
159
160
161
162
163
                 this.shopB(data)
               }
  
             })
  
              },
        shopB(datas){
          let Dom = this.$refs.shopBing
          let myChart = echarts.init(Dom)
a6a3878d   杨鑫   最新绿道
164
  		let totalRevenue = datas.reduce((sum, item) => sum + item.price, 0);
6ee6b0b7   杨鑫   '最新'
165
166
167
168
169
170
171
172
173
174
175
176
177
178
     let processedData = datas.map(item => {
       let paymentModeName;
       if (item.paymentMode === 1) {
         paymentModeName = '微信';
       } else {
         paymentModeName = item.paymentMode;
       }
       return {
         name: paymentModeName,
         value: item.paymentQuantity
       }
     })
  
             let option = {
a6a3878d   杨鑫   最新绿道
179
180
181
182
183
                  tooltip: {
                        trigger: 'item',
                        // 设置提示框显示在右侧
                        position: 'right' ,
                    },
6ee6b0b7   杨鑫   '最新'
184
185
186
187
188
189
190
191
192
                 legend: {
                   top: '38%',
                   left: 'right',
                   orient:'vertical'
                 },
                 series: [
                   {
                     name: '营业额',
                     type: 'pie',
a6a3878d   杨鑫   最新绿道
193
                     radius: ['50%', '70%'],
6ee6b0b7   杨鑫   '最新'
194
195
196
197
                     avoidLabelOverlap: false,
                     itemStyle: {
                       borderRadius: 10,
                       borderColor: '#fff',
a6a3878d   杨鑫   最新绿道
198
199
200
201
                       borderWidth: 1,
  					     color: function(params) {
  					                     return 'green';
  					                 }
6ee6b0b7   杨鑫   '最新'
202
203
204
                     },
                     label: {
                       show: false,
6ee6b0b7   杨鑫   '最新'
205
206
207
                     },
                     emphasis: {
                       label: {
a6a3878d   杨鑫   最新绿道
208
                         show: false,
6ee6b0b7   杨鑫   '最新'
209
210
211
212
213
214
215
216
                         fontSize: 40,
                       }
                     },
                     labelLine: {
                       show: false
                     },
                     data:processedData
                   }
a6a3878d   杨鑫   最新绿道
217
218
219
220
221
222
223
224
225
226
227
228
229
230
                 ],
  			     // 在中间添加营业额文本
  			       graphic: [
  			           {
  			               type: 'text',
  			               left: 'center',
  			               top: 'center',
  			               style: {
  			                   text: `营业额${totalRevenue}`,
  			                   fontSize: 20,
  			                   fill: '#333'
  			               }
  			           }
  			       ]
6ee6b0b7   杨鑫   '最新'
231
232
233
234
235
236
237
             }
             option && myChart.setOption(option)
        },
        kong(datas){
                  var chartDom = this.$refs.jiankong
                  var myChart = echarts.init(chartDom)
                  let processedData = datas.map(item => ({
a6a3878d   杨鑫   最新绿道
238
239
                    name: item.time,
                    value: item.num
6ee6b0b7   杨鑫   '最新'
240
241
                  }))
                  const option = {
a6a3878d   杨鑫   最新绿道
242
243
244
245
246
247
248
249
250
251
252
253
254
  					  tooltip: {
  					    trigger: 'axis', // 触发类型,折线图常用 axis
  					    formatter: function (params) {
  					      // params[0] 取第一个系列的数据(这里只有一个系列)
  					      return `销售数:${params[0].value}`; 
  					    }
  					  },
          grid: {  
            top: '5%',
            left: '10%',  // 增大左侧间距,给 X 轴更多显示空间
            right: '10%',
            bottom: '5%',
            containLabel: true
6ee6b0b7   杨鑫   '最新'
255
256
257
          },
  
          xAxis: {
a6a3878d   杨鑫   最新绿道
258
            name: '',
6ee6b0b7   杨鑫   '最新'
259
260
            type: 'category',
            data:processedData.map(item => item.name),
a6a3878d   杨鑫   最新绿道
261
262
263
264
265
266
267
268
269
270
271
  		  axisLabel: { interval: 0 }, // 0=显示所有刻度
  		    axisTick: { interval: 0 },   // 同步显示所有刻度线
  		   label: {
  		        // 自定义文本显示规则
  		        formatter: function (name) {
  		          if (name.length > 3) {  // 超过4字时截断
  		            return `${name.slice(0, 3)}...`;
  		          }
  		          return name;
  		        }
  				}
6ee6b0b7   杨鑫   '最新'
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
          },
  
          yAxis: {
            type: 'value',
            min:0, // 配置 Y 轴刻度最小值
            splitNumber:6,  // 配置 Y 轴数值间隔
          },
  
          series: [
            {
              name: '实际',
              type: 'line',
              symbol: 'circle', // 实心圆点
              smooth: 0.5, // 设置折线弧度
                 data: processedData.map(item => item.value),
            }
          ],
          color: ['#3366CC'] // 三个折线的颜色
       }
                  option && myChart.setOption(option)
        },
a6a3878d   杨鑫   最新绿道
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
  	  kongTwo(datas){
  	             var chartDom = this.$refs.bishu
  	             var myChart = echarts.init(chartDom)
  	             let processedData = datas.map(item => ({
  	        name: item.time,
  	        value: item.price
  	             }))
  	             const option = {
  	  					  tooltip: {
  	  					    trigger: 'axis', // 触发类型,折线图常用 axis
  	  					    formatter: function (params) {
  	  					      // params[0] 取第一个系列的数据(这里只有一个系列)
  	  					      return `销售数:${params[0].value}`; 
  	  					    }
  	  					  },
  	     grid: {  
  	       top: '5%',
  	       left: '10%',  // 增大左侧间距,给 X 轴更多显示空间
  	       right: '10%',
  	       bottom: '5%',
  	       containLabel: true
  	     },
  	  
  	     xAxis: {
  	       name: '',
  	       type: 'category',
  	       data:processedData.map(item => item.name),
  	  		  axisLabel: { interval: 0 }, // 0=显示所有刻度
  	  		    axisTick: { interval: 0 },   // 同步显示所有刻度线
  	  		   label: {
  	  		        // 自定义文本显示规则
  	  		        formatter: function (name) {
  	  		          if (name.length > 3) {  // 超过4字时截断
  	  		            return `${name.slice(0, 3)}...`;
  	  		          }
  	  		          return name;
  	  		        }
  	  				}
  	     },
  	  
  	     yAxis: {
  	       type: 'value',
  	       min:0, // 配置 Y 轴刻度最小值
  	       splitNumber:6,  // 配置 Y 轴数值间隔
  	     },
  	  
  	     series: [
  	       {
  	         name: '实际',
  	         type: 'line',
  	         symbol: 'circle', // 实心圆点
  	         smooth: 0.5, // 设置折线弧度
  	            data: processedData.map(item => item.value),
  	       }
  	     ],
  	     color: ['#3366CC'] // 三个折线的颜色
  	  }
  	             option && myChart.setOption(option)
  	   },
6ee6b0b7   杨鑫   '最新'
352
353
354
355
356
357
358
359
360
       onSubmit() {
         if(this.Time.length!=0){
            this.pageindex.startTime = this.Time[0]
           this.pageindex.endTime = this.Time[1]
             this.getAll()
         }
       },
       resetting(){
         this.pageindex= {
a6a3878d   杨鑫   最新绿道
361
362
363
364
365
366
367
          startTime:"2020-01-01",
        }
  	  const now = new Date();
  	  const year = now.getFullYear();
  	  const month = String(now.getMonth() + 1).padStart(2, '0')
  	  const day = String(now.getDate()).padStart(2, '0')
  	  this.pageindex.endTime= `${year}-${month}-${day}`
6ee6b0b7   杨鑫   '最新'
368
369
370
371
372
373
374
375
         this.Time=[]
         this.getAll()
       },
        handleSizeChange() {
  
        },
        handleCurrentChange() {
  
a6a3878d   杨鑫   最新绿道
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
        },
  	  initChartone(datas) {
  	  	let Dom = this.$refs.zhibi
  	  	let myChart = echarts.init(Dom)
  	  
  	  	const productNames = datas.map(item => item.shopName)
  	  	const salesData = datas.map(item => item.price)
  	  	const option = {
  	  		tooltip: {
  	  			trigger: 'axis',
  	  			axisPointer: {
  	  				type: 'shadow'
  	  			}
  	  		},
  	  		xAxis: {
  	  			type: 'category',
  	  			data: productNames,
  	  		},
  	  		yAxis: {
  	  			type: 'value',
  	  			name: '销售金额'
  	  		},
  	  		series: [{
  	  			color: '#3f9b6a',
  	  			name: '销售金额',
  	  			type: 'bar',
  	  			data: salesData,
  	  		}]
  	  	};
  	  	option && myChart.setOption(option)
  	  	window.addEventListener('resize', function() {
  	  		myChart.resize();
  	  	})
  	  },
  	  initChartTwo(datas) {
  	  			const chartDom = this.$refs.zhijin;
  	  		const myChart = echarts.init(chartDom);
  	  const xData = datas.map(item => item.shopName)
  	  const trafficData = datas.map(item => item.num)
  
  	  		const option = {
  	  			tooltip: {
  	  				trigger: 'axis',
  	  				axisPointer: {
  	  					type: 'shadow'
  	  				}
  	  			},
  	  			xAxis: {
  	  				type: 'category',
  	  				data: xData,
  	  			},
  	  			yAxis: {
  	  				type: 'value',
  	  				name: '销售数量'
  	  			},
  	  			series: [{
  	  				color: '#3f9b6a',
  	  				name: '销售数量',
  	  				type: 'bar',
  	  				data: trafficData,
  	  			}]
  	  		};
  	  		
  	  		myChart.setOption(option);
  	  
  	  		},
6ee6b0b7   杨鑫   '最新'
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
      }
    }
  </script>
  
  <style scoped>
    .zhuti {
      margin-top: 20px;
      /* padding: 10px 20px 20px 20px; */
      /* background-color: #Fff; */
      min-height: calc(100vh - 50px - 20px);
      position: relative;
    }
  
    /deep/ .el-form-item__content {
      line-height: 0;
    }
  
    .tableBtn {
      display: inline-block;
      margin-right: 10px;
    }
  
    ::v-deep .formSearch {
      position: relative;
      margin: 20px 0;
      display: flex;
      width: 100%;
      height: 30px;
      font-size: 12px;
      justify-content: space-between;
  
      .el-form-item__label {
        line-height: 28px;
        font-size: 12px;
        color: #000;
        font-weight: 100;
      }
    }
  
    .greens {
      color: #3F9B6A;
    }
  
    /deep/ .el-table__row {
      font-size: 12px;
    }
  
    .fenye {
      margin-top: 20px;
      display: flex;
      justify-content: flex-start;
      position: relative;
    }
  
    /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active {
      background-color: #3F9B6A;
    }
  
    .el-row {
      margin-bottom: 20px;
    }
  
    :last-child {
      margin-bottom: 0;
    }
  
    .el-col {
      border-radius: 4px;
    }
  
    .bg-purple-dark {
      background: #99a9bf;
    }
  
    .bg-purple {
      background: #d3dce6;
    }
  
    .bg-purple-light {
      background: #e5e9f2;
    }
  
    .grid-content {
      border-radius: 4px;
      min-height: 36px;
    }
  
    .row-bg {
      padding: 10px 0;
      background-color: #f9fafc;
    }
  
    /deep/ .bg-purple[data-v-0e3fe4ec] {
      background: #fff;
      height: 50px;
    }
  
    /deep/ .el-form--label-top .el-form-item__label {
      padding: 0;
    }
  
    .demo-input-suffix {
      display: flex;
      margin-right: 20px;
    }
  
    .pagination {
      text-align: right;
      line-height: 20px;
    }
  
    /deep/ .el-pagination__total {
      margin-top: 4px;
    }
  
    /deep/ .btn-prev {
      position: absolute;
      top: 4px;
      right: 266px;
    }
  
    /deep/ .el-pager {
      position: absolute;
      top: 4px;
      right: 40px;
    }
  
    /deep/ .btn-next {
      position: absolute;
      top: 4px;
      right: 10px;
    }
  
    ::v-deep .btn .el-button:focus,
    .el-button:hover {
      border: 1px solid #3F9B6A;
    }
  
    ::v-deep .el-select .el-input.is-focus .el-input__inner {
      border-color: #3F9B6A
    }
  
    ::v-deep .dialog_css_Xq {
      .el-dialog__header {
        background-color: #fafafa;
  
      }
  
      .el-dialog__title {
        color: #000
      }
    }
  
    ::v-deep .el-tabs__item.is-active {
      color: #3F9B6A;
    }
  
    ::v-deep .el-tabs__active-bar {
      background-color: #3F9B6A;
  
    }
  
a6a3878d   杨鑫   最新绿道
604
605
606
607
608
      .card_body {
        font-size: 24px;
        margin-top: 10px;
        font-weight: 600;
      }
6ee6b0b7   杨鑫   '最新'
609
610
611
612
613
614
615
    .card_tree {
      padding: 20px 20px 10px 20px;
      margin-right: 20px;
      background-color: #fff;
  
      .card_title {
        color: #B0B0B0;
a6a3878d   杨鑫   最新绿道
616
  	  font-size: 16px;
6ee6b0b7   杨鑫   '最新'
617
618
      }
  
6ee6b0b7   杨鑫   '最新'
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
  
      .card_tu {
        height: 80px;
      }
  
      .card_foot {
        color: #B0B0B0;
      }
    }
  
    .card_liuliang {
      margin-top: 20px;
  
      margin-right: 20px;
      display: flex;
  
      .card_title {
        color: #B0B0B0;
        font-size: 12px;
        padding: 15px 0;
      }
  
      .card_body {
        font-size: 24px;
        font-weight: 600;
      }
    }
  </style>