From 60488b980d23b0ac77f404b9dcb85937cbd8367f Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期二, 18 八月 2026 13:57:10 +0800
Subject: [PATCH] 隐藏新增到货通知单按钮 功能重复

---
 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