From 593cb2e46b22617cb513c891c5af7a07c7d412d8 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 28 八月 2026 17:01:27 +0800
Subject: [PATCH] fix: MOM 1.点击采购订单生成后跳转出来的页面会一点点缩小
---
src/api/mes/pro/route/process/index.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/api/mes/pro/route/process/index.ts b/src/api/mes/pro/route/process/index.ts
index 3e5c2f8..a08056f 100644
--- a/src/api/mes/pro/route/process/index.ts
+++ b/src/api/mes/pro/route/process/index.ts
@@ -15,6 +15,7 @@
id?: number;
routeId?: number;
processId?: number;
+ paramTemplateId?: number;
processCode?: string;
processName?: string;
sort?: number;
@@ -30,6 +31,8 @@
outputItemId?: number;
outputItemCode?: string;
outputItemName?: string;
+ outputItemIds?: number[];
+ outputItemNames?: string;
remark?: string;
bomItems?: ProcessBomItem[];
createTime?: Date;
--
Gitblit v1.9.3