| | |
| | | import StatusSelectInput from "../../components/StatusSelectInput"; |
| | | import DictionarySelect from "../../components/DictionarySelect"; |
| | | import WarehouseSelect from "../../components/WarehouseSelect"; |
| | | import BasStationSelect from "../../components/BasStationSelect"; |
| | | import BasStation from "@/page/basicInfo/basStation/index.jsx"; |
| | | |
| | | const FormToolbar = () => { |
| | | const { getValues } = useFormContext(); |
| | |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | label="table.field.deviceSite.deviceCode" |
| | | source="deviceCode" |
| | | parse={v => v} |
| | | <BasStationSelect |
| | | label={translate("table.field.deviceSite.deviceCode")} |
| | | name="deviceCode" |
| | | validate={[required()]} |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |