From e841cc38f8270abeafc063470f64de121544febc Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期二, 10 九月 2024 18:44:55 +0800
Subject: [PATCH] 参数优化

---
 _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
index 69737c7..f2c3faa 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
@@ -5,28 +5,6 @@
   BaseType: 'WebPanel'
   Children:
   [
-    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]'
@@ -94,6 +72,28 @@
         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