From 80c6948cd396f85fa3b19a6b22cfc29ae68e60d6 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 11 九月 2024 16:27:22 +0800
Subject: [PATCH] Update StaticMethod_Archive.qbl
---
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def | 67 +++++++++++++++++----------------
1 files changed, 34 insertions(+), 33 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
index a5cade2..f2c3faa 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
@@ -5,39 +5,6 @@
BaseType: 'WebPanel'
Children:
[
- Component efFactory id:efFactory_245
- {
- #keys: '[413988.0.1457133347]'
- BaseType: 'WebEditField'
- Properties:
- [
- DataBinding: 'DataHolderDialogData.Data.Factory'
- Label: '宸ュ巶'
- Taborder: 0
- ]
- }
- Component efGeneration
- {
- #keys: '[413988.0.1457133350]'
- BaseType: 'WebEditField'
- Properties:
- [
- DataBinding: 'DataHolderDialogData.Data.Generation'
- Label: 'Generation'
- Taborder: 1
- ]
- }
- Component efMLB_MQB
- {
- #keys: '[413988.0.1457133352]'
- BaseType: 'WebEditField'
- Properties:
- [
- DataBinding: 'DataHolderDialogData.Data.MLB_MQB'
- Label: 'MLB/MQB'
- Taborder: 2
- ]
- }
Component npPackagingCapacity id:npPackagingCapacity_758
{
#keys: '[413988.0.1457544780]'
@@ -93,6 +60,40 @@
Taborder: 7
]
}
+ Component ddslFactory
+ {
+ #keys: '[415754.0.98386037]'
+ BaseType: 'WebDropDownStringList'
+ Properties:
+ [
+ DataBinding: 'DataHolderDialogData.Data.Factory'
+ Label: '宸ュ巶'
+ Strings: '澶ц繛宸ュ巶;闀挎槬宸ュ巶'
+ Taborder: 0
+ ]
+ }
+ Component ddslGeneration
+ {
+ #keys: '[415754.0.233210686]'
+ BaseType: 'WebDropDownStringList'
+ Properties:
+ [
+ DataBinding: 'DataHolderDialogData.Data.Generation'
+ Label: 'Generation'
+ Taborder: 1
+ ]
+ }
+ Component ddslMLB_MQB
+ {
+ #keys: '[415754.0.233210698]'
+ BaseType: 'WebDropDownStringList'
+ Properties:
+ [
+ DataBinding: 'DataHolderDialogData.Data.MLB_MQB'
+ Label: 'MLB/MQB'
+ Taborder: 2
+ ]
+ }
]
Properties:
[
--
Gitblit v1.9.3