| | |
| | | <el-table-column |
| | | prop="xh" |
| | | label="序号" |
| | | width="50" |
| | | width="60" |
| | | /> |
| | | |
| | | <el-table-column |
| | |
| | | <el-table-column |
| | | prop="pfsj" |
| | | label="派发时间" |
| | | width="160" |
| | | width="140" |
| | | /> |
| | | <el-table-column |
| | | prop="" |
| | | label="销售订单号" |
| | | width="160" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="加工单号" |
| | | width="160" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="产品名称" |
| | | width="100" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="任务数量" |
| | | width="100" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="完工数量" |
| | | width="100" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="不良数量" |
| | | width="100" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="完成率" |
| | | width="80" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="预计开始" |
| | | width="140" |
| | | /> <el-table-column |
| | | prop="" |
| | | label="预计结束" |
| | | width="140" |
| | | /> |
| | | </el-table> |
| | | </div> |
| | |
| | | <el-table-column |
| | | prop="xh" |
| | | label="序号" |
| | | width="50" |
| | | width="60" |
| | | /> |
| | | <el-table-column |
| | | prop="cx" |
| | | width="144" |
| | | width="165" |
| | | label="产线" |
| | | /> |
| | | <el-table-column |
| | | prop="cp" |
| | | width="160" |
| | | width="120" |
| | | label="产品" |
| | | /> |
| | | <el-table-column |
| | |
| | | padding: '10px 0', |
| | | textAlign: 'center', |
| | | color: '#07acc2', |
| | | border: 'none' |
| | | // fontSize: '16px' |
| | | border: 'none', |
| | | fontSize: '18px' |
| | | } |
| | | }, |
| | | cellStyle() { |
| | |
| | | textAlign: 'center', |
| | | backgroundColor: '#000', |
| | | color: '#fff', |
| | | border: 'none' |
| | | // fontSize: '16px' |
| | | border: 'none', |
| | | fontSize: '18px' |
| | | } |
| | | } |
| | | } |
| | |
| | | <style lang="scss" scoped> |
| | | $main_color: #09d8f2; |
| | | $color01: #00FFFF; |
| | | .lineContent { |
| | | height: 435px; |
| | | border: 1px solid $main_color; |
| | | border-radius: 5px; |
| | | padding: 2px; |
| | | } |
| | | |
| | | .horn { |
| | | background: linear-gradient($color01, $color01) left top, |
| | | linear-gradient($color01, $color01) left top, |
| | | linear-gradient($color01, $color01) right top, |
| | | linear-gradient($color01, $color01) right top, |
| | | linear-gradient($color01, $color01) left bottom, |
| | | linear-gradient($color01, $color01) left bottom, |
| | | linear-gradient($color01, $color01) right bottom, |
| | | linear-gradient($color01, $color01) right bottom; |
| | | background-repeat: no-repeat; |
| | | background-size: 2px 20px, 20px 2px; |
| | | } |
| | | |
| | | .tableData { |
| | | background: #000; |
| | | } |
| | | |
| | | .el-table::before{ |
| | | height: 0; |
| | | } |
| | | |
| | | .el-table__empty-text { |
| | |
| | | background-color: rgb(255 255 0); |
| | | border-radius: 50%; |
| | | } |
| | | |
| | | </style> |