zjj
2025-04-30 6e541a900df5eff0657cd28a8d9fb1bb398936df
rsf-admin/src/page/waitPakin/WaitPakinEdit.jsx
@@ -42,9 +42,19 @@
                aside={<EditBaseAside />}
            >
                <SimpleForm
                    sx={{
                        '& .MuiInputBase-input.MuiFilledInput-input.Mui-disabled': {
                            bgcolor: "white",
                            color: "black",
                            '-webkit-text-fill-color': "rgba(0, 0, 0)"
                        },
                        '& .MuiFormLabel-root.MuiInputLabel-root.Mui-disabled': {
                            color: 'rgba(0, 0, 0, 0.77)'
                        }
                    }}
                    shouldUnregister
                    warnWhenUnsavedChanges
                    toolbar={<FormToolbar />}
                    toolbar={<></>}
                    mode="onTouched"
                    defaultValues={{}}
                >
@@ -61,22 +71,14 @@
                                    parse={v => v}
                                    autoFocus
                                />
                                <NumberInput
                                    label="table.field.waitPakin.ansId"
                                    readOnly
                                    source="ansId"
                                />
                                <TextInput
                                    label="table.field.waitPakin.asnCode"
                                    readOnly
                                    source="asnCode"
                                    parse={v => v}
                                />
                                <SelectInput
                                    label="table.field.waitPakin.flagDefect"
                                    readOnly
                                    source="flagDefect"
                                    parse={v => v}
                                    choices={[
                                        { id: 0, name: '否' },
                                        { id: 1, name: ' 是' },
                                    ]}
                                />
                            </Stack>
                            <Stack direction='row' gap={2}>