|  |  |  | 
|---|
|  |  |  | source="longitude" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label="table.field.warehouse.latgitude" | 
|---|
|  |  |  | source="latgitude" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | 
|---|
|  |  |  | label="table.field.warehouse.length" | 
|---|
|  |  |  | source="length" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | <NumberInput | 
|---|
|  |  |  | <NumberInput | 
|---|
|  |  |  | label="table.field.warehouse.width" | 
|---|
|  |  |  | source="width" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | 
|---|
|  |  |  | <Grid item xs={6} display="flex" gap={1}> | 
|---|
|  |  |  | <StatusSelectInput /> | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | <Grid item xs={12} display="flex" gap={1}> | 
|---|
|  |  |  | <Stack direction="column" spacing={1} width={'100%'}> | 
|---|
|  |  |  | <Grid item xs={6} display="flex" gap={1}> | 
|---|
|  |  |  | <TextInput | 
|---|
|  |  |  | label="common.field.memo" | 
|---|
|  |  |  | source="memo" | 
|---|
|  |  |  | parse={v => v} | 
|---|
|  |  |  | fullWidth | 
|---|
|  |  |  | multiline | 
|---|
|  |  |  | minRows={2} | 
|---|
|  |  |  | autoFocus | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | {/* <Stack direction="column" spacing={1} width={'100%'}> | 
|---|
|  |  |  | <MemoInput /> | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  | </Stack> */} | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | </DialogContent> | 
|---|