|  |  |  | 
|---|
|  |  |  | <Typography variant="h6" gutterBottom> | 
|---|
|  |  |  | {translate('common.edit.title.main')} | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | <Stack direction='row' gap={2}> | 
|---|
|  |  |  | <Stack direction='row' gap={2} sx={{ display: 'none' }}> | 
|---|
|  |  |  | <NumberInput | 
|---|
|  |  |  | label="table.field.deliveryItem.deliveryId" | 
|---|
|  |  |  | source="deliveryId" | 
|---|
|  |  |  | autoFocus | 
|---|
|  |  |  | readOnly | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label="table.field.deliveryItem.platItemId" | 
|---|
|  |  |  | source="platItemId" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  | <Stack direction='row' gap={2}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label="table.field.deliveryItem.matnrCode" | 
|---|
|  |  |  | source="matnrCode" | 
|---|
|  |  |  | 
|---|
|  |  |  | source="matnrName" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  | <Stack direction='row' gap={2}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label="table.field.deliveryItem.fieldsIndex" | 
|---|
|  |  |  | source="fieldsIndex" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  | <Stack direction='row' gap={2}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label="table.field.deliveryItem.unit" | 
|---|
|  |  |  | source="unit" | 
|---|
|  |  |  | 
|---|
|  |  |  | <NumberInput | 
|---|
|  |  |  | label="table.field.deliveryItem.qty" | 
|---|
|  |  |  | source="qty" | 
|---|
|  |  |  | validate={required()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <NumberInput | 
|---|
|  |  |  | label="table.field.deliveryItem.nromQty" | 
|---|
|  |  |  | source="nromQty" | 
|---|
|  |  |  | validate={required()} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </Stack> | 
|---|