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_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def
index 79402d5..f843c03 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def
@@ -23,8 +23,8 @@
       Properties:
       [
         DataBinding: 'DataHolderDialogData.Data.LoadingCapacity'
-        Label: '瑁呰浇瀹归噺'
-        Taborder: 3
+        Label: '瑁呰浇瀹归噺锛堟墭/杞︼級'
+        Taborder: 5
       ]
     }
     Component npTransportPrice
@@ -34,8 +34,8 @@
       Properties:
       [
         DataBinding: 'DataHolderDialogData.Data.TransportPrice'
-        Label: '杩愯緭鍗曚綅 (RMB/杞�)'
-        Taborder: 4
+        Label: '杩愯緭浠锋牸 (RMB/杞�)'
+        Taborder: 6
       ]
     }
     Component ddslOrigin
@@ -60,6 +60,28 @@
         Taborder: 2
       ]
     }
+    Component dsStartDate
+    {
+      #keys: '[415754.0.251800972]'
+      BaseType: 'WebDateSelector'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.StartDate'
+        Label: '寮�濮嬫椂闂�'
+        Taborder: 3
+      ]
+    }
+    Component dsEndDate
+    {
+      #keys: '[415754.0.251801015]'
+      BaseType: 'WebDateSelector'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.EndDate'
+        Label: '缁撴潫鏃堕棿'
+        Taborder: 4
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3