zhou zhou
23 小时以前 28238befb9bb4546ab1a2b4942354e20bb3bdced
rsf-admin/src/page/orders/asnOrderItem/AsnOrderItemList.jsx
@@ -160,6 +160,8 @@
    const { boxMaxWidth, boxMaxHeight } = useTableLayout(drawerVal);
    return (
        <Box sx={{
            position: 'relative',
@@ -184,6 +186,10 @@
            )}
            {columns.length > 0 &&
                <StickyDataTable
                    footerConfig={[
                        { field: 'anfme', type: 'sum', label: 'table.field.asnOrderItem.anfme' },
                        { field: 'qty', type: 'max', label: 'table.field.asnOrderItem.qty' },
                    ]}
                    stickyRight={['createTime']}
                    storeKey='asnOrderItem'
                    bulkActionButtons={false}