819527061@qq.com
2024-01-15 53463931c4bd9ac826f268844e76d2bc40baa2cc
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
27
28
29
30
31
32
33
34
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>唐山市烟草专卖局卷烟零售配送指挥调度平台</title>
<link href="css/zhfx.css" rel="stylesheet" type="text/css">
<link href="css/public.css" rel="stylesheet" type="text/css">
<script src="js/echarts.js"></script>
<script src="js/jquery-1.11.1.min.js"></script>
</head>
 
<body oncontextmenu=self.event.returnValue=false onselectstart="return false">
<div class="top">
  <div class="title">唐山市烟草专卖局卷烟零售配送指挥调度平台</div>
  <div class="nav"><a href="index.html">实时调度</a><a href="aqgl.html">安全管理</a><a href="psfx.html">配送分析</a><a class="active" href="zhfx.html">综合分析</a><a href="yhdz.html">一户多证</a></div>
</div>
<div class="Main">
  <div class="content"> 
    <!--车辆数量-->
    <div class="clsl">
      <div class="l-t"></div>
      <div class="l-b"></div>
      <div class="r-t"></div>
      <div class="r-b"></div>
      <div class="Title"><img src="images/icon_title.png"><span>车辆数量</span></div>
      <div id="CLSL" class="echarts"></div>
      
    </div>
    <!--商户月平均数量-->
    <div class="shypjsl">
      <div class="l-t"></div>
      <div class="l-b"></div>
      <div class="r-t"></div>
      <div class="r-b"></div>
      <div class="Title"><img src="images/icon_title.png"><span>商户月平均数量</span></div>
      <div id="SHYPJSL" class="echarts"></div>
      <script type="text/javascript">
      
    </script> 
    </div>
    <!--配送总条数-->
    <div class="pszts">
      <div class="l-t"></div>
      <div class="l-b"></div>
      <div class="r-t"></div>
      <div class="r-b"></div>
      <div class="Title"><img src="images/icon_title.png"><span>配送总条数</span></div>
      <div id="PSZTS" class="echarts"></div>
      <script type="text/javascript">
      
    </script>
    </div>
    <!--月度户均配送条数-->
    <div class="ydhjpsts">
      <div class="l-t"></div>
      <div class="l-b"></div>
      <div class="r-t"></div>
      <div class="r-b"></div>
      <div class="Title"><img src="images/icon_title.png"><span>月度户均配送条数</span></div>
      <div id="YDHJPSTS" class="echarts"></div>
      <script type="text/javascript">
      
    </script> 
    </div>
  </div>
