自动化立体仓库 - WMS系统
#
zjj
2023-11-10 cffbaec750882dd7f4d112d7c735d247e2a961a7
src/main/webapp/views/home/console.html
@@ -10,7 +10,7 @@
    <script type="text/javascript" src="../../static/js/common.js"></script>
    <script type="text/javascript" src="../../static/layui/layui.js"></script>
    <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
    <script type="text/javascript" src="../../static/js/echarts/echarts.min.js"></script>
    <script type="text/javascript" src="../../static/js/echarts/echarts.min.5.4.3.js"></script>
    <script type="text/javascript" src="../../static/js/echarts/highcharts.js"></script>
    <style>
        body {
@@ -153,21 +153,31 @@
            success:function(res){
                var data = res.data;
                var dataPie=eval(data.rows);
                var chart = {
                Highcharts.chart('pie', {
                    chart: {
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    plotShadow: false
                };
                var title = {
                        plotShadow: false,
                        type: 'pie'
                    },
                    title: {
                    text: '库位使用比例',
                    margin:1,
                    style: {fontSize: '18px',color: '#777',fontWeight: 'bold'},
                    y: 5
                };
                var tooltip = {
                    },
                    credits:{
                        enabled:false
                    },
                    tooltip: {
                    pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
                };
                var plotOptions = {
                    },
                    legend:{
                        align:'right',
                        labelFormat:'{name}:{y}'
                    },
                    plotOptions: {
                    pie: {
                        allowPointSelect: true,
                        cursor: 'pointer',
@@ -177,30 +187,20 @@
                            style: {
                                color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'
                            }
                        }
                    }
                };
                var series= [{
                    type: 'pie',
                    name: '库位占比',
                    data: dataPie
                }];
                var loading = {
                    hideDuration: 3,
                    showDuration: 3
                };
                var json = {};
                json.chart = chart;
                json.title = title;
                json.tooltip = tooltip;
                json.series = series;
                json.plotOptions = plotOptions;
                json.loading = loading;
                json.credits = {enabled: false};
                $('#pie').highcharts(json);
                            },
                            showInLegend: true,
                        }
                    },
                    series: [{
                        name: '库位占比',
                        colorByPoint: true,
                        data: dataPie
                    }]
                });
            },
            error:function(){
                // 错误处理
            }
        });
    }
