gaoluyang
2026-08-11 4807d8b687853e75a815b3aa9aecbc2554063aa4
src/views/erp/purchase/statistics/supplier.vue
@@ -2,11 +2,11 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { ErpPurchaseStatisticsApi } from '#/api/erp/purchase/statistics';
import { Page } from '../../../../packages/effects/common-ui/src';
import { Page } from '@vben/common-ui';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { getSupplierStatistics } from '#/api/erp/purchase/statistics';
import { getSupplierSimpleList } from '#/api/erp/purchase/supplier';
import { getSupplierSimpleList } from '#/api/srm/supplier';
import { getRangePickerDefaultProps } from '#/utils';
import type { VbenFormSchema } from '#/adapter/form';