zhang
17 小时以前 af5081bc0d0668d526a204076557a171097ddb8d
zy-acs-flow/src/page/sta/StaCreate.jsx
@@ -30,6 +30,7 @@
import DialogCloseButton from "../components/DialogCloseButton";
import StatusSelectInput from "../components/StatusSelectInput";
import MemoInput from "../components/MemoInput";
import { compDirectChoices } from "../loc/compDirect";
const StaCreate = (props) => {
    const { open, setOpen } = props;
@@ -152,7 +153,7 @@
                                        />
                                    </ReferenceInput>
                                </Grid>
                                <Grid item xs={4} display="flex" gap={1}>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.capacity"
                                        source="capacity"
@@ -166,7 +167,7 @@
                                        validate={required()}
                                    />
                                </Grid> */}
                                <Grid item xs={4} display="flex" gap={1}>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.height"
                                        source="height"
@@ -181,7 +182,7 @@
                                        validate={[required(), greaterThanZero]}
                                    />
                                </Grid> */}
                                <Grid item xs={4} display="flex" gap={1}>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.angle"
                                        source="angle"
@@ -189,6 +190,15 @@
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <SelectInput
                                        label="table.field.sta.actDir"
                                        source="actDir"
                                        choices={compDirectChoices}
                                        translateChoice
                                        validate={[required(), greaterThanZero]}
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.sta.inboundWait"
                                        source="inboundWait"