rsf-admin/src/page/basicInfo/matnrGroup/MatnrGroupEdit.jsx
@@ -78,10 +78,8 @@ <Grid item xs={6} display="flex" gap={1}> <TextInput label="table.field.matnrGroup.parCode" validate={[required()]} source="parCode" value={editRecord?.parCode} parse={v => v} value={'11'} readOnly /> </Grid> @@ -133,7 +131,6 @@ const onSubmit = (data) => { const _params = { ...data }; if (editRecord) { debugger if (_params.parentId === editRecord.id) { notify('common.response.dataError', { type: 'error' }); return;