| | |
| | | return ( |
| | | <> |
| | | <CreateBase |
| | | resource="purchaseItem" |
| | | record={{}} |
| | | transform={(data) => { |
| | | return data; |
| | |
| | | defaultValue={row.poId} |
| | | /> |
| | | </Grid> |
| | | {/* 现品票号已注释 |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | <TextInput |
| | | label="table.field.purchaseItem.platItemId" |
| | |
| | | parse={v => v} |
| | | /> |
| | | </Grid> |
| | | */} |
| | | <Grid item xs={6} display="flex" gap={1}> |
| | | <TextInput |
| | | label="table.field.purchaseItem.matnrCode" |
| | |
| | | </DialogContent> |
| | | <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}> |
| | | <Toolbar sx={{ width: '100%', justifyContent: 'space-between' }} > |
| | | <SaveButton /> |
| | | <SaveButton /> |
| | | </Toolbar> |
| | | </DialogActions> |
| | | </Form> |