From 79147126181f2ac90dcfae2d102a5bc4ae19a08a Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期一, 28 十月 2024 10:16:52 +0800 Subject: [PATCH] 调拨计划分厂 --- _Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def | 58 +++------------------------------------------------------- 1 files changed, 3 insertions(+), 55 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def index 258cfb2..4a9e2cb 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def @@ -5,64 +5,12 @@ BaseType: 'WebPanel' Children: [ - Component npUpperLimitOfTransferCapacityZKG - { - #keys: '[413988.0.1292313261]' - BaseType: 'WebNumberPicker' - Properties: - [ - DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKG' - Label: 'ZKG(pcs)' - Taborder: 0 - ] - } - Component npUpperLimitOfTransferCapacityZKM - { - #keys: '[413988.0.1292313339]' - BaseType: 'WebNumberPicker' - Properties: - [ - DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKM' - Label: 'ZKM(pcs)' - Taborder: 1 - ] - } - Component npUpperLimitOfTransferCapacityPL - { - #keys: '[413988.0.1292313341]' - BaseType: 'WebNumberPicker' - Properties: - [ - DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityPL' - Label: 'PL(pcs)' - Taborder: 2 - ] - } - Component npUpperLimitOfTransferCapacityKW - { - #keys: '[413988.0.1292313343]' - BaseType: 'WebNumberPicker' - Properties: - [ - DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityKW' - Label: 'KW(pcs)' - Taborder: 3 - ] - } - Component npUpperLimitOfTransferCapacityAGW - { - #keys: '[413988.0.1292313345]' - BaseType: 'WebNumberPicker' - Properties: - [ - DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityAGW' - Label: 'AGW(pcs)' - Taborder: 4 - ] - } + #child: pnlDLFactory + #child: pnlCCFactory ] Properties: [ + Orientation: 'tab' Padding: 'true' Taborder: 0 ] -- Gitblit v1.9.3