From d92eba86f9ff70d370050b9c71a4fab1f11ac200 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期四, 12 九月 2024 18:42:22 +0800
Subject: [PATCH] 成本参数优化
---
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def | 30 +++
_Main/BL/Type_LogisticsCostMachining/Attribute_StartDate.qbl | 8 +
_Main/BL/Type_LogisticsCostMaterialRack/Attribute_StartDate.qbl | 8 +
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsEndDate_OnCreated.def | 16 ++
_Main/BL/Type_LogisticsCostTransport/Attribute_EndDate.qbl | 8 +
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def | 32 +++
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsStartDate_OnCreated.def | 16 ++
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsStartDate_OnCreated.def | 16 ++
_Main/BL/Type_LogisticsCostMaterialRack/Attribute_EndDate.qbl | 8 +
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsEndDate_OnCreated.def | 16 ++
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def | 26 +++
_Main/BL/Type_LogisticsCostEngine/Attribute_EndDate.qbl | 8 +
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsStartDate_OnCreated.def | 16 ++
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsEndDate_OnCreated.def | 16 ++
_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostEngine/Component_ListLogisticsCostEngine.def | 2
_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw | 120 ++++++++++++---
_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostTransport/Component_ListLogisticsCostTransport.def | 2
_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMachining/Component_ListLogisticsCostMachining.def | 2
_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMaterialRack/Component_ListLogisticsCostMaterialRack.def | 2
_Main/BL/Type_LogisticsCostTransport/Attribute_StartDate.qbl | 8 +
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsStartDate_OnCreated.def | 16 ++
_Main/BL/Type_LogisticsCostEngine/Attribute_StartDate.qbl | 8 +
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def | 38 +++-
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsEndDate_OnCreated.def | 16 ++
_Main/BL/Type_LogisticsCostMachining/Attribute_EndDate.qbl | 8 +
25 files changed, 399 insertions(+), 47 deletions(-)
diff --git a/_Main/BL/Type_LogisticsCostEngine/Attribute_EndDate.qbl b/_Main/BL/Type_LogisticsCostEngine/Attribute_EndDate.qbl
new file mode 100644
index 0000000..e820c8b
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostEngine/Attribute_EndDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute EndDate
+{
+ #keys: '3[415754.0.248220027][415754.0.248220026][415754.0.248220028]'
+ Description: '缁撴潫鏃堕棿'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostEngine/Attribute_StartDate.qbl b/_Main/BL/Type_LogisticsCostEngine/Attribute_StartDate.qbl
new file mode 100644
index 0000000..bfbf0f9
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostEngine/Attribute_StartDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute StartDate
+{
+ #keys: '3[415754.0.248204654][415754.0.248204653][415754.0.248204655]'
+ Description: '寮�濮嬫椂闂�'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostMachining/Attribute_EndDate.qbl b/_Main/BL/Type_LogisticsCostMachining/Attribute_EndDate.qbl
new file mode 100644
index 0000000..ef95455
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostMachining/Attribute_EndDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute EndDate
+{
+ #keys: '3[415754.0.248220064][415754.0.248220063][415754.0.248220065]'
+ Description: '缁撴潫鏃堕棿'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostMachining/Attribute_StartDate.qbl b/_Main/BL/Type_LogisticsCostMachining/Attribute_StartDate.qbl
new file mode 100644
index 0000000..9b03e73
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostMachining/Attribute_StartDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute StartDate
+{
+ #keys: '3[415754.0.248204698][415754.0.248204697][415754.0.248204699]'
+ Description: '寮�濮嬫椂闂�'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostMaterialRack/Attribute_EndDate.qbl b/_Main/BL/Type_LogisticsCostMaterialRack/Attribute_EndDate.qbl
new file mode 100644
index 0000000..1596e6e
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostMaterialRack/Attribute_EndDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute EndDate
+{
+ #keys: '3[415754.0.248204752][415754.0.248204751][415754.0.248204753]'
+ Description: '缁撴潫鏃堕棿'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostMaterialRack/Attribute_StartDate.qbl b/_Main/BL/Type_LogisticsCostMaterialRack/Attribute_StartDate.qbl
new file mode 100644
index 0000000..8e48ea1
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostMaterialRack/Attribute_StartDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute StartDate
+{
+ #keys: '3[415754.0.248204735][415754.0.248204734][415754.0.248204736]'
+ Description: '寮�濮嬫椂闂�'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostTransport/Attribute_EndDate.qbl b/_Main/BL/Type_LogisticsCostTransport/Attribute_EndDate.qbl
new file mode 100644
index 0000000..aac0a14
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostTransport/Attribute_EndDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute EndDate
+{
+ #keys: '3[415754.0.248204806][415754.0.248204805][415754.0.248204807]'
+ Description: '缁撴潫鏃堕棿'
+ ValueType: Date
+}
diff --git a/_Main/BL/Type_LogisticsCostTransport/Attribute_StartDate.qbl b/_Main/BL/Type_LogisticsCostTransport/Attribute_StartDate.qbl
new file mode 100644
index 0000000..1c6a611
--- /dev/null
+++ b/_Main/BL/Type_LogisticsCostTransport/Attribute_StartDate.qbl
@@ -0,0 +1,8 @@
+Quintiq file version 2.0
+#parent: #root
+Attribute StartDate
+{
+ #keys: '3[415754.0.248204789][415754.0.248204788][415754.0.248204790]'
+ Description: '寮�濮嬫椂闂�'
+ ValueType: Date
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
index f2c3faa..b4eb73a 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Component_pnlContent.def
@@ -13,7 +13,7 @@
[
DataBinding: 'DataHolderDialogData.Data.PackagingCapacity'
Label: '鍖呰瀹归噺 (PCS/鎵�)'
- Taborder: 3
+ Taborder: 5
]
}
Component npWarehousingPrice
@@ -24,7 +24,7 @@
[
DataBinding: 'DataHolderDialogData.Data.WarehousingPrice'
Label: '鍏ュ簱鍗曚环 (RMB/鎵�)'
- Taborder: 4
+ Taborder: 6
]
}
Component npOutboundPrice
@@ -35,7 +35,7 @@
[
DataBinding: 'DataHolderDialogData.Data.OutboundPrice'
Label: '鍑哄簱鍗曚环 (RMB/鎵�)'
- Taborder: 5
+ Taborder: 7
]
}
Component npStoragePrice
@@ -46,7 +46,7 @@
[
DataBinding: 'DataHolderDialogData.Data.StoragePrice'
Label: '浠撳偍鍗曚环 (RMB/鎵�)'
- Taborder: 6
+ Taborder: 8
]
}
Component npOtherPrice
@@ -57,7 +57,7 @@
[
DataBinding: 'DataHolderDialogData.Data.OtherPrice'
Label: '鍏朵粬鍗曚环 (RMB/鎵�)'
- Taborder: 7
+ Taborder: 9
]
}
Component ddslFactory
@@ -94,6 +94,28 @@
Taborder: 2
]
}
+ Component dsStartDate
+ {
+ #keys: '[415754.0.251890757]'
+ BaseType: 'WebDateSelector'
+ Properties:
+ [
+ DataBinding: 'DataHolderDialogData.Data.StartDate'
+ Label: '寮�濮嬫椂闂�'
+ Taborder: 3
+ ]
+ }
+ Component dsEndDate
+ {
+ #keys: '[415754.0.251890826]'
+ BaseType: 'WebDateSelector'
+ Properties:
+ [
+ DataBinding: 'DataHolderDialogData.Data.EndDate'
+ Label: '缁撴潫鏃堕棿'
+ Taborder: 4
+ ]
+ }
]
Properties:
[
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsEndDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsEndDate_OnCreated.def
new file mode 100644
index 0000000..2b66fb9
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsEndDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsEndDate
+Response OnCreated () id:Response_pnlContent_dsEndDate_OnCreated
+{
+ #keys: '[415754.0.251929458]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MaxDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsStartDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsStartDate_OnCreated.def
new file mode 100644
index 0000000..1671a80
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostEngine/Response_pnlContent_dsStartDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsStartDate
+Response OnCreated () id:Response_pnlContent_dsStartDate_OnCreated
+{
+ #keys: '[415754.0.251929374]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MinDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def
index 83117c6..0a928ac 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Component_pnlContent.def
@@ -13,7 +13,7 @@
[
DataBinding: 'DataHolderDialogData.Data.PackagePrice'
Label: '鍖呰鍗曚环 (RMB/PCS)'
- Taborder: 3
+ Taborder: 5
]
}
Component npPackagingCapacity
@@ -24,7 +24,7 @@
[
DataBinding: 'DataHolderDialogData.Data.PackagingCapacity'
Label: '鍖呰瀹归噺 (PCS/鎵�)'
- Taborder: 2
+ Taborder: 4
]
}
Component npUnpackingPrice
@@ -35,7 +35,7 @@
[
DataBinding: 'DataHolderDialogData.Data.UnpackingPrice'
Label: '鎷嗗寘鍗曚环 (RMB/PCS)'
- Taborder: 4
+ Taborder: 6
]
}
Component npWoodenCratePrice
@@ -46,7 +46,7 @@
[
DataBinding: 'DataHolderDialogData.Data.WoodenCratePrice'
Label: '鏈ㄧ鍗曚环 (RMB/鎵�)'
- Taborder: 5
+ Taborder: 7
]
}
Component npBufferPaperPrice
@@ -57,7 +57,7 @@
[
DataBinding: 'DataHolderDialogData.Data.BufferPaperPrice'
Label: '缂撳啿绾稿崟浠� (RMB/PCS)'
- Taborder: 6
+ Taborder: 8
]
}
Component npWarehousingPrice
@@ -68,7 +68,7 @@
[
DataBinding: 'DataHolderDialogData.Data.WarehousingPrice'
Label: '鍏ュ簱鍗曚环 (RMB/鎵�)'
- Taborder: 7
+ Taborder: 9
]
}
Component npOutboundPrice
@@ -79,7 +79,7 @@
[
DataBinding: 'DataHolderDialogData.Data.OutboundPrice'
Label: '鍑哄簱鍗曚环 (RMB/PCS)'
- Taborder: 8
+ Taborder: 10
]
}
Component npStoragePrice
@@ -90,7 +90,7 @@
[
DataBinding: 'DataHolderDialogData.Data.StoragePrice'
Label: '浠撳偍鍗曚环 (RMB/PCS)'
- Taborder: 9
+ Taborder: 11
]
}
Component ddslFactory id:ddslFactory_653
@@ -116,6 +116,28 @@
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
+ ]
+ }
]
Properties:
[
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsEndDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsEndDate_OnCreated.def
new file mode 100644
index 0000000..11f6ecd
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsEndDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsEndDate
+Response OnCreated () id:Response_pnlContent_dsEndDate_OnCreated
+{
+ #keys: '[415754.0.251929711]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MaxDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsStartDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsStartDate_OnCreated.def
new file mode 100644
index 0000000..99c5c78
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMachining/Response_pnlContent_dsStartDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsStartDate
+Response OnCreated () id:Response_pnlContent_dsStartDate_OnCreated
+{
+ #keys: '[415754.0.251929627]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MinDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def
index 7df23a3..1039cc5 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Component_pnlContent.def
@@ -13,7 +13,7 @@
[
DataBinding: 'DataHolderDialogData.Data.WarehousingPrice'
Label: '鍏ュ簱鍗曚环 (RMB/涓�)'
- Taborder: 1
+ Taborder: 3
]
}
Component npOutboundPrice
@@ -24,7 +24,7 @@
[
DataBinding: 'DataHolderDialogData.Data.OutboundPrice'
Label: '鍑哄簱鍗曚环 (RMB/涓�)'
- Taborder: 2
+ Taborder: 4
]
}
Component npStoragePrice
@@ -35,7 +35,7 @@
[
DataBinding: 'DataHolderDialogData.Data.StoragePrice'
Label: '浠撳偍鍗曚环 (RMB/涓�)'
- Taborder: 3
+ Taborder: 5
]
}
Component npCleanPrice
@@ -46,7 +46,7 @@
[
DataBinding: 'DataHolderDialogData.Data.CleanPrice'
Label: '娓呮礂鍗曚环 (RMB/涓�)'
- Taborder: 4
+ Taborder: 6
]
}
Component ddslFactory
@@ -61,6 +61,28 @@
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
+ ]
+ }
]
Properties:
[
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsEndDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsEndDate_OnCreated.def
new file mode 100644
index 0000000..5ecc626
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsEndDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsEndDate
+Response OnCreated () id:Response_pnlContent_dsEndDate_OnCreated
+{
+ #keys: '[415754.0.251929887]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MaxDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsStartDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsStartDate_OnCreated.def
new file mode 100644
index 0000000..4a4c818
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostMaterialRack/Response_pnlContent_dsStartDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsStartDate
+Response OnCreated () id:Response_pnlContent_dsStartDate_OnCreated
+{
+ #keys: '[415754.0.251929803]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MinDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def
index 79402d5..6e9147c 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Component_pnlContent.def
@@ -24,7 +24,7 @@
[
DataBinding: 'DataHolderDialogData.Data.LoadingCapacity'
Label: '瑁呰浇瀹归噺'
- Taborder: 3
+ Taborder: 5
]
}
Component npTransportPrice
@@ -35,7 +35,7 @@
[
DataBinding: 'DataHolderDialogData.Data.TransportPrice'
Label: '杩愯緭鍗曚綅 (RMB/杞�)'
- Taborder: 4
+ 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:
[
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsEndDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsEndDate_OnCreated.def
new file mode 100644
index 0000000..e0c0d3e
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsEndDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsEndDate
+Response OnCreated () id:Response_pnlContent_dsEndDate_OnCreated
+{
+ #keys: '[415754.0.251960063]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MaxDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsStartDate_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsStartDate_OnCreated.def
new file mode 100644
index 0000000..a80edb5
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditLogisticsCostTransport/Response_pnlContent_dsStartDate_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pnlContent/dsStartDate
+Response OnCreated () id:Response_pnlContent_dsStartDate_OnCreated
+{
+ #keys: '[415754.0.251929979]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebComponent_OnCreated'
+ QuillAction
+ {
+ Body:
+ [*
+ this.Date( Date::MinDate() );
+ *]
+ GroupServerCalls: false
+ }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostEngine/Component_ListLogisticsCostEngine.def b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostEngine/Component_ListLogisticsCostEngine.def
index 4bbc5b8..37cfff0 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostEngine/Component_ListLogisticsCostEngine.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostEngine/Component_ListLogisticsCostEngine.def
@@ -28,7 +28,7 @@
]
Properties:
[
- Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Generation","title":"Generation","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Generation"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"MLB_MQB","title":"MLB/MQB","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"MLB_MQB"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Product","title":"浜у搧","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Product"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Factory","title":"宸ュ巶","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Factory"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PackagingCapacity","title":"鍖呰瀹归噺","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PackagingCapacity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WarehousingPrice","title":"鍏ュ簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WarehousingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OutboundPrice","title":"鍑哄簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OutboundPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StoragePrice","title":"浠撳偍鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StoragePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OtherPrice","title":"鍏朵粬鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OtherPrice"}}]'
+ Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Generation","title":"Generation","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Generation"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"MLB_MQB","title":"MLB/MQB","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"MLB_MQB"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Product","title":"浜у搧","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Product"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Factory","title":"宸ュ巶","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Factory"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StartDate","title":"寮�濮嬫椂闂�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StartDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"EndDate","title":"缁撴潫鏃堕棿","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"EndDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PackagingCapacity","title":"鍖呰瀹归噺","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PackagingCapacity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WarehousingPrice","title":"鍏ュ簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WarehousingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OutboundPrice","title":"鍑哄簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OutboundPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StoragePrice","title":"浠撳偍鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StoragePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OtherPrice","title":"鍏朵粬鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OtherPrice"}}]'
ContextMenu: 'listContextMenuLogisticsCostEngine'
Taborder: 2
]
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMachining/Component_ListLogisticsCostMachining.def b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMachining/Component_ListLogisticsCostMachining.def
index 0d53cc6..bb53ad9 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMachining/Component_ListLogisticsCostMachining.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMachining/Component_ListLogisticsCostMachining.def
@@ -28,7 +28,7 @@
]
Properties:
[
- Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Product","title":"浜у搧","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Product"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Factory","title":"宸ュ巶","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Factory"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PackagingCapacity","title":"鍖呰瀹归噺","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PackagingCapacity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WarehousingPrice","title":"鍏ュ簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WarehousingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OutboundPrice","title":"鍑哄簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OutboundPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PackagePrice","title":"鍖呰鍗曚环(RMB/pcs)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PackagePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnpackingPrice","title":"鎷嗗寘鍗曚环(RMB/pcs)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnpackingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"BufferPaperPrice","title":"缂撳啿绾稿崟浠�(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"BufferPaperPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StoragePrice","title":"浠撳偍鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StoragePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WoodenCratePrice","title":"鏈ㄧ鍗曚环","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WoodenCratePrice"}}]'
+ Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Product","title":"浜у搧","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Product"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Factory","title":"宸ュ巶","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Factory"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StartDate","title":"寮�濮嬫椂闂�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StartDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"EndDate","title":"缁撴潫鏃堕棿","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"EndDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PackagingCapacity","title":"鍖呰瀹归噺","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PackagingCapacity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WarehousingPrice","title":"鍏ュ簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WarehousingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OutboundPrice","title":"鍑哄簱鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OutboundPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PackagePrice","title":"鍖呰鍗曚环(RMB/pcs)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PackagePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnpackingPrice","title":"鎷嗗寘鍗曚环(RMB/pcs)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnpackingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"BufferPaperPrice","title":"缂撳啿绾稿崟浠�(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"BufferPaperPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StoragePrice","title":"浠撳偍鍗曚环(RMB/鎵�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StoragePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WoodenCratePrice","title":"鏈ㄧ鍗曚环","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WoodenCratePrice"}}]'
ContextMenu: 'listContextMenuLogisticsCostMachining'
Taborder: 2
]
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMaterialRack/Component_ListLogisticsCostMaterialRack.def b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMaterialRack/Component_ListLogisticsCostMaterialRack.def
index dd7f17a..038e3af 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMaterialRack/Component_ListLogisticsCostMaterialRack.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostMaterialRack/Component_ListLogisticsCostMaterialRack.def
@@ -28,7 +28,7 @@
]
Properties:
[
- Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Factory","title":"宸ュ巶","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Factory"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WarehousingPrice","title":"鍏ュ簱鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WarehousingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OutboundPrice","title":"鍑哄簱鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OutboundPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StoragePrice","title":"浠撳偍鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StoragePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"CleanPrice","title":"娓呮礂鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"CleanPrice"}}]'
+ Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Factory","title":"宸ュ巶","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Factory"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StartDate","title":"寮�濮嬫椂闂�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StartDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"EndDate","title":"缁撴潫鏃堕棿","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"EndDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"WarehousingPrice","title":"鍏ュ簱鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"WarehousingPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"OutboundPrice","title":"鍑哄簱鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"OutboundPrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StoragePrice","title":"浠撳偍鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StoragePrice"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"CleanPrice","title":"娓呮礂鍗曚环(RMB/涓�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"CleanPrice"}}]'
ContextMenu: 'listContextMenuLogisticsCostMaterialRack'
Taborder: 2
]
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostTransport/Component_ListLogisticsCostTransport.def b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostTransport/Component_ListLogisticsCostTransport.def
index 5b301f4..ceb3fcb 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostTransport/Component_ListLogisticsCostTransport.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormLogisticsCostTransport/Component_ListLogisticsCostTransport.def
@@ -28,7 +28,7 @@
]
Properties:
[
- Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Product","title":"浜у搧","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Product"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Origin","title":"璧峰鍦�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Origin"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Destination","title":"鐩殑鍦�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Destination"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"LoadingCapacity","title":"瑁呰浇瀹归噺(鎵�/杞�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"LoadingCapacity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"TransportPrice","title":"杩愯緭浠锋牸(RMB/杞�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"TransportPrice"}}]'
+ Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Product","title":"浜у搧","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Product"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Origin","title":"璧峰鍦�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Origin"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Destination","title":"鐩殑鍦�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Destination"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StartDate","title":"寮�濮嬫椂闂�","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StartDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"EndDate","title":"缁撴潫鏃堕棿","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"EndDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"LoadingCapacity","title":"瑁呰浇瀹归噺(鎵�/杞�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"LoadingCapacity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"TransportPrice","title":"杩愯緭浠锋牸(RMB/杞�)","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"TransportPrice"}}]'
ContextMenu: 'listContextMenuLogisticsCostTransport'
Taborder: 2
]
diff --git a/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw b/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw
index c01f8e1..56808e3 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/LogisticsCostParameterSetting.vw
@@ -52,12 +52,30 @@
subtotals: ''
width: 60
}
+ column_StartDate
+ {
+ columnId: 'StartDate'
+ dataPath: 'StartDate'
+ dataType: 'date'
+ index: 3
+ subtotals: ''
+ width: 80
+ }
+ column_EndDate
+ {
+ columnId: 'EndDate'
+ dataPath: 'EndDate'
+ dataType: 'date'
+ index: 4
+ subtotals: ''
+ width: 78
+ }
column_PackagingCapacity
{
columnId: 'PackagingCapacity'
dataPath: 'PackagingCapacity'
dataType: 'number'
- index: 3
+ index: 5
subtotals: ''
width: 86
}
@@ -66,7 +84,7 @@
columnId: 'WarehousingPrice'
dataPath: 'WarehousingPrice'
dataType: 'number'
- index: 4
+ index: 6
subtotals: ''
width: 126
}
@@ -75,7 +93,7 @@
columnId: 'OutboundPrice'
dataPath: 'OutboundPrice'
dataType: 'number'
- index: 5
+ index: 7
subtotals: ''
width: 126
}
@@ -84,7 +102,7 @@
columnId: 'StoragePrice'
dataPath: 'StoragePrice'
dataType: 'number'
- index: 6
+ index: 8
subtotals: ''
width: 124
}
@@ -93,7 +111,7 @@
columnId: 'OtherPrice'
dataPath: 'OtherPrice'
dataType: 'number'
- index: 7
+ index: 9
subtotals: ''
width: 127
}
@@ -128,7 +146,7 @@
dataType: 'string'
index: 0
subtotals: ''
- width: 52
+ width: 121
}
column_Origin
{
@@ -137,7 +155,7 @@
dataType: 'string'
index: 1
subtotals: ''
- width: 66
+ width: 75
}
column_Destination
{
@@ -146,14 +164,32 @@
dataType: 'string'
index: 2
subtotals: ''
- width: 67
+ width: 86
+ }
+ column_StartDate
+ {
+ columnId: 'StartDate'
+ dataPath: 'StartDate'
+ dataType: 'date'
+ index: 3
+ subtotals: ''
+ width: 78
+ }
+ column_EndDate
+ {
+ columnId: 'EndDate'
+ dataPath: 'EndDate'
+ dataType: 'date'
+ index: 4
+ subtotals: ''
+ width: 78
}
column_LoadingCapacity
{
columnId: 'LoadingCapacity'
dataPath: 'LoadingCapacity'
dataType: 'number'
- index: 3
+ index: 5
subtotals: ''
width: 109
}
@@ -162,7 +198,7 @@
columnId: 'TransportPrice'
dataPath: 'TransportPrice'
dataType: 'number'
- index: 4
+ index: 6
subtotals: ''
width: 150
}
@@ -197,14 +233,32 @@
dataType: 'string'
index: 0
subtotals: ''
- width: 51
+ width: 64
+ }
+ column_StartDate
+ {
+ columnId: 'StartDate'
+ dataPath: 'StartDate'
+ dataType: 'date'
+ index: 1
+ subtotals: ''
+ width: 77
+ }
+ column_EndDate
+ {
+ columnId: 'EndDate'
+ dataPath: 'EndDate'
+ dataType: 'date'
+ index: 2
+ subtotals: ''
+ width: 80
}
column_WarehousingPrice
{
columnId: 'WarehousingPrice'
dataPath: 'WarehousingPrice'
dataType: 'number'
- index: 1
+ index: 3
subtotals: ''
width: 123
}
@@ -213,7 +267,7 @@
columnId: 'OutboundPrice'
dataPath: 'OutboundPrice'
dataType: 'number'
- index: 2
+ index: 4
subtotals: ''
width: 124
}
@@ -222,7 +276,7 @@
columnId: 'StoragePrice'
dataPath: 'StoragePrice'
dataType: 'number'
- index: 3
+ index: 5
subtotals: ''
width: 126
}
@@ -231,7 +285,7 @@
columnId: 'CleanPrice'
dataPath: 'CleanPrice'
dataType: 'number'
- index: 4
+ index: 6
subtotals: ''
width: 128
}
@@ -275,14 +329,32 @@
dataType: 'string'
index: 1
subtotals: ''
- width: 54
+ width: 65
+ }
+ column_StartDate
+ {
+ columnId: 'StartDate'
+ dataPath: 'StartDate'
+ dataType: 'date'
+ index: 2
+ subtotals: ''
+ width: 79
+ }
+ column_EndDate
+ {
+ columnId: 'EndDate'
+ dataPath: 'EndDate'
+ dataType: 'date'
+ index: 3
+ subtotals: ''
+ width: 78
}
column_PackagingCapacity
{
columnId: 'PackagingCapacity'
dataPath: 'PackagingCapacity'
dataType: 'number'
- index: 2
+ index: 4
subtotals: ''
width: 73
}
@@ -291,7 +363,7 @@
columnId: 'WarehousingPrice'
dataPath: 'WarehousingPrice'
dataType: 'number'
- index: 3
+ index: 5
subtotals: ''
width: 126
}
@@ -300,7 +372,7 @@
columnId: 'OutboundPrice'
dataPath: 'OutboundPrice'
dataType: 'number'
- index: 4
+ index: 6
subtotals: ''
width: 130
}
@@ -309,7 +381,7 @@
columnId: 'PackagePrice'
dataPath: 'PackagePrice'
dataType: 'number'
- index: 5
+ index: 7
subtotals: ''
width: 131
}
@@ -318,7 +390,7 @@
columnId: 'UnpackingPrice'
dataPath: 'UnpackingPrice'
dataType: 'number'
- index: 6
+ index: 8
subtotals: ''
width: 133
}
@@ -327,7 +399,7 @@
columnId: 'BufferPaperPrice'
dataPath: 'BufferPaperPrice'
dataType: 'number'
- index: 7
+ index: 9
subtotals: ''
width: 135
}
@@ -336,7 +408,7 @@
columnId: 'StoragePrice'
dataPath: 'StoragePrice'
dataType: 'number'
- index: 8
+ index: 10
subtotals: ''
width: 126
}
@@ -345,7 +417,7 @@
columnId: 'WoodenCratePrice'
dataPath: 'WoodenCratePrice'
dataType: 'number'
- index: 9
+ index: 11
subtotals: ''
width: 79
}
--
Gitblit v1.9.3