2
verou
2025-03-25 ea3ca5f67756a7f3afd1493f86d1265deb8fdf42
rsf-admin/src/page/basicInfo/matnrGroup/MatnrGroupEdit.jsx
@@ -79,8 +79,7 @@
                <TextInput
                    label="table.field.matnrGroup.parCode"
                    source="parCode"
                    value={editRecord?.parCode}
                    parse={v => v}
                    value={'11'}
                    readOnly
                />
            </Grid>
@@ -132,7 +131,6 @@
    const onSubmit = (data) => {
        const _params = { ...data };
        if (editRecord) {
            debugger
            if (_params.parentId === editRecord.id) {
                notify('common.response.dataError', { type: 'error' });
                return;