From 191fc5cc2e5eeaff377b749dfa7e497fe503506b Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期一, 27 五月 2024 20:56:50 +0800 Subject: [PATCH] PR,PP,Budget 功能 --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 160 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def index 3b4a266..9db7b49 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def @@ -14,5 +14,165 @@ #child: applicationConfigureActionBarPageDef ] } + Component dhBinaryDataPR id:dhBinaryDataPR_688 + { + #keys: '[414996.0.393643308]' + BaseType: 'WebDataHolder' + Databinding: 'BinaryData*' + Properties: + [ + Taborder: 40 + ] + } + Component dhOriginalFileNamePR id:dhOriginalFileNamePR_648 + { + #keys: '[414996.0.393612592]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 41 + ] + } + Component dhBinaryDataPP id:dhBinaryDataPP_821 + { + #keys: '[414996.0.393824611]' + BaseType: 'WebDataHolder' + Databinding: 'BinaryData*' + Properties: + [ + Taborder: 43 + ] + } + Component dhOriginalFileNamePP id:dhOriginalFileNamePP_14 + { + #keys: '[414996.0.393824682]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 44 + ] + } + Component dhBinaryDataBudget id:dhBinaryDataBudget_98 + { + #keys: '[414996.0.393824752]' + BaseType: 'WebDataHolder' + Databinding: 'BinaryData*' + Properties: + [ + Taborder: 46 + ] + } + Component dhOriginalFileNameBudget id:dhOriginalFileNameBudget_623 + { + #keys: '[414996.0.393824822]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 47 + ] + } + Component dhBinaryDataPPA id:dhBinaryDataPPA_838 + { + #keys: '[414996.0.393824892]' + BaseType: 'WebDataHolder' + Databinding: 'BinaryData*' + Properties: + [ + Taborder: 49 + ] + } + Component dhOriginalFileNamePPA id:dhOriginalFileNamePPA_673 + { + #keys: '[414996.0.393824962]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 50 + ] + } + Component dhBinaryDataCurve id:dhBinaryDataCurve_97 + { + #keys: '[414996.0.393825033]' + BaseType: 'WebDataHolder' + Databinding: 'BinaryData*' + Properties: + [ + Taborder: 52 + ] + } + Component dhOriginalFileNameCurve id:dhOriginalFileNameCurve_971 + { + #keys: '[414996.0.393825103]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 53 + ] + } + Component dhBinaryDataIDS id:dhBinaryDataIDS_976 + { + #keys: '[414996.0.393825179]' + BaseType: 'WebDataHolder' + Databinding: 'BinaryData*' + Properties: + [ + Taborder: 54 + ] + } + Component dhOriginalFileNameIDS id:dhOriginalFileNameIDS_878 + { + #keys: '[414996.0.393825249]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 55 + ] + } + Component dhIsPRArchive + { + #keys: '[414996.0.395211329]' + BaseType: 'WebDataHolder' + Databinding: 'Boolean*' + Properties: + [ + Taborder: 42 + ] + } + Component dhIsPPArchive + { + #keys: '[414996.0.395393587]' + BaseType: 'WebDataHolder' + Databinding: 'Boolean*' + Properties: + [ + Taborder: 45 + ] + } + Component dhIsBudgetArchive + { + #keys: '[414996.0.395393613]' + BaseType: 'WebDataHolder' + Databinding: 'Boolean*' + Properties: + [ + Taborder: 48 + ] + } + Component dhIsPPAArchive + { + #keys: '[414996.0.395393638]' + BaseType: 'WebDataHolder' + Databinding: 'Boolean*' + Properties: + [ + Taborder: 51 + ] + } ] } -- Gitblit v1.9.3