yangle
2022-09-16 e5e84697944ee6e52ea1e16e8b8929f81ea16d13
KB_ProductionEquipmentOutputAnalysis.html
@@ -383,9 +383,9 @@
                hours = [];
                hoursqty = [];
                closeprogress = 0;  //完工率
                linename = [];  //流水线数组
                lineorderqty = [];  //流水线当天订单总任务数量数组
                lineordercloseqty = [];  //流水线当天订单总完成数量数组
                LineName = [];  //流水线数组
                LineOrderQty = [];  //流水线当天订单总任务数量数组
                LineOrderCloseQty = [];  //流水线当天订单总完成数量数组
                week = 0;  //本周分析
                month = 0; //本月分析
                Chart(mychart1, mychart2, mychart3, mychart4, mychart5);
@@ -393,7 +393,7 @@
            setInterval(function () {
                //num+=1;
                //$("#tb_order").bootstraptable('refreshoptions',{offset:num});  // pagenumber:1, 指定页码为第1页
                $("#tb_order").bootstraptable('refresh');
                $("#tb_order").bootstrapTable('refresh');
            }, 10000);
            //根据窗口的大小变动图表 --- 重点
            window.onresize = function () {
@@ -650,6 +650,8 @@
                            }
                        },
                        axisLabel: {
                            interval: 0, //控制X轴刻度全部显示
                            rotate: 45, //倾斜角度
                            show: true,
                            textStyle: {
                                color: '#00c6ff', //坐标值得具体的颜色
@@ -740,7 +742,7 @@
                color: colorList,
                series: [
                    {
                        name: '姓名',
                        name: '占比',
                        type: 'pie',
                        radius: [50, 80],
                        center: ['50%', '50%'],
@@ -808,7 +810,7 @@
                color: colorList,
                series: [
                    {
                        name: '姓名',
                        name: '占比',
                        type: 'pie',
                        radius: [50, 80],
                        center: ['50%', '50%'],