From 91eff4781fa4142d1f62d30a0fa1de5cae424eaf Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 16 九月 2026 18:23:12 +0800
Subject: [PATCH] refactor: 单据审核改为审批配置状态机(前端统一审核弹窗)
---
src/api/mes/pd/document/index.ts | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/api/mes/pd/document/index.ts b/src/api/mes/pd/document/index.ts
index c326c12..9ee756c 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 {
/** 璁捐璧勬枡 */
@@ -22,8 +23,8 @@
uploadUserNickname?: string;
/** 涓婁紶鏃堕棿 */
uploadTime?: number;
- /** 鏂囦欢URL */
- fileUrl?: string;
+ blobIds?: number[];
+ attachmentList?: SystemStorageApi.StorageBlob[];
/** 澶囨敞 */
remark?: string;
/** 鍒涘缓鏃堕棿 */
--
Gitblit v1.9.3