lbq
17 小时以前 6f5a86b74457f2fdad3caa63f3378e81624d47d2
rsf-admin/src/page/basicInfo/matnr/MatnrCreate.jsx
@@ -179,6 +179,13 @@
                                    <Grid item xs={12} display="flex" gap={1}>
                                        <Grid item xs={4} display="flex" gap={1}>
                                            <TextInput
                                                label="table.field.matnr.useOrgName"
                                                source="useOrgName"
                                                parse={v => v}
                                            />
                                        </Grid>
                                        <Grid item xs={4} display="flex" gap={1}>
                                            <TextInput
                                                label="table.field.matnr.spec"
                                                source="spec"
                                                parse={v => v}
@@ -258,6 +265,13 @@
                                                parse={v => v}
                                            />
                                        </Grid>
                                        <Grid item xs={4} display="flex" gap={1}>
                                            <TextInput
                                                label="table.field.matnr.describle"
                                                source="describle"
                                                parse={v => v}
                                            />
                                        </Grid>
                                        {/* <Grid item xs={6} display="flex" gap={1}>
                                            <TextInput
                                                label="table.field.matnr.stockUnit"
@@ -308,13 +322,7 @@
                                        {/* <Stack direction="column" spacing={1} width={'100%'}>
                                            <MemoInput />
                                        </Stack> */}
                                        <Grid item xs={12} display="flex" gap={1}>
                                            <TextInput
                                                label="table.field.matnr.describle"
                                                source="describle"
                                                parse={v => v}
                                            />
                                        </Grid>
                                    </Grid>
                                </Grid>