删除中间表格

master
夜笙歌 4 years ago
parent 720c956739
commit 931f7fdc11

@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为80
port: 80
port: 8080
servlet:
# 应用的访问路径
context-path: /

@ -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 = []

Loading…
Cancel
Save