From 773c8b53890dc31395424dcdf9ac4a9b91158a72 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期四, 17 十月 2024 16:21:00 +0800
Subject: [PATCH] 机加物流成本报表优化

---
 _Main/Sys/Repr/Global/MachineLogisticsCostReportCell.qrp                                                                     |   71 +++++++++++++++++++++++
 _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def                    |   11 +++
 _Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/_ROOT_Component_FormMachineLogisticsCostReport.def      |    1 
 _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_dhSelectedFactoryMCRR_OnCreated.def      |   16 +++++
 _Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnCreated.def              |   16 +++++
 _Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnUserSelectionChanged.def |   16 +++++
 6 files changed, 131 insertions(+), 0 deletions(-)

diff --git a/_Main/Sys/Repr/Global/MachineLogisticsCostReportCell.qrp b/_Main/Sys/Repr/Global/MachineLogisticsCostReportCell.qrp
new file mode 100644
index 0000000..6e211a7
--- /dev/null
+++ b/_Main/Sys/Repr/Global/MachineLogisticsCostReportCell.qrp
@@ -0,0 +1,71 @@
+Quintiq file version 2.0
+#parent: #root
+TypeRepresentation MachineLogisticsCostReportCell
+{
+  AttributeRepresentation BufferPaperCost
+  {
+    AttributeKey: '[413988.0.1462991459]'
+    Synonym: '缂撳啿绾歌垂鐢�'
+  }
+  AttributeRepresentation Coefficient
+  {
+    AttributeKey: '[413988.0.1462991559]'
+    Synonym: '绯绘暟'
+  }
+  AttributeRepresentation EstimatedTotalCost
+  {
+    AttributeKey: '[413988.0.1462991539]'
+    Synonym: '棰勮鎬昏垂鐢�'
+  }
+  AttributeRepresentation ExternalRentalWarehouseTransportationCosts
+  {
+    AttributeKey: '[413988.0.1462991519]'
+    Synonym: '澶栫搴撹繍杈撹垂鐢�'
+  }
+  AttributeRepresentation OutboundExpensesForRentedWarehouses
+  {
+    AttributeKey: '[413988.0.1462991509]'
+    Synonym: '澶栫搴撳嚭搴撹垂鐢�'
+  }
+  AttributeRepresentation PackingCharges
+  {
+    AttributeKey: '[413988.0.1462991439]'
+    Synonym: '鍖呰璐圭敤'
+  }
+  AttributeRepresentation QuantityOfWoodenCrates
+  {
+    AttributeKey: '[413988.0.1462991469]'
+    Synonym: '鏈ㄧ鏁伴噺'
+  }
+  AttributeRepresentation RentalWarehouseStorageFees
+  {
+    AttributeKey: '[413988.0.1462991529]'
+    Synonym: '澶栫搴撲粨鍌ㄨ垂鐢�'
+  }
+  AttributeRepresentation StorageFeesForRentedWarehouses
+  {
+    AttributeKey: '[413988.0.1462991499]'
+    Synonym: '澶栫搴撳叆搴撹垂鐢�'
+  }
+  AttributeRepresentation TotalCost
+  {
+    AttributeKey: '[413988.0.1462991549]'
+    Synonym: '鎬昏垂鐢�'
+  }
+  AttributeRepresentation TransferCost
+  {
+    AttributeKey: '[413988.0.1462991489]'
+    Synonym: '璋冩嫧璐圭敤'
+  }
+  AttributeRepresentation UnpackingCost
+  {
+    AttributeKey: '[413988.0.1462991449]'
+    Synonym: '鎷嗗寘璐圭敤'
+  }
+  AttributeRepresentation WoodenCrateCost
+  {
+    AttributeKey: '[413988.0.1462991479]'
+    Synonym: '鏈ㄧ璐圭敤'
+  }
+  RelationRepresentation MachineLogisticsCostReportColumn { RelationKey: '[413988.0.1462991383]' Visibility: 'Normal' }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_dhSelectedFactoryMCRR_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_dhSelectedFactoryMCRR_OnCreated.def
new file mode 100644
index 0000000..cfa50ae
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_dhSelectedFactoryMCRR_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: dhSelectedFactoryMCRR
+Response OnCreated () id:Response_MacroPlanner_ApplicationMacroPlanner_dhSelectedFactoryMCRR_OnCreated
+{
+  #keys: '[415754.0.430191699]'
+  CanBindMultiple: false
+  DefinitionID: 'Responsedef_WebComponent_OnCreated'
+  QuillAction
+  {
+    Body:
+    [*
+      this.Data( "澶ц繛宸ュ巶" );
+    *]
+    GroupServerCalls: false
+  }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
index e834e94..ae398df 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
@@ -223,5 +223,16 @@
         Taborder: 59
       ]
     }
+    Component dhSelectedFactoryMCRR
+    {
+      #keys: '[415754.0.434272020]'
+      BaseType: 'WebDataHolder'
+      Databinding: 'String*'
+      Properties:
+      [
+        Description: '鏈哄姞鐗╂祦鎴愭湰鎶ヨ〃宸ュ巶鍙傛暟'
+        Taborder: 60
+      ]
+    }
   ]
 }
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnCreated.def
new file mode 100644
index 0000000..0c95da9
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnCreated.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pHeader/ddslFactory
+Response OnCreated () id:Response_pHeader_ddslFactory_OnCreated
+{
+  #keys: '[415754.0.425324701]'
+  CanBindMultiple: false
+  DefinitionID: 'Responsedef_WebComponent_OnCreated'
+  QuillAction
+  {
+    Body:
+    [*
+      this.Text( dhSelectedFactoryMCRR.Data() );
+    *]
+    GroupServerCalls: false
+  }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnUserSelectionChanged.def b/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnUserSelectionChanged.def
new file mode 100644
index 0000000..fcd5be2
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/Response_pHeader_ddslFactory_OnUserSelectionChanged.def
@@ -0,0 +1,16 @@
+Quintiq file version 2.0
+#parent: pHeader/ddslFactory
+Response OnUserSelectionChanged () id:Response_pHeader_ddslFactory_OnUserSelectionChanged
+{
+  #keys: '[415754.0.425324931]'
+  CanBindMultiple: false
+  DefinitionID: 'Responsedef_WebDropDownStringList_OnUserSelectionChanged'
+  QuillAction
+  {
+    Body:
+    [*
+      dhSelectedFactoryMCRR.Data( this.Text() );
+    *]
+    GroupServerCalls: false
+  }
+}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/_ROOT_Component_FormMachineLogisticsCostReport.def b/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/_ROOT_Component_FormMachineLogisticsCostReport.def
index c5e5780..dbab742 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/_ROOT_Component_FormMachineLogisticsCostReport.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormMachineLogisticsCostReport/_ROOT_Component_FormMachineLogisticsCostReport.def
@@ -12,6 +12,7 @@
   ]
   Properties:
   [
+    Description: '鏈哄姞鐗╂祦鎴愭湰鎶ヨ〃'
     Title: 'MachineLogisticsCostReport'
   ]
 }

--
Gitblit v1.9.3