|  |  |  | 
|---|
|  |  |  | import StatusSelectInput from "../../components/StatusSelectInput"; | 
|---|
|  |  |  | import MemoInput from "../../components/MemoInput"; | 
|---|
|  |  |  | import DictionarySelect from "../../components/DictionarySelect"; | 
|---|
|  |  |  | import DictionaryArraySelect from "../../components/DictionaryArraySelect"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const BasStationCreate = (props) => { | 
|---|
|  |  |  | const { open, setOpen } = props; | 
|---|
|  |  |  | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | </Grid> | 
|---|
|  |  |  | <Grid item xs={6} display="flex" gap={1}> | 
|---|
|  |  |  | <DictionarySelect | 
|---|
|  |  |  | <DictionaryArraySelect | 
|---|
|  |  |  | label={translate("table.field.basStation.containerType")} | 
|---|
|  |  |  | name="containerType" | 
|---|
|  |  |  | name="containerTypes" | 
|---|
|  |  |  | size="small" | 
|---|
|  |  |  | validate={[required()]} | 
|---|
|  |  |  | dictTypeCode="sys_container_type" | 
|---|