From 08b86cccfc8227ab065ee913f809609ef708486d Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期五, 21 八月 2026 09:59:21 +0800
Subject: [PATCH] 物料管理/物料分类/计量单位增加 Excel 导入功能
---
src/api/mes/pd/document/index.ts | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/api/mes/pd/document/index.ts b/src/api/mes/pd/document/index.ts
index c326c12..73d4d5e 100644
--- a/src/api/mes/pd/document/index.ts
+++ b/src/api/mes/pd/document/index.ts
@@ -1,6 +1,7 @@
import type { PageParam, PageResult } from '#/packages/effects/request/src';
import { requestClient } from '#/api/request';
+import type { SystemStorageApi } from '#/api/system/storage';
export namespace MesPdDocumentApi {
/** 璁捐璧勬枡 */
@@ -16,14 +17,16 @@
documentVersion?: string;
/** 鏂囦欢鍚� */
fileName?: string;
+ /** 鏂囦欢鍦板潃 */
+ fileUrl?: string;
/** 涓婁紶浜猴紙鐢ㄦ埛ID锛� */
uploadUserId?: number;
/** 涓婁紶浜哄悕绉� */
uploadUserNickname?: string;
/** 涓婁紶鏃堕棿 */
uploadTime?: number;
- /** 鏂囦欢URL */
- fileUrl?: string;
+ blobIds?: number[];
+ attachmentList?: SystemStorageApi.StorageBlob[];
/** 澶囨敞 */
remark?: string;
/** 鍒涘缓鏃堕棿 */
--
Gitblit v1.9.3