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_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def |   87 +++++++++++++++++++++++++++----------------
 1 files changed, 55 insertions(+), 32 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def
index 65628ad..6bb7b37 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def
@@ -5,28 +5,6 @@
   BaseType: 'WebPanel'
   Children:
   [
-    Component efFactory
-    {
-      #keys: '[413988.0.1457092631]'
-      BaseType: 'WebEditField'
-      Properties:
-      [
-        DataBinding: 'DataHolderDialogData.Data.Factory'
-        Label: '宸ュ巶'
-        Taborder: 0
-      ]
-    }
-    Component efProduct
-    {
-      #keys: '[413988.0.1457092665]'
-      BaseType: 'WebEditField'
-      Properties:
-      [
-        DataBinding: 'DataHolderDialogData.Data.Product'
-        Label: '浜у搧'
-        Taborder: 1
-      ]
-    }
     Component npPackagePrice
     {
       #keys: '[413988.0.1457167071]'
@@ -35,7 +13,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.PackagePrice'
         Label: '鍖呰鍗曚环 (RMB/PCS)'
-        Taborder: 3
+        Taborder: 5
       ]
     }
     Component npPackagingCapacity
@@ -46,7 +24,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.PackagingCapacity'
         Label: '鍖呰瀹归噺 (PCS/鎵�)'
-        Taborder: 2
+        Taborder: 4
       ]
     }
     Component npUnpackingPrice
@@ -57,7 +35,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.UnpackingPrice'
         Label: '鎷嗗寘鍗曚环 (RMB/PCS)'
-        Taborder: 4
+        Taborder: 6
       ]
     }
     Component npWoodenCratePrice
@@ -68,7 +46,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.WoodenCratePrice'
         Label: '鏈ㄧ鍗曚环 (RMB/鎵�)'
-        Taborder: 5
+        Taborder: 7
       ]
     }
     Component npBufferPaperPrice
@@ -79,7 +57,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.BufferPaperPrice'
         Label: '缂撳啿绾稿崟浠� (RMB/PCS)'
-        Taborder: 6
+        Taborder: 8
       ]
     }
     Component npWarehousingPrice
@@ -90,7 +68,7 @@
       [
         DataBinding: 'DataHolderDialogData.Data.WarehousingPrice'
         Label: '鍏ュ簱鍗曚环 (RMB/鎵�)'
-        Taborder: 7
+        Taborder: 9
       ]
     }
     Component npOutboundPrice
@@ -100,8 +78,8 @@
       Properties:
       [
         DataBinding: 'DataHolderDialogData.Data.OutboundPrice'
-        Label: '鍑哄簱鍗曚环 (RMB/PCS)'
-        Taborder: 8
+        Label: '鍑哄簱鍗曚环 (RMB/鎵�)'
+        Taborder: 10
       ]
     }
     Component npStoragePrice
@@ -111,8 +89,53 @@
       Properties:
       [
         DataBinding: 'DataHolderDialogData.Data.StoragePrice'
-        Label: '浠撳偍鍗曚环 (RMB/PCS)'
-        Taborder: 9
+        Label: '浠撳偍鍗曚环 (RMB/鎵�)'
+        Taborder: 11
+      ]
+    }
+    Component ddslFactory id:ddslFactory_653
+    {
+      #keys: '[415754.0.98423632]'
+      BaseType: 'WebDropDownStringList'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.Factory'
+        Label: '宸ュ巶'
+        Strings: '澶ц繛宸ュ巶;闀挎槬宸ュ巶'
+        Taborder: 0
+      ]
+    }
+    Component ddslProduct
+    {
+      #keys: '[415754.0.234419580]'
+      BaseType: 'WebDropDownStringList'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.Product'
+        Label: '浜у搧'
+        Taborder: 1
+      ]
+    }
+    Component dsStartDate
+    {
+      #keys: '[415754.0.251891058]'
+      BaseType: 'WebDateSelector'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.StartDate'
+        Label: '寮�濮嬫椂闂�'
+        Taborder: 2
+      ]
+    }
+    Component dsEndDate
+    {
+      #keys: '[415754.0.251891108]'
+      BaseType: 'WebDateSelector'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.EndDate'
+        Label: '缁撴潫鏃堕棿'
+        Taborder: 3
       ]
     }
   ]

--
Gitblit v1.9.3