|
|
|
|
@ -336,7 +336,7 @@
|
|
|
|
|
<div id="stocking-stat">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="plan-table"></div>
|
|
|
|
|
<!--<div id="plan-table"></div>-->
|
|
|
|
|
|
|
|
|
|
<div id="inner-bile-by-type"></div>
|
|
|
|
|
<div id="inner-bile-by-hour"></div>
|
|
|
|
|
@ -351,11 +351,11 @@
|
|
|
|
|
let demo = []
|
|
|
|
|
demo.push([1, 2, 3, 4, 5])
|
|
|
|
|
const planWorkOrderTable = new AutoScrollTable(document.getElementById("plan-work-order"), planWorkOrderColumns, {width: ['30%', null, null, null, '17%']})
|
|
|
|
|
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: "生产计划统计",
|
|
|
|
|
scrollInfo: demo
|
|
|
|
|
})
|
|
|
|
|
// 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: "生产计划统计",
|
|
|
|
|
// scrollInfo: demo
|
|
|
|
|
// })
|
|
|
|
|
|
|
|
|
|
const inventoryInfoDataMerger = new DataMerger({
|
|
|
|
|
defaultValue: 0,
|
|
|
|
|
@ -448,11 +448,11 @@
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
autoUpdate('/system/UShellMes/getPlanStats', INTERVAL, data => {
|
|
|
|
|
planTable.loadData(data, null, {
|
|
|
|
|
includeHead: true,
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
// autoUpdate('/system/UShellMes/getPlanStats', INTERVAL, data => {
|
|
|
|
|
// planTable.loadData(data, null, {
|
|
|
|
|
// includeHead: true,
|
|
|
|
|
// });
|
|
|
|
|
// })
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
const shiftBlocks = []
|
|
|
|
|
|