| | |
| | | import { Box, Typography, Card, Stack } from '@mui/material'; |
| | | import { styled } from '@mui/material/styles'; |
| | | import LocCreate from "./LocCreate"; |
| | | import MatnrModal from "./MatnrModal"; |
| | | import BindModal from "./BindModal"; |
| | | import EmptyData from "../../components/EmptyData"; |
| | | import DynamicField from "../../components/DynamicField"; |
| | | import MyCreateButton from "../../components/MyCreateButton"; |
| | |
| | | bulkActionButtons={ |
| | | <> |
| | | <BatchButton /> |
| | | <MatnrButton /> |
| | | <BindButton /> |
| | | <SubzoneButton /> |
| | | <BulkDeleteButton /> |
| | | </> |
| | |
| | | ) |
| | | } |
| | | |
| | | const MatnrButton = () => { |
| | | const BindButton = () => { |
| | | const record = useRecordContext(); |
| | | const notify = useNotify(); |
| | | const refresh = useRefresh(); |
| | |
| | | <LinkIcon /> |
| | | </Button> |
| | | |
| | | <MatnrModal |
| | | <BindModal |
| | | open={createDialog} |
| | | setOpen={setCreateDialog} |
| | | /> |