</div>
</body>
<script type="text/javascript">
 
    //var urls = "http://111.63.178.115:9091/xboot/";
    var urls = "/xboot/";
    //var urls = "http://127.0.0.1:9091/xboot/";
    //var tk = "$vj$xCShfaQRUQlF8lqL1lwWi2auOrkLfkoecRuDWiJXlTnSg1mh6BODfjieo3ncsosjiocew"
    $(function(){
        if(!sessionStorage.getItem("token")){
            window.location.href="https://111.63.178.115:9092/index.html#/login"
        }
        getIndex1();
        getIndex2();
        getIndex3();
        getIndex4();
    });
    
    function getIndex1(){
        $.ajax({
            type: "get",
            url: urls+"pcStatistic2/getCarCount",
            dataType: "json",
            headers: {'accessToken':sessionStorage.getItem("token")},
          success: function (data) {
                if(data.code==200){
                    var result = data.result;
                    // 基于准备好的dom,初始化echarts实例
                      var myChart = echarts.init(document.getElementById('CLSL'));
 
                      // 指定图表的配置项和数据
                      var option = {
                        xAxis: {
                          type: 'category',
                          name: '单位:月',
                          axisTick: {
                            alignWithLabel: true//刻度与标签对其
                          },
                          boundaryGap: true,//左右留白
                          axisLine: {
                            lineStyle: {
                              type: 'solid',
                              color: '#fff', //X轴颜色
                              width: '1' //坐标线的宽度
                            }
                          },
                          axisLabel: {
                            textStyle: {
                              color: '#fff' //坐标值得具体的颜色
                            }
                          },
                          data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
                        },
                        yAxis: {
                          type: 'value',
                          name: '单位:辆',
                          splitLine: {
                            lineStyle: {
                              color: 'rgba(221,221,221,0.2)'//Y轴对应横线的颜色
                            }
                          },
 
                          axisLine: {
                            show: true,
                            lineStyle: {
                              type: 'solid',
                              color: '#fff',//Y轴颜色
                              width: '1'
                            }
                          }
                        },
                        series: [
                          {
                            //data: [10, 22, 28, 23, 19, 22, 28, 23, 19, 22, 28, 23],
                            data: result,
                            type: 'line',
                            smooth: false,//true为曲线展示
                            areaStyle: {
                              color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                                {
                                  offset: 0,
                                  color: 'rgba(41,169,255,1)'//折线渐变面积区域顶部色值
                                },
                                {
                                  offset: 1,
                                  color: 'rgba(41,169,255,0.00)'//折线渐变面积区域底部色值
                                }
                              ])
                            },
                            lineStyle: {
                              color: 'rgba(41,169,255,1)',//折线颜色
                              width: 1
                            },
                            label: {
                              show: true,//显示数据点
                              color: '#fff'
                            },
                            itemStyle: {
                              color: 'rgba(41,169,255,1)'//数据点颜色
                            }
                          }
                        ]
                      };
 
                      // 使用刚指定的配置项和数据显示图表。
                      myChart.setOption(option);
                }
            }
        });
    }
    
    function getIndex2(){
        $.ajax({
            type: "get",
            url: urls+"pcStatistic2/getCustomerCount",
            dataType: "json",
            headers: {'accessToken':sessionStorage.getItem("token")},
            success: function (data) {
                if(data.code==200){
                    var result = data.result;
                    // 基于准备好的dom,初始化echarts实例
                      var myChart = echarts.init(document.getElementById('SHYPJSL'));
 
                      // 指定图表的配置项和数据
                      var option = {
                        xAxis: {
                          type: 'category',
                          name: '单位:月',
                          axisTick: {
                            alignWithLabel: true//刻度与标签对其
                          },
                          boundaryGap: true,//左右留白
                          axisLine: {
                            lineStyle: {
                              type: 'solid',
                              color: '#fff', //X轴颜色
                              width: '1' //坐标线的宽度
                            }
                          },
                          axisLabel: {
                            textStyle: {
                              color: '#fff' //坐标值得具体的颜色
                            }
                          },
                          data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
                        },
                        yAxis: {
                          type: 'value',
                          name: '单位:家',
                          splitLine: {
                            lineStyle: {
                              color: 'rgba(221,221,221,0.2)'//Y轴对应横线的颜色
                            }
                          },
 
                          axisLine: {
                            show: true,
                            lineStyle: {
                              type: 'solid',
                              color: '#fff',//Y轴颜色
                              width: '1'
                            }
                          }
                        },
                        series: [
                          {
                            //data: [10, 22, 28, 23, 19, 22, 28, 23, 19, 22, 28, 23],
                            data: result,
                            type: 'line',
                            smooth: false,//true为曲线展示
                            areaStyle: {
                              color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                                {
                                  offset: 0,
                                  color: 'rgba(113,255,165,1)'//折线渐变面积区域顶部色值
                                },
                                {
                                  offset: 1,
                                  color: 'rgba(113,255,165,0.00)'//折线渐变面积区域底部色值
                                }
                              ])
                            },
                            lineStyle: {
                              color: 'rgba(113,255,165,1)',//折线颜色
                              width: 1
                            },
                            label: {
                              show: true,//显示数据点
                              color: '#fff'
                            },
                            itemStyle: {
                              color: 'rgba(113,255,165,1)'//数据点颜色
                            }
                          }
                        ]
                      };
 
                      // 使用刚指定的配置项和数据显示图表。
                      myChart.setOption(option);
                }
            }
        });
    }
    
    function getIndex3(){
        $.ajax({
            type: "get",
            url: urls+"pcStatistic2/getSendNum",
            dataType: "json",
            headers: {'accessToken':sessionStorage.getItem("token")},
            success: function (data) {
                if(data.code==200){
                    let result = data.result;
                    // 基于准备好的dom,初始化echarts实例
                      var myChart = echarts.init(document.getElementById('PSZTS'));
 
                      // 指定图表的配置项和数据
                      var option = {
                        grid: {
                          left: '0',
                          right: '0',
                          bottom: '0',
                          containLabel: true
                        },
                        xAxis: {
                          axisTick: {
                            alignWithLabel: true //刻度与标签对其
                          },
                          type: 'category',
                          axisLine: {
                            lineStyle: {
                              type: 'solid',
                              color: '#fff', //X轴颜色
                              width: '1' //坐标线的宽度
                            }
                          },
                          axisLabel: {
                            textStyle: {
                              color: '#fff' //坐标值得具体的颜色
                            }
                          },
                          data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
                        },
                        yAxis: {
                          type: 'value',
                          name: '单位:万条',
                          splitLine: {
                            lineStyle: {
                              color: 'rgba(221,221,221,0.2)' //Y轴对应横线的颜色
                            }
                          },
 
                          axisLine: {
                            show: true,
                            lineStyle: {
                              type: 'solid',
                              color: '#fff', //Y轴颜色
                              width: '1'
                            }
                          }
                        },
                        series: [
                          {
                            label: {
                              show: true,
                              position: 'top',
                              color:'#999'
                            },
                            //data: [120, 200, 150, 80, 70, 110, 130, 200, 150, 80, 70, 110],
                            data: result,
                            itemStyle: {
                              color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                                { offset: 0, color: 'rgba(255,0,0,1)' },//柱状图面积区域顶部颜色
                                { offset: 1, color: 'rgba(255,0,0,0.00)' }//柱状图面积区域底部颜色
                              ])
                            },
                            type: 'bar'
                          }
                        ]
                      };
                      // 使用刚指定的配置项和数据显示图表。
                      myChart.setOption(option);
                      
                      getIndex4(result);
                }
            }
        });
    }
    
    function getIndex4(result2){
        for(let i=0;i<result2.length;i++){
            result2[i] = result2[i]*2;
        }
        /* $.ajax({
            type: "get",
            url: urls+"pcStatistic2/getAvgNum",
            dataType: "json",
            success: function (data) {
                if(data.code==200){
                    var result = data.result; */
                    // 基于准备好的dom,初始化echarts实例
                      var myChart = echarts.init(document.getElementById('YDHJPSTS'));
 
                      // 指定图表的配置项和数据
                      var option = {
                        grid: {
                          left: '0',
                          right: '0',
                          bottom: '0',
                          containLabel: true
                        },
                        xAxis: {
                          axisTick: {
                            alignWithLabel: true //刻度与标签对其
                          },
                          type: 'category',
                          axisLine: {
                            lineStyle: {
                              type: 'solid',
                              color: '#fff', //X轴颜色
                              width: '1' //坐标线的宽度
                            }
                          },
                          axisLabel: {
                            textStyle: {
                              color: '#fff' //坐标值得具体的颜色
                            }
                          },
                          data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
                        },
                        yAxis: {
                          type: 'value',
                          name: '单位:条',
                          splitLine: {
                            lineStyle: {
                              color: 'rgba(221,221,221,0.2)' //Y轴对应横线的颜色
                            }
                          },
 
                          axisLine: {
                            show: true,
                            lineStyle: {
                              type: 'solid',
                              color: '#fff', //Y轴颜色
                              width: '1'
                            }
                          }
                        },
                        series: [
                          {
                            label: {
                              show: true,
                              position: 'top',
                              color:'#999'
                            },
                            //data: [120, 200, 150, 80, 70, 110, 130, 200, 150, 80, 70, 110],
                            data: result2,
                            itemStyle: {
                              color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                                { offset: 0, color: 'rgba(255,145,0,1)' },//柱状图面积区域顶部颜色
                                { offset: 1, color: 'rgba(255,145,0,0.00)' }//柱状图面积区域底部颜色
                              ])
                            },
                            type: 'bar'
                          }
                        ]
                      };
                      // 使用刚指定的配置项和数据显示图表。
                      myChart.setOption(option);
                /* }
            }
        }); */
    }
      
    </script> 
</html>