修改数据请求

master
夜笙歌 4 years ago
parent c829fe058b
commit a363af9f45

@ -351,7 +351,7 @@
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"), planWorkOrderColumns, {
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

Loading…
Cancel
Save