添加订单可视化看板

master
夜笙歌 4 years ago
parent 5b19f283a2
commit 18a6159190

@ -95,6 +95,7 @@
.autoscroll-table td {
font-size: 0.75vw;
white-space:nowrap;
}
.autoscroll-table caption {

@ -355,7 +355,7 @@
const planWorkOrderColumns = [
"序号", "型号","计划数量", "完成数量", "完成率", "时间",
]
const planWorkOrderTable = new AutoScrollTable(document.getElementById("plan-work-order"), planWorkOrderColumns, {width: ['10%','35%', '12%', '12%', '11%', '20%']})
const planWorkOrderTable = new AutoScrollTable(document.getElementById("plan-work-order"), planWorkOrderColumns, {width: ['10%','40%', '10%', '10%', '10%', '20%']})
// const planTable = new AutoScrollTable(document.getElementById("plan-table"), [], {
// width: ['15%', '5%', null, null, null, null, null, null, null, null, null, null, null, null, null, null, "5%", "5%", "5%"],
// caption: "生产计划统计",
@ -495,7 +495,6 @@
//formatter: '{b1}: {c1}',
},
legend: {
show: true,
show: true,
top: 0,
textStyle: {

Loading…
Cancel
Save