#
vincentlu
2025-12-26 b73d4c5f5995bdb38fab1cdfdf413e759db261f2
zy-acs-flow/src/page/sta/StaEdit.jsx
@@ -120,27 +120,30 @@
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <TextInput
                                label="table.field.sta.autoing"
                                source="autoing"
                                parse={v => v}
                            <NumberInput
                                label="table.field.sta.capacity"
                                source="capacity"
                                validate={required()}
                            />
                            <TextInput
                                label="table.field.sta.loading"
                                source="loading"
                                parse={v => v}
                            <NumberInput
                                label="table.field.sta.occCnt"
                                source="occCnt"
                                InputProps={{ readOnly: true }}
                                disabled
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <TextInput
                                label="table.field.sta.inEnable"
                                source="inEnable"
                                parse={v => v}
                            <NumberInput
                                label="table.field.sta.rsvInCnt"
                                source="rsvInCnt"
                                InputProps={{ readOnly: true }}
                                disabled
                            />
                            <TextInput
                                label="table.field.sta.outEnable"
                                source="outEnable"
                                parse={v => v}
                            <NumberInput
                                label="table.field.sta.rsvOutCnt"
                                source="rsvOutCnt"
                                InputProps={{ readOnly: true }}
                                disabled
                            />
                        </Stack>
                    </Grid>