From b7eb1da8220f5b72f6891c3c6471ca386604cce4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 10:38:21 +0800
Subject: [PATCH] feat(dashboard): 添加一袋一码首页并重构相关枚举常量
---
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