| | |
| | | expand={() => <StaPanel />} |
| | | expandSingle={true} |
| | | rowSx={rowSx(drawerVal || null)} |
| | | omit={['id', 'uuid', 'name', 'offset', 'zpallet', 'depth', 'capacity', 'latentCode', 'inboundWait', 'outboundWait' |
| | | , 'updateTime', 'updateBy', 'createTime', 'createBy', 'memo']} |
| | | omit={['id', 'uuid', 'name', 'offset', 'zpallet', 'depth', |
| | | 'capacity', 'latentCode', 'inboundWait', 'outboundWait' |
| | | , 'signalKey', 'height' |
| | | , 'updateTime', 'updateBy', 'createTime', 'createBy' |
| | | , 'memo']} |
| | | > |
| | | <NumberField source="id" /> |
| | | <ReferenceField source="zoneId" label="table.field.sta.zoneId" reference="zone" link={false} sortable={false}> |
| | |
| | | </ReferenceField> */} |
| | | <TextField source="name" label="table.field.sta.name" /> |
| | | <NumberField source="capacity" label="table.field.sta.capacity" /> |
| | | {/* <NumberField source="occCnt" label="table.field.sta.occCnt" /> */} |
| | | <NumberField source="occCnt" label="table.field.sta.occCnt" /> |
| | | <NumberField source="rsvInCnt" label="table.field.sta.rsvInCnt" /> |
| | | <NumberField source="rsvOutCnt" label="table.field.sta.rsvOutCnt" /> |
| | | <NumberField source="offset" label="table.field.sta.offset" /> |