#
luxiaotao1123
18 小时以前 f7efc80b3647993ab9875fa7ec973eb4db7bb591
#
1个文件已修改
9 ■■■■■ 已修改文件
zy-acs-flow/src/page/sta/StaList.jsx 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/sta/StaList.jsx
@@ -146,8 +146,11 @@
                    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}>
@@ -169,7 +172,7 @@
                    </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" />