1
skyouc
8 天以前 10a43f2d14a1a161bc624b9fe2f70febc9776ac8
rsf-admin/src/page/orders/purchase/PurchaseItemCreate.jsx
@@ -55,6 +55,7 @@
    return (
        <>
            <CreateBase
                resource="purchaseItem"
                record={{}}
                transform={(data) => {
                    return data;
@@ -188,7 +189,7 @@
                        </DialogContent>
                        <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}>
                            <Toolbar sx={{ width: '100%', justifyContent: 'space-between' }}  >
                                <SaveButton />
                                <SaveButton  />
                            </Toolbar>
                        </DialogActions>
                    </Form>