From ed2537cd89fa7c3d3d231d236ebf1f1de59d6531 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期四, 17 十月 2024 13:12:27 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditPackagingPlanNewCapability/Component_pnlContent.def | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditPackagingPlanNewCapability/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditPackagingPlanNewCapability/Component_pnlContent.def index f6bf3ff..0ef7aff 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditPackagingPlanNewCapability/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditPackagingPlanNewCapability/Component_pnlContent.def @@ -5,14 +5,15 @@ BaseType: 'WebPanel' Children: [ - Component ddslProductionLine + Component ddslFactory { #keys: '[413988.0.1596148502]' BaseType: 'WebDropDownStringList' Properties: [ - DataBinding: 'DataHolderDialogData.Data.ProductionLine' + DataBinding: 'DataHolderDialogData.Data.Factory' Label: 'Production line' + Strings: '澶ц繛宸ュ巶;闀挎槬宸ュ巶' Taborder: 0 ] } @@ -24,7 +25,7 @@ [ DataBinding: 'DataHolderDialogData.Data.MaximumDailyPackagingQuantity' Label: 'Maximum daily packaging quantity' - Taborder: 1 + Taborder: 2 ] } Component npMaximumDailyUnpackingQuantity @@ -35,7 +36,18 @@ [ DataBinding: 'DataHolderDialogData.Data.MaximumDailyUnpackingQuantity' Label: 'Maximum daily unpacking quantity' - Taborder: 2 + Taborder: 3 + ] + } + Component ddslProductID + { + #keys: '[415754.0.415211304]' + BaseType: 'WebDropDownStringList' + Properties: + [ + DataBinding: 'DataHolderDialogData.Data.ProductID' + Label: 'Product ID' + Taborder: 1 ] } ] -- Gitblit v1.9.3