| | |
| | | '<span style="color:#09d8f2;">任务数量</span>', |
| | | '<span style="color:#09d8f2;">合格数量</span>', |
| | | '<span style="color:#09d8f2;">不良数量</span>', |
| | | '<span style="color:#09d8f2;">工废数量</span>', |
| | | '<span style="color:#09d8f2;">料废数量</span>', |
| | | |
| | | '<span style="color:#09d8f2;">工序顺序</span>', |
| | | '<span style="color:#09d8f2;">工序编码</span>', |
| | | '<span style="color:#09d8f2;">工序名称</span>', |
| | | '<span style="color:#09d8f2;">完成进度(%)</span>' |
| | | ], |
| | | // '<span style="color:#09d8f2;">工废数量</span>', |
| | | // '<span style="color:#09d8f2;">料废数量</span>', |
| | | data: [ |
| | | // ['<span style="color:#37a2da;">行1列1</span>', '行1列2', '行1列3'], |
| | | // [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], |
| | |
| | | // [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] |
| | | |
| | | ], |
| | | // index: true, |
| | | columnWidth: [200, 140, 150, 290, 130, 130, 130, 130, 130, 130, 130, 130, 130], |
| | | align: ['center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center'] |
| | | // index: true, 130, 130, |
| | | columnWidth: [200, 140, 350, 350, 130, 130, 130, 130, 130, 130, 130], |
| | | align: ['center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center', 'center'] |
| | | // carousel: 'page' |
| | | } |
| | | |
| | |
| | | i.plan_qty, |
| | | i.good_qty, |
| | | `<span style="color: red;">${i.ng_qty}</span>`, |
| | | `<span style="color: red;">${i.laborbad_qty}</span>`, |
| | | `<span style="color: red;">${i.materielbad_qty}</span>`, |
| | | |
| | | i.seq, |
| | | i.step_code, |
| | | i.step_name, |
| | | parseFloat(i.schedule.toFixed(2)) |
| | | ] |
| | | ) |
| | | // `<span style="color: red;">${i.laborbad_qty}</span>`, |
| | | // `<span style="color: red;">${i.materielbad_qty}</span>`, |
| | | this.$refs['scrollBoardTop'].updateRows(this.configTableTop.data) |
| | | } |
| | | }) |