删除中间表格

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

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

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

Loading…
Cancel
Save