#
luxiaotao1123
2024-09-20 c07c14d7768098f82807d8598ad3fb5c392bd3c0
zy-acs-flow/src/page/loc/LocEdit.jsx
@@ -81,12 +81,14 @@
                                    label="table.field.loc.zoneId"
                                    optionText="name"
                                    filterToQuery={(val) => ({ name: val })}
                                    validate={required()}
                                />
                            </ReferenceInput>
                            <TextInput
                                label="table.field.loc.locNo"
                                source="locNo"
                                parse={v => v}
                                validate={required()}
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
@@ -147,6 +149,7 @@
                                    label="table.field.loc.locSts"
                                    optionText="name"
                                    filterToQuery={(val) => ({ name: val })}
                                    validate={required()}
                                />
                            </ReferenceInput>
                            <NumberInput