From a4025834e2304dc57f6e98d58feeb9416bd90609 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:10:49 +0800
Subject: [PATCH] feat 功能变更
---
src/api/crm/saleQuotation/index.ts | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/api/crm/saleQuotation/index.ts b/src/api/crm/saleQuotation/index.ts
index ca0fe6e..5d1106d 100644
--- a/src/api/crm/saleQuotation/index.ts
+++ b/src/api/crm/saleQuotation/index.ts
@@ -1,6 +1,7 @@
import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
+import type { SystemStorageApi } from '#/api/system/storage';
export namespace CrmSaleQuotationApi {
/** 鎶ヤ环鍗曚俊鎭� */
@@ -20,7 +21,8 @@
discountPercent: number;
totalPrice: number;
taxRate?: number;
- fileUrl?: string;
+ blobIds?: number[];
+ attachmentList?: SystemStorageApi.StorageBlob[];
remark?: string;
status: number;
contractId?: number;
@@ -32,6 +34,13 @@
createTime?: Date;
updateTime?: Date;
items?: SaleQuotationItem[];
+ quotationType?: string; // 鎶ヤ环绫诲瀷锛坓eneral/power/energy锛�
+ capacity?: number; // 鍚堝悓瀹归噺锛坘VA锛�
+ maxDemand?: number; // 鏈�澶ч渶閲忥紙kW锛�
+ unitPrice?: number; // 鐢靛害鍗曚环锛堝厓/kWh锛�
+ tariffMode?: string; // 鐢典环妯″紡
+ powerFactorFee?: number; // 鍔涜皟鐢佃垂锛堝厓锛�
+ billingCycle?: number; // 缁撶畻鍛ㄦ湡锛堟湀锛�
}
/** 鎶ヤ环鍗曠墿鏂欐槑缁� */
--
Gitblit v1.9.3