From 34d29be6a3eb0c025da50b77f2107c4ad259c6c0 Mon Sep 17 00:00:00 2001
From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com>
Date: 星期一, 25 九月 2023 22:50:04 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into feature/kevin_addsanitycheck

---
 _Main/UI/MacroPlannerWebApp/Component_DialogCapacityAllocationResultsRuleConfiguration/Component_pnlContent.def |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCapacityAllocationResultsRuleConfiguration/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCapacityAllocationResultsRuleConfiguration/Component_pnlContent.def
new file mode 100644
index 0000000..f885a86
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCapacityAllocationResultsRuleConfiguration/Component_pnlContent.def
@@ -0,0 +1,58 @@
+Quintiq file version 2.0
+Component pnlContent
+{
+  #keys: '[414702.0.373821468]'
+  BaseType: 'WebPanel'
+  Children:
+  [
+    Component efPanelMaterialCode
+    {
+      #keys: '[414702.0.375722232]'
+      BaseType: 'WebEditField'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.PanelMaterialCode'
+        Label: '闈㈡澘鐗╂枡缂栫爜'
+        Taborder: 0
+      ]
+    }
+    Component efModuleMaterialCode
+    {
+      #keys: '[414702.0.375722245]'
+      BaseType: 'WebEditField'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.ModuleMaterialCode'
+        Label: '妯℃澘浜ф垚鍝両D'
+        Taborder: 1
+      ]
+    }
+    Component efDivision
+    {
+      #keys: '[414702.0.375722257]'
+      BaseType: 'WebEditField'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.Division'
+        Label: '浜嬩笟閮�'
+        Taborder: 2
+      ]
+    }
+    Component efStockingPointID
+    {
+      #keys: '[414702.0.375874061]'
+      BaseType: 'WebEditField'
+      Properties:
+      [
+        DataBinding: 'DataHolderDialogData.Data.StockingPointID'
+        Label: '妯$粍浜ф垚鍝佸簱瀛樼偣ID'
+        Taborder: 3
+      ]
+    }
+  ]
+  Properties:
+  [
+    Padding: 'true'
+    Taborder: 0
+  ]
+}

--
Gitblit v1.9.3