verou
2025-03-18 1ec363b2a7195cb47e35a7e119012e20366aa71a
rsf-admin/src/page/basicInfo/loc/LocCreate.jsx
@@ -119,12 +119,19 @@
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput
                                        label="table.field.loc.type"
                                    <ReferenceInput
                                        source="type"
                                        parse={v => v}
                                        validate={required()}
                                    />
                                        reference="dictData"
                                        filter={{ dictTypeCode: 'sys_loc_type' }}
                                    >
                                        <AutocompleteInput
                                            label="table.field.loc.type"
                                            optionText="label"
                                            optionValue="value"
                                            parse={v => v}
                                            validate={[required()]}
                                        />
                                    </ReferenceInput>
                                </Grid>
                                {/* <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput