From ec59e476a82c10b25e0ad7687ae0e4cbfa6905d0 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 17 八月 2026 15:10:16 +0800
Subject: [PATCH] 转移商机传参错误

---
 src/views/mes/process-design/route/data.ts |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/views/mes/process-design/route/data.ts b/src/views/mes/process-design/route/data.ts
index 39d5405..941a2be 100644
--- a/src/views/mes/process-design/route/data.ts
+++ b/src/views/mes/process-design/route/data.ts
@@ -248,6 +248,16 @@
       rules: z.boolean().default(true),
     },
     {
+      fieldName: "outputItemIds",
+      label: "浜у嚭浜у搧",
+      component: markRaw(MdItemSelect),
+      componentProps: {
+        multiple: true,
+        placeholder: "鐣欑┖鍒欓粯璁や负宸ュ崟鎴愬搧",
+      },
+      formItemClass: "col-span-2",
+    },
+    {
       fieldName: "prepareTime",
       label: "鍑嗗鏃堕棿(鍒�)",
       component: "InputNumber",
@@ -326,6 +336,11 @@
         props: { type: DICT_TYPE.INFRA_BOOLEAN_STRING },
       },
     },
+    {
+      field: "outputItemNames",
+      title: "浜у嚭浜у搧",
+      width: 160,
+    },
     { field: "prepareTime", title: "鍑嗗鏃堕棿(鍒�)", width: 110 },
     { field: "waitTime", title: "绛夊緟鏃堕棿(鍒�)", width: 110 },
     {

--
Gitblit v1.9.3