verou
2025-03-15 75d3e411d1a6ac9c83b4f595db581c8c337e50a9
rsf-admin/src/page/asnOrderItem/AsnOrderItemPanel.jsx
@@ -42,97 +42,97 @@
                    <Grid container spacing={2}>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.asnId"
                                title="table.field.asnOrderItem.asnId"
                                property={record.asnId}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.asnCode"
                                title="table.field.asnOrderItem.asnCode"
                                property={record.asnCode}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.poDetlId"
                                title="table.field.asnOrderItem.poDetlId"
                                property={record.poDetlId}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.poDetlCode"
                                title="table.field.asnOrderItem.poDetlCode"
                                property={record.poDetlCode}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.matnrId"
                                title="table.field.asnOrderItem.matnrId"
                                property={record.matnrId}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.matnk"
                                property={record.matnk}
                                title="table.field.asnOrderItem.maktx"
                                property={record.maktx}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.anfme"
                                title="table.field.asnOrderItem.anfme"
                                property={record.anfme}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.stockUnit"
                                title="table.field.asnOrderItem.stockUnit"
                                property={record.stockUnit}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.purQty"
                                title="table.field.asnOrderItem.purQty"
                                property={record.purQty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.purUnit"
                                title="table.field.asnOrderItem.purUnit"
                                property={record.purUnit}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.qty"
                                title="table.field.asnOrderItem.qty"
                                property={record.qty}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.splrCode"
                                title="table.field.asnOrderItem.splrCode"
                                property={record.splrCode}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.splrName"
                                title="table.field.asnOrderItem.splrName"
                                property={record.splrName}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.qrcode"
                                title="table.field.asnOrderItem.qrcode"
                                property={record.qrcode}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.barcode"
                                title="table.field.asnOrderItem.barcode"
                                property={record.barcode}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title="table.field.asnOrderItem.packName"
                                title="table.field.asnOrderItem.packName"
                                property={record.packName}
                            />
                        </Grid>