今日总记录
当前日期
工位总数
启用工位
'fa-sign-in',
'pcb_test' => 'fa-microchip',
'battery' => 'fa-battery-full',
'assembly' => 'fa-cogs',
'finished_test' => 'fa-check-circle',
'warehouse' => 'fa-warehouse',
'delivery' => 'fa-truck',
];
foreach ($stations as $station):
$type = $station['station_type'];
$icon = $icons[$type] ?? 'fa-circle-o';
$stat = $stats[$type] ?? ['count' => 0, 'name' => $station['station_name']];
?>
>
今日处理量