#
whycq
2025-02-20 95fd5b01ceb0db9cb5065701efb9789d5500b922
rsf-admin/src/page/matnr/MatnrPanel.jsx
@@ -42,18 +42,6 @@
                    <Grid container spacing={2}>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.uuid"
                                property={record.uuid}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.shipperId"
                                property={record.shipperId$}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.name" 
                                property={record.name}
                            />
@@ -66,8 +54,20 @@
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.shipperId"
                                property={record.shipperId$}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.groupId" 
                                property={record.groupId$}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.rglarId"
                                property={record.rglarId$}
                            />
                        </Grid>
                        <Grid item xs={6}>
@@ -108,8 +108,8 @@
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.desc"
                                property={record.desc}
                                title="table.field.matnr.describle"
                                property={record.describle}
                            />
                        </Grid>
                        <Grid item xs={6}>
@@ -126,8 +126,8 @@
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.purchaseUnit"
                                property={record.purchaseUnit}
                                title="table.field.matnr.purUnit"
                                property={record.purUnit}
                            />
                        </Grid>
                        <Grid item xs={6}>
@@ -138,8 +138,8 @@
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.stockLeval"
                                property={record.stockLeval$}
                                title="table.field.matnr.stockLevel"
                                property={record.stockLevel$}
                            />
                        </Grid>
                        <Grid item xs={6}>
@@ -148,6 +148,48 @@
                                property={record.isLabelMange$}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.safeQty"
                                property={record.safeQty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.minQty"
                                property={record.minQty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.maxQty"
                                property={record.maxQty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.stagn"
                                property={record.stagn}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.valid"
                                property={record.valid}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.validWarn"
                                property={record.validWarn}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.matnr.flagCheck"
                                property={record.flagCheck}
                            />
                        </Grid>
                    </Grid>
                </CardContent>