From 5c243d9d05da668a32b1bc9a4f543ea081488d11 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:08:03 +0800
Subject: [PATCH] feat 功能变更
---
src/api/crm/contract/index.ts | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/api/crm/contract/index.ts b/src/api/crm/contract/index.ts
index f245bb9..35b4e05 100644
--- a/src/api/crm/contract/index.ts
+++ b/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; // 鍚堝悓瀹归噺锛坘VA锛�
+ tariffMode?: string; // 鐢典环妯″紡
+ meterMode?: string; // 璁¢噺鏂瑰紡
+ payCycle?: number; // 缂磋垂鍛ㄦ湡锛堟湀锛�
+ commandCount?: number; // 鎸囦护鏁伴噺
}
/** 鍚堝悓浜у搧淇℃伅 */
--
Gitblit v1.9.3