From 68b788ad34be439f4d68b3e3d2ee7bba1259555d Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 19 八月 2026 15:59:59 +0800
Subject: [PATCH] 只显示SRM已准入的供应商

---
 src/api/crm/business/index.ts |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/api/crm/business/index.ts b/src/api/crm/business/index.ts
index f30b5d3..8f6b241 100644
--- a/src/api/crm/business/index.ts
+++ b/src/api/crm/business/index.ts
@@ -38,11 +38,14 @@
   /** 鍟嗘満浜у搧淇℃伅 */
   export interface BusinessProduct {
     id: number;
-    productId: number;
-    productName: string;
-    productNo: string;
-    productUnit: number;
-    productPrice: number;
+    itemId: number;
+    itemName: string;
+    itemCode: string;
+    barCode: string;
+    itemSpecification: string;
+    itemUnitId: number;
+    itemUnitName: string;
+    itemPrice: number;
     businessPrice: number;
     count: number;
     totalPrice: number;

--
Gitblit v1.9.3