| | |
| | | <Typography variant="subtitle2">关键信息:</Typography> |
| | | <Stack direction="row" spacing={2} sx={{ mt: 1 }}> |
| | | {testResult.barcode && ( |
| | | <Chip label={`托盘码: ${testResult.barcode}`} /> |
| | | <Chip label={`料箱码: ${testResult.barcode}`} /> |
| | | )} |
| | | {testResult.locNo && ( |
| | | <Chip label={`库位号: ${testResult.locNo}`} /> |
| | |
| | | <Typography variant="subtitle2">关键信息:</Typography> |
| | | <Stack direction="row" spacing={2} sx={{ mt: 1 }}> |
| | | {testResult.barcode && ( |
| | | <Chip label={`托盘码: ${testResult.barcode}`} /> |
| | | <Chip label={`料箱码: ${testResult.barcode}`} /> |
| | | )} |
| | | {testResult.locNo && ( |
| | | <Chip label={`库位号: ${testResult.locNo}`} /> |