| | |
| | | import type { PageParam, PageResult } from '../../../packages/effects/request/src'; |
| | | import type { PageParam, PageResult } from '@vben/request'; |
| | | |
| | | import { requestClient } from '#/api/request'; |
| | | import type { SystemStorageApi } from '#/api/system/storage'; |
| | | |
| | | export namespace CrmSaleQuotationApi { |
| | | /** 报价单信息 */ |
| | |
| | | discountPercent: number; |
| | | totalPrice: number; |
| | | taxRate?: number; |
| | | fileUrl?: string; |
| | | blobIds?: number[]; |
| | | attachmentList?: SystemStorageApi.StorageBlob[]; |
| | | remark?: string; |
| | | status: number; |
| | | contractId?: number; |