chen.lin
3 天以前 f679ac0947417416900ab28308dd3bf235336078
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}`} />