| | |
| | | import type { PageParam, PageResult } from '../../../packages/effects/request/src'; |
| | | import type { PageParam, PageResult } from '@vben/request'; |
| | | |
| | | import type { CrmPermissionApi } from '#/api/crm/permission'; |
| | | |
| | |
| | | totalPrice: number; |
| | | depositPrice?: number; // 定金金额,单位:元 |
| | | totalReceivablePrice: number; |
| | | totalInvoicePrice?: number; // 已开票金额(含审批中),单位:元 |
| | | unInvoicePrice?: number; // 未开票金额,单位:元 |
| | | signContactId: number; |
| | | signContactName?: string; |
| | | signUserId: number; |
| | |
| | | contactName?: string; |
| | | orderId?: number; // 关联 ERP 销售订单编号 |
| | | orderNo?: string; // ERP 销售订单单号 |
| | | contractType?: string; // 合同类型(供用电/能源服务等) |
| | | voltageLevel?: string; // 电压等级 |
| | | electricityType?: string; // 用电类型 |
| | | contractCapacity?: number; // 合同容量(kVA) |
| | | tariffMode?: string; // 电价模式 |
| | | meterMode?: string; // 计量方式 |
| | | payCycle?: number; // 缴费周期(月) |
| | | commandCount?: number; // 指令数量 |
| | | } |
| | | |
| | | /** 合同产品信息 */ |