|
|
|
|
@ -18,6 +18,9 @@
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
|
|
.hide-scrollbar .autoscroll-table td:nth-child(6n + 2){
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.mid {
|
|
|
|
|
background: url(../img/mid.png) no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
@ -368,7 +371,7 @@
|
|
|
|
|
$('#occupancy').html(html)
|
|
|
|
|
}
|
|
|
|
|
const planWorkOrderColumns = [
|
|
|
|
|
"序号", "型号","计划数量", "完成数量", "完成率", "时间",
|
|
|
|
|
"序号", "型号","计划数量", "完成数量", "生产进度", "开始时间",
|
|
|
|
|
]
|
|
|
|
|
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"), [], {
|
|
|
|
|
|