skyouc
2025-05-09 18cee3f153e61fb04b17701d63fbd51a9276122a
rsf-admin/src/page/locItem/LocItemPanel.jsx
@@ -48,6 +48,12 @@
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.locItem.locCode"
                                property={record.locCode}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.locItem.orderId" 
                                property={record.orderId}
                            />
@@ -108,6 +114,18 @@
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.locItem.qty"
                                property={record.qty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.locItem.workQty"
                                property={record.workQty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.locItem.batch" 
                                property={record.batch}
                            />