From 60716513758d24159223fdd5962b252b00565bc2 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 04 五月 2024 11:05:33 +0800 Subject: [PATCH] 工艺路线更新 --- src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts b/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts index bfc97c2..d69eb29 100644 --- a/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts +++ b/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts @@ -8,7 +8,12 @@ import { validateOptions } from 'ant-design-vue/lib/form/useForm'; import { RuleError } from 'ant-design-vue/lib/form/interface'; import { FormItem } from '/@/components/Form'; -import { MES_ROUTE, MES_ROUTE_NODE } from '/@/api/tigerapi/model/router'; +import { + MES_ROUTE, + MES_ROUTE_NODE, + MES_ROUTE_NODE_ACT, + RouteData, +} from '/@/api/tigerapi/model/router'; type LayoutType = 'horizontal' | 'vertical' | 'inline'; type labelLayout = 'flex' | 'Grid'; @@ -33,9 +38,15 @@ // Internal component size of the form size?: 'default' | 'small' | 'large'; // }; + routeData: RouteData; // 褰撳墠閫変腑椤� currentItem?: MES_ROUTE_NODE; + currentAct?: MES_ROUTE_NODE_ACT; activeKey?: PropsTabKey; + isCalcFpy?: boolean; + canSkip?: boolean; + isInput?: boolean; + isOutput?: boolean; } /** -- Gitblit v1.9.3