@@ -216,21 +216,30 @@
            success:function(res){
                var data = res.data;
                var dataPie=eval(data.rows);
                var chart = {
                Highcharts.chart('pie2', {
                    chart: {
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    plotShadow: false
                };
                var title = {
                        plotShadow: false,
                        type: 'pie'
                    },
                    title: {
                    text: '库位使用比例',
                    margin:1,
                    style: {fontSize: '18px',color: '#777',fontWeight: 'bold'},
                    y: 5
                };
                var tooltip = {
                    },
                    credits:{
                        enabled:false
                    },
                    tooltip: {
                    pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
                };
                var plotOptions = {
                    },
                    legend:{
                        align:'right',
                        labelFormat:'{name}:{y}'
                    },
                    plotOptions: {
                    pie: {
                        allowPointSelect: true,
                        cursor: 'pointer',
@@ -240,27 +249,16 @@
                            style: {
                                color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'
                            }
                            },
                            showInLegend: true
                        }
                    }
                };
                var series= [{
                    type: 'pie',
                    },
                    series: [{
                    name: '库位占比',
                        colorByPoint: true,
                    data: dataPie
                }];
                var loading = {
                    hideDuration: 3,
                    showDuration: 3
                };
                var json = {};
                json.chart = chart;
                json.title = title;
                json.tooltip = tooltip;
                json.series = series;
                json.plotOptions = plotOptions;
                json.loading = loading;
                json.credits = {enabled: false};
                $('#pie2').highcharts(json);
                    }]
                });
            },
            error:function(){
@@ -278,21 +276,30 @@
            success:function(res){
                var data = res.data;
                var dataPie=eval(data.rows);
                var chart = {
                Highcharts.chart('pie3', {
                    chart: {
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    plotShadow: false
                };
                var title = {
                        plotShadow: false,
                        type: 'pie'
                    },
                    title: {
                    text: '库位使用比例',
                    margin:1,
                    style: {fontSize: '18px',color: '#777',fontWeight: 'bold'},
                    y: 5
                };
                var tooltip = {
                    },
                    credits:{
                        enabled:false
                    },
                    tooltip: {
                    pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
                };
                var plotOptions = {
                    },
                    legend:{
                        align:'right',
                        labelFormat:'{name}:{y}'
                    },
                    plotOptions: {
                    pie: {
                        allowPointSelect: true,
                        cursor: 'pointer',
@@ -302,27 +309,16 @@
                            style: {
                                color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'
                            }
                            },
                            showInLegend: true
                        }
                    }
                };
                var series= [{
                    type: 'pie',
                    },
                    series: [{
                    name: '库位占比',
                        colorByPoint: true,
                    data: dataPie
                }];
                var loading = {
                    hideDuration: 3,
                    showDuration: 3
                };
                var json = {};
                json.chart = chart;
                json.title = title;
                json.tooltip = tooltip;
                json.series = series;
                json.plotOptions = plotOptions;
                json.loading = loading;
                json.credits = {enabled: false};
                $('#pie3').highcharts(json);
                    }]
                });
            },
            error:function(){
@@ -340,21 +336,30 @@
            success:function(res){
                var data = res.data;
                var dataPie=eval(data.rows);
                var chart = {
                Highcharts.chart('pie4', {
                    chart: {
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    plotShadow: false
                };
                var title = {
                        plotShadow: false,
                        type: 'pie'
                    },
                    title: {
                    text: '库位使用比例',
                    margin:1,
                    style: {fontSize: '18px',color: '#777',fontWeight: 'bold'},
                    y: 5
                };
                var tooltip = {
                    },
                    credits:{
                        enabled:false
                    },
                    tooltip: {
                    pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
                };
                var plotOptions = {
                    },
                    legend:{
                        align:'right',
                        labelFormat:'{name}:{y}'
                    },
                    plotOptions: {
                    pie: {
                        allowPointSelect: true,
                        cursor: 'pointer',
@@ -364,27 +369,16 @@
                            style: {
                                color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'
                            }
                            },
                            showInLegend: true
                        }
                    }
                };
                var series= [{
                    type: 'pie',
                    },
                    series: [{
                    name: '库位占比',
                        colorByPoint: true,
                    data: dataPie
                }];
                var loading = {
                    hideDuration: 3,
                    showDuration: 3
                };
                var json = {};
                json.chart = chart;
                json.title = title;
                json.tooltip = tooltip;
                json.series = series;
                json.plotOptions = plotOptions;
                json.loading = loading;
                json.credits = {enabled: false};
                $('#pie4').highcharts(json);
                    }]
                });
            },
            error:function(){
@@ -402,21 +396,30 @@
            success:function(res){
                var data = res.data;
                var dataPie=eval(data.rows);
                var chart = {
                Highcharts.chart('pie5', {
                    chart: {
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    plotShadow: false
                };
                var title = {
                        plotShadow: false,
                        type: 'pie'
                    },
                    title: {
                    text: '库位使用比例',
                    margin:1,
                    style: {fontSize: '18px',color: '#777',fontWeight: 'bold'},
                    y: 5
                };
                var tooltip = {
                    },
                    credits:{
                        enabled:false
                    },
                    tooltip: {
                    pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
                };
                var plotOptions = {
                    },
                    legend:{
                        align:'right',
                        labelFormat:'{name}:{y}'
                    },
                    plotOptions: {
                    pie: {
                        allowPointSelect: true,
                        cursor: 'pointer',
@@ -426,27 +429,16 @@
                            style: {
                                color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'
                            }
                            },
                            showInLegend: true
                        }
                    }
                };
                var series= [{
                    type: 'pie',
                    },
                    series: [{
                    name: '库位占比',
                        colorByPoint: true,
                    data: dataPie
                }];
                var loading = {
                    hideDuration: 3,
                    showDuration: 3
                };
                var json = {};
                json.chart = chart;
                json.title = title;
                json.tooltip = tooltip;
                json.series = series;
                json.plotOptions = plotOptions;
                json.loading = loading;
                json.credits = {enabled: false};
                $('#pie5').highcharts(json);
                    }]
                });
            },
            error:function(){
@@ -464,21 +456,30 @@
            success:function(res){
                var data = res.data;
                var dataPie=eval(data.rows);
                var chart = {
                Highcharts.chart('pie6', {
                    chart: {
                    plotBackgroundColor: null,
                    plotBorderWidth: null,
                    plotShadow: false
                };
                var title = {
                        plotShadow: false,
                        type: 'pie'
                    },
                    title: {
                    text: '库位使用比例',
                    margin:1,
                    style: {fontSize: '18px',color: '#777',fontWeight: 'bold'},
                    y: 5
                };
                var tooltip = {
                    },
                    credits:{
                        enabled:false
                    },
                    tooltip: {
                    pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
                };
                var plotOptions = {
                    },
                    legend:{
                        align:'right',
                        labelFormat:'{name}:{y}'
                    },
                    plotOptions: {
                    pie: {
                        allowPointSelect: true,
                        cursor: 'pointer',
@@ -488,27 +489,16 @@
                            style: {
                                color: (Highcharts.theme && Highcharts.theme.contrastTextColor) || 'black'
                            }
                            },
                            showInLegend: true
                        }
                    }
                };
                var series= [{
                    type: 'pie',
                    },
                    series: [{
                    name: '库位占比',
                        colorByPoint: true,
                    data: dataPie
                }];
                var loading = {
                    hideDuration: 3,
                    showDuration: 3
                };
                var json = {};
                json.chart = chart;
                json.title = title;
                json.tooltip = tooltip;
                json.series = series;
                json.plotOptions = plotOptions;
                json.loading = loading;
                json.credits = {enabled: false};
                $('#pie6').highcharts(json);
                    }]
                });
            },
            error:function(){