| | |
| | | import MyExportButton from '@/page/components/MyExportButton'; |
| | | import PageEditDrawer from "@/page/components/PageEditDrawer"; |
| | | import { Box, Typography, Card, Stack } from '@mui/material'; |
| | | import PageDrawer from "@/page/components/PageDrawer"; |
| | | import EmptyData from "@/page/components/EmptyData"; |
| | | import LocReviseCreate from "./LocReviseCreate"; |
| | | import MyField from "@/page/components/MyField"; |
| | | import { styled } from '@mui/material/styles'; |
| | | import LocRevisePanel from "./LocRevisePanel"; |
| | | |
| | | const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({ |
| | | '& .css-1vooibu-MuiSvgIcon-root': { |
| | |
| | | rowClick={(id, resource, record) => false} |
| | | expand={false} |
| | | expandSingle={true} |
| | | omit={['id', 'createTime', 'createBy', 'memo']} |
| | | omit={['id', 'createTime', 'createBy', 'areaId', 'memo']} |
| | | > |
| | | <NumberField source="id" /> |
| | | <TextField source="code" label="table.field.locRevise.code" /> |
| | |
| | | <NumberField source="anfme" label="table.field.locRevise.anfme" /> |
| | | <NumberField source="reviseQty" label="table.field.locRevise.reviseQty" /> |
| | | <TextField source="exceStatus$" label="table.field.locRevise.exceStatus" sortable={false} /> |
| | | <NumberField source="orgAreaId" label="table.field.locRevise.orgAreaId" /> |
| | | <TextField source="orgAreaName" label="table.field.locRevise.orgAreaName" /> |
| | | <NumberField source="areaId" label="table.field.locRevise.areaId" /> |
| | | <TextField source="areaName" label="table.field.locRevise.areaName" /> |
| | | <TextField source="updateBy$" label="common.field.updateBy" /> |
| | | <DateField source="updateTime" label="common.field.updateTime" showTime /> |
| | | <DateField source="createBy$" label="common.field.createBy" /> |