zhou zhou
2026-02-04 d23eb6d53cb10362de2b961e77f45c27ec38196d
rsf-admin/src/page/orders/asnOrder/AsnOrderPanel.jsx
@@ -29,7 +29,7 @@
    }, [asnId, maktx]);
    const http = async (parmas) => {
        const res = await request.post('/asnOrderItem/page', { ...parmas, asnId });
        const res = await request.post('/asnOrderItem/page', { ...parmas, orderId: asnId });
        if (res?.data?.code === 200) {
            setRows(res.data.data.records)
        } else {
@@ -175,7 +175,7 @@
                        },
                    },
                }}
                pageSizeOptions={[15, 25, 50]}
                pageSizeOptions={[10, 20, 50]}
            />
        </Box >