src/api/erp/finance/receipt/index.ts
@@ -1,4 +1,4 @@ import type { PageParam, PageResult } from '../../../../packages/effects/request/src'; import type { PageParam, PageResult } from '@vben/request'; import { requestClient } from '#/api/request'; @@ -28,7 +28,7 @@ receiptPrice: number; // 实际收款金额 status: number; // 状态 remark: string; // 备注 fileUrl?: string; // 附件 attachmentList?: { id: number; name?: string; url?: string }[]; // 附件列表 accountId?: number; // 收款账户 accountName?: string; // 账户名称 financeUserId?: number; // 财务人员