| | |
| | | <SearchInput source="condition" alwaysOn />, |
| | | <DateInput label="common.time.after" source="timeStart" />, |
| | | <DateInput label="common.time.before" source="timeEnd" />, |
| | | |
| | | <NumberInput source="ruleId" label="table.field.serialRuleItem.ruleId" />, |
| | | <TextInput source="wkType" label="table.field.serialRuleItem.wkType" />, |
| | | <TextInput |
| | | source="feildValue" |
| | | label="table.field.serialRuleItem.feildValue" |
| | | />, |
| | | <TextInput source="feildValue" label="table.field.serialRuleItem.feildValue" />, |
| | | <NumberInput source="len" label="table.field.serialRuleItem.len" />, |
| | | <NumberInput source="lenStr" label="table.field.serialRuleItem.lenStr" />, |
| | | <NumberInput source="sort" label="table.field.serialRuleItem.sort" />, |
| | | |
| | | <TextInput label="common.field.memo" source="memo" />, |
| | | <SelectInput |
| | | label="common.field.status" |
| | |
| | | const translate = useTranslate(); |
| | | const [createDialog, setCreateDialog] = useState(false); |
| | | const [drawerVal, setDrawerVal] = useState(false); |
| | | const location = useLocation(); |
| | | const ruleId = useGetRecordId(); |
| | | |
| | | return ( |
| | | <> |
| | | {ruleId && <CustomerTopToolBar backPrevious={true} />} |
| | | <Box display="flex"> |
| | | <List |
| | | resource="serialRuleItem" |
| | |
| | | source="sort" |
| | | label="table.field.serialRuleItem.sort" |
| | | /> |
| | | |
| | | <ReferenceField |
| | | source="updateBy" |
| | | label="common.field.updateBy" |