| | |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.erpId" |
| | | property={record.erpId} |
| | | title="table.field.purchaseItem.platItemId" |
| | | property={record.platItemId} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.nomQty" |
| | | property={record.nomQty} |
| | | title="table.field.purchaseItem.nromQty" |
| | | property={record.nromQty} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.pulrName" |
| | | property={record.pulrName} |
| | | title="table.field.purchaseItem.splrName" |
| | | property={record.splrName} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.pulrCode" |
| | | property={record.pulrCode} |
| | | title="table.field.purchaseItem.splrCode" |
| | | property={record.splrCode} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.purchaseItem.pulrBatch" |
| | | property={record.pulrBatch} |
| | | title="table.field.purchaseItem.splrBatch" |
| | | property={record.splrBatch} |
| | | /> |
| | | </Grid> |
| | | |