From f630e7e4d50ba22da8f42336196a02dbae850ced Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 17:54:32 +0800
Subject: [PATCH] refactor(erp): 优化采购发票和财务付款审核流程

---
 src/api/erp/sale/out/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/erp/sale/out/index.ts b/src/api/erp/sale/out/index.ts
index 85f5a66..8de729a 100644
--- a/src/api/erp/sale/out/index.ts
+++ b/src/api/erp/sale/out/index.ts
@@ -21,7 +21,7 @@
     totalProductPrice?: number; // 鍚堣鍟嗗搧閲戦
     taxPrice?: number; // 鍚堣绋庨
     totalTaxPrice?: number; // 鍚堣绋庨
-    fileUrl?: string; // 闄勪欢鍦板潃
+    attachmentList?: { id: number; name?: string; url?: string }[]; // 闄勪欢鍒楄〃
     items?: SaleOutItem[];
   }
 

--
Gitblit v1.9.3