#
vincentlu
2026-01-27 dccd8442c8015ae48453168aceacff64ad28f994
zy-acs-flow/src/page/sta/StaEdit.jsx
@@ -142,8 +142,8 @@
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <NumberInput
                                label="table.field.sta.hight"
                                source="hight"
                                label="table.field.sta.height"
                                source="height"
                                validate={required()}
                            />
                            <NumberInput
@@ -153,6 +153,16 @@
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <NumberInput
                                label="table.field.sta.inboundWait"
                                source="inboundWait"
                            />
                            <NumberInput
                                label="table.field.sta.outboundWait"
                                source="outboundWait"
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            {/* <NumberInput
                                label="table.field.sta.occCnt"
                                source="occCnt"