From f08a81f01bc4a4104dd9ef04e071bb0bd0eb8afe Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 23 七月 2026 10:50:19 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0
---
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..3c76624 100644
--- a/src/views/mes/process-design/route/data.ts
+++ b/src/views/mes/process-design/route/data.ts
@@ -248,6 +248,15 @@
rules: z.boolean().default(true),
},
{
+ fieldName: "outputItemId",
+ label: "浜у嚭浜у搧",
+ component: markRaw(MdItemSelect),
+ componentProps: {
+ placeholder: "鐣欑┖鍒欓粯璁や负宸ュ崟鎴愬搧",
+ },
+ formItemClass: "col-span-2",
+ },
+ {
fieldName: "prepareTime",
label: "鍑嗗鏃堕棿(鍒�)",
component: "InputNumber",
@@ -326,6 +335,12 @@
props: { type: DICT_TYPE.INFRA_BOOLEAN_STRING },
},
},
+ {
+ field: "outputItemName",
+ title: "浜у嚭浜у搧",
+ width: 140,
+ slots: { default: "outputItemName" },
+ },
{ field: "prepareTime", title: "鍑嗗鏃堕棿(鍒�)", width: 110 },
{ field: "waitTime", title: "绛夊緟鏃堕棿(鍒�)", width: 110 },
{
--
Gitblit v1.9.3