From e5e84697944ee6e52ea1e16e8b8929f81ea16d13 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 16 九月 2022 08:58:48 +0800
Subject: [PATCH] 设备稼动率看板
---
KB_ProductionEquipmentOutputAnalysis.html | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/KB_ProductionEquipmentOutputAnalysis.html b/KB_ProductionEquipmentOutputAnalysis.html
index 238bdd5..754c0a0 100644
--- a/KB_ProductionEquipmentOutputAnalysis.html
+++ b/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%'],
--
Gitblit v1.9.1