xiaoyi
5 天以前 a4025834e2304dc57f6e98d58feeb9416bd90609
src/api/crm/contract/index.ts
@@ -1,4 +1,4 @@
import type { PageParam, PageResult } from '../../../packages/effects/request/src';
import type { PageParam, PageResult } from '@vben/request';
import type { CrmPermissionApi } from '#/api/crm/permission';
@@ -28,6 +28,8 @@
    totalPrice: number;
    depositPrice?: number; // 定金金额,单位:元
    totalReceivablePrice: number;
    totalInvoicePrice?: number; // 已开票金额(含审批中),单位:元
    unInvoicePrice?: number; // 未开票金额,单位:元
    signContactId: number;
    signContactName?: string;
    signUserId: number;
@@ -41,6 +43,14 @@
    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; // 指令数量
  }
  /** 合同产品信息 */