From f9e6eb6fc2c2e0c2a2b17238b817fcbfcb6bab56 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 16:38:45 +0800
Subject: [PATCH] feat(erp): 添加采购来票管理和付款关联功能

---
 src/api/erp/purchase/supplier/index.ts |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/api/erp/purchase/supplier/index.ts b/src/api/erp/purchase/supplier/index.ts
index 6adfde7..cde5a65 100644
--- a/src/api/erp/purchase/supplier/index.ts
+++ b/src/api/erp/purchase/supplier/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '../../../../packages/effects/request/src';
+import type { PageParam, PageResult } from '@vben/request';
 
 import { requestClient } from '#/api/request';
 
@@ -7,19 +7,24 @@
   export interface Supplier {
     id?: number; // 渚涘簲鍟嗙紪鍙�
     name: string; // 渚涘簲鍟嗗悕绉�
+    creditCode?: string; // 缁熶竴绀句細淇$敤浠g爜
     contact: string; // 鑱旂郴浜�
     mobile: string; // 鎵嬫満鍙风爜
     telephone: string; // 鑱旂郴鐢佃瘽
+    phone?: string; // 鑱旂郴鐢佃瘽锛堝鐢級
     email: string; // 鐢靛瓙閭
     fax: string; // 浼犵湡
+    address?: string; // 鍦板潃
     remark: string; // 澶囨敞
     status: number; // 寮�鍚姸鎬�
     sort: number; // 鎺掑簭
     taxNo: string; // 绾崇◣浜鸿瘑鍒彿
     taxPercent: number; // 绋庣巼
-    bankName: string; // 寮�鎴疯
-    bankAccount: string; // 寮�鎴疯处鍙�
+    bankName: string; // 寮�鎴烽摱琛�
+    bankAccount: string; // 閾惰璐﹀彿
     bankAddress: string; // 寮�鎴峰湴鍧�
+    qualification?: string; // 璧勮川淇℃伅
+    cooperationTime?: string; // 鍚堜綔寮�濮嬫椂闂�
   }
 }
 

--
Gitblit v1.9.3