| | |
| | | preferenceKey='locArea' |
| | | bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} |
| | | rowClick={(id, resource, record) => false} |
| | | expand={() => <LocAreaPanel />} |
| | | expandSingle={true} |
| | | omit={['id', 'createTime', 'createBy', 'memo']} |
| | | > |
| | | <NumberField source="id" /> |
| | | <TextField source="name" label="table.field.locArea.name" /> |
| | | <TextField source="code" label="table.field.locArea.code" /> |
| | | <NumberField source="areaId" label="table.field.locArea.areaId" /> |
| | | <ReferenceField source="locId" label="table.field.locArea.locId" reference="loc" link={false} sortable={false}> |
| | | <NumberField source="areaId$" label="table.field.locArea.areaId" /> |
| | | {/* <ReferenceField source="locId" label="table.field.locArea.locId" reference="loc" link={false} sortable={false}> |
| | | <TextField source="warehouseId" /> |
| | | </ReferenceField> |
| | | </ReferenceField> */} |
| | | |
| | | <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> |
| | | <TextField source="nickname" /> |