From df5a7e1ad6835e78b2f9eb7428817b0c23b116bc Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期六, 11 十一月 2023 14:47:41 +0800 Subject: [PATCH] 新增模组&面板对应关系接口(断点) --- _Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def index 64d4e57..b6a3926 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormShowInterfaceData/Component_PanelInterfaceDataDisplayContent.def @@ -8,10 +8,21 @@ #child: PanelCustomOrder #child: PanelForecast #child: PanelUnitOfMeasure_MP + #child: PanelSalesSegment_MP + #child: PanelProduct_MP + #child: PanelConversionFactor + #child: PanelOperation + #child: PanelOperationBOM + #child: PanelSummaryOfInboundTransaction + #child: PanelStockingPoint_MP + #child: PanelCurrency_MP + #child: PanelCurrencyRate_MP + #child: PanelLane + #child: PanelLaneLeg ] Properties: [ - Orientation: 'collapsible' + Orientation: 'accordeon' Taborder: 1 ] } -- Gitblit v1.9.3