From a88fe6630f15c12d5c35d6b8a6dd4c8c4635d202 Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期一, 18 九月 2023 11:56:52 +0800
Subject: [PATCH] 合并填产功能
---
_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/_ROOT_Component_DialogFillingCustomerAndForecast.def | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/_ROOT_Component_DialogFillingCustomerAndForecast.def b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/_ROOT_Component_DialogFillingCustomerAndForecast.def
new file mode 100644
index 0000000..57c6988
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/_ROOT_Component_DialogFillingCustomerAndForecast.def
@@ -0,0 +1,42 @@
+Quintiq file version 2.0
+#root
+#parent: MacroPlannerWebApp
+OrphanComponent DialogFillingCustomerAndForecast
+{
+ #keys: '[414382.0.415330990]'
+ BaseType: 'WebForm'
+ Children:
+ [
+ #child: pnlContent
+ #child: pnlActions
+ Component DataHolderFilling
+ {
+ #keys: '[414382.0.415483316]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'shadow[CustomerAndForecastOrder]*'
+ Properties:
+ [
+ Taborder: 2
+ ]
+ }
+ Component DataHolderFillingCapacityOrder
+ {
+ #keys: '[414382.0.416323029]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'shadow[FillingCapacityOrder]*'
+ Properties:
+ [
+ Taborder: 3
+ ]
+ }
+ ]
+ Properties:
+ [
+ Alignment: 'trailing'
+ EnterButton: 'btnOk'
+ EscapeButton: 'btnCancel'
+ ExcludeFromActiveComponent: true
+ Padding: 'false'
+ Title: 'Filling'
+ ]
+}
--
Gitblit v1.9.3