skyouc
2025-05-21 8f7e1bf264a5beaca1cf563452bc9ef72dea848f
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}
                            />