From 883c992fbd09b3ac7c40c3fce28a5af3ec54eb90 Mon Sep 17 00:00:00 2001 From: renhao <renhui.hao@capgemini.com> Date: 星期三, 25 十月 2023 20:43:43 +0800 Subject: [PATCH] 创建供应商供应原材料 --- _Main/UI/MacroPlannerWebApp/Component_FormVersionOfSOP/_ROOT_Component_FormVersionOfSOP.def | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormVersionOfSOP/_ROOT_Component_FormVersionOfSOP.def b/_Main/UI/MacroPlannerWebApp/Component_FormVersionOfSOP/_ROOT_Component_FormVersionOfSOP.def index 21f15fc..1a4367c 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormVersionOfSOP/_ROOT_Component_FormVersionOfSOP.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormVersionOfSOP/_ROOT_Component_FormVersionOfSOP.def @@ -21,8 +21,8 @@ BaseType: 'WebDataExtractor' Properties: [ - DataType: 'GlobalOTDTable' - Source: 'GlobalOTDTable' + DataType: 'GlobalOTDSOP' + Source: 'GlobalOTDSOP' Taborder: 0 Transformation: 'VersionStatus' ] @@ -62,6 +62,16 @@ Taborder: 4 ] } + Component DataHolderVersionOfSOPCopy + { + #keys: '[412960.0.166861218]' + BaseType: 'WebDataHolder' + Databinding: 'shadow[ScenarioMP]*' + Properties: + [ + Taborder: 5 + ] + } ] Properties: [ -- Gitblit v1.9.3