#
vincentlu
2026-01-27 dccd8442c8015ae48453168aceacff64ad28f994
zy-acs-flow/src/page/sta/StaCreate.jsx
@@ -162,8 +162,8 @@
                                </Grid> */}
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.hight"
                                        source="hight"
                                        label="table.field.sta.height"
                                        source="height"
                                        validate={required()}
                                    />
                                </Grid>
@@ -179,6 +179,18 @@
                                        label="table.field.sta.angle"
                                        source="angle"
                                        validate={required()}
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.inboundWait"
                                        source="inboundWait"
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.outboundWait"
                                        source="outboundWait"
                                    />
                                </Grid>
                                {/* <Grid item xs={6} display="flex" gap={1}>
@@ -230,9 +242,9 @@
                                    </ReferenceInput>
                                </Grid> */}
                                <Grid item xs={6} display="flex" gap={1}>
                                {/* <Grid item xs={6} display="flex" gap={1}>
                                    <StatusSelectInput />
                                </Grid>
                                </Grid> */}
                                <Grid item xs={12} display="flex" gap={1}>
                                    <Stack direction="column" spacing={1} width={'100%'}>
                                        <MemoInput />