chen.lin
2026-03-10 cb249acbd7ed7f3bc2afa2bc9bee7d69ac8b5e30
rsf-admin/src/page/rcsTest/RcsTestList.jsx
@@ -657,7 +657,7 @@
                                <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}`} />
@@ -893,7 +893,7 @@
                                <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}`} />