From 79c746bf370b64a4f450448e63df9157b5652812 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期五, 10 十一月 2023 13:21:32 +0800 Subject: [PATCH] Merge branch 'dev_lrs' into dev --- _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def new file mode 100644 index 0000000..54adb54 --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_ListStockingPoint.def @@ -0,0 +1,41 @@ +Quintiq file version 2.0 +Component ListStockingPoint +{ + #keys: '[414502.0.498048449]' + BaseType: 'WebList' + Children: + [ + Component DataExtractorStockingPoint + { + #keys: '[414502.0.498048450]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'GlobalOTDTable' + Source: 'GlobalOTDTable' + Taborder: 0 + Transformation: 'Global_MappingStockingPoint_MP' + ] + } + #child: listActionBarPageStockingPoint + Component DataSetLevelStockingPoint + { + #keys: '[414502.0.498048455]' + BaseType: 'WebDataSetLevel' + Children: + [ + #child: listContextMenuStockingPoint + ] + Properties: + [ + Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ID","title":"ID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitID","title":"UnitID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitID"}}]' + ContextMenu: 'listContextMenuStockingPoint' + Taborder: 2 + ] + } + ] + Properties: + [ + Taborder: 0 + ] +} -- Gitblit v1.9.3