From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项

---
 _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def |   53 ++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 38 insertions(+), 15 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def
index 3ff05c2..1039cc5 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def
@@ -5,17 +5,6 @@
   BaseType: 'WebPanel'
   Children:
   [
-    Component efFactory
-    {
-      #keys: '[413988.0.1456914946]'
-      BaseType: 'WebEditField'
-      Properties:
-      [
-        DataBinding: 'DataHolderDialogData.Data.Factory'
-        Label: '宸ュ巶'
-        Taborder: 0
-      ]
-    }
     Component npWarehousingPrice
     {
       #keys: '[413988.0.1455874538]'
@@ -24,7 +13,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.WarehousingPrice'
         Label: '鍏ュ簱鍗曚环 (RMB/涓�)'
-        Taborder: 1
+        Taborder: 3
       ]
     }
     Component npOutboundPrice
@@ -35,7 +24,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.OutboundPrice'
         Label: '鍑哄簱鍗曚环 (RMB/涓�)'
-        Taborder: 2
+        Taborder: 4
       ]
     }
     Component npStoragePrice
@@ -46,7 +35,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.StoragePrice'
         Label: '浠撳偍鍗曚环 (RMB/涓�)'
-        Taborder: 3
+        Taborder: 5
       ]
     }
     Component npCleanPrice
@@ -57,7 +46,41 @@
       [
         DataBinding: 'DataHolderDialogData.Data.CleanPrice'
         Label: '娓呮礂鍗曚环 (RMB/涓�)'
-        Taborder: 4
+        Taborder: 6
+      ]
+    }
+    Component ddslFactory
+    {
+      #keys: '[415754.0.97113155]'
+      BaseType: 'WebDropDownStringList'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.Factory'
+        Label: '宸ュ巶'
+        Strings: '澶ц繛宸ュ巶;闀挎槬宸ュ巶'
+        Taborder: 0
+      ]
+    }
+    Component dsStartDate
+    {
+      #keys: '[415754.0.250771746]'
+      BaseType: 'WebDateSelector'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.StartDate'
+        Label: '寮�濮嬫椂闂�'
+        Taborder: 1
+      ]
+    }
+    Component dsEndDate
+    {
+      #keys: '[415754.0.251800892]'
+      BaseType: 'WebDateSelector'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.EndDate'
+        Label: '缁撴潫鏃堕棿'
+        Taborder: 2
       ]
     }
   ]

--
Gitblit v1.9.3