| | |
| | | <Grid container spacing={2}> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.purchaseId" |
| | | title="table.field.purchaseItem.purchaseId" |
| | | property={record.purchaseId} |
| | | /> |
| | | </Grid> |
| | |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.matnrCode" |
| | | title="table.field.purchaseItem.matnrCode" |
| | | property={record.matnrCode} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.matnrName" |
| | | title="table.field.purchaseItem.matnrName" |
| | | property={record.matnrName} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.unit" |
| | | title="table.field.purchaseItem.unit" |
| | | property={record.unit} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.anfme" |
| | | title="table.field.purchaseItem.anfme" |
| | | property={record.anfme} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.qty" |
| | | title="table.field.purchaseItem.qty" |
| | | property={record.qty} |
| | | /> |
| | | </Grid> |
| | |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.asnQty" |
| | | title="table.field.purchaseItem.asnQty" |
| | | property={record.asnQty} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.printQty" |
| | | title="table.field.purchaseItem.printQty" |
| | | property={record.printQty} |
| | | /> |
| | | </Grid> |