From 765e7ec8426f896bf78a8749e38bd1656ca05474 Mon Sep 17 00:00:00 2001
From: yanweiyuan3 <yanweiyuan3@gmail.com>
Date: 星期四, 21 九月 2023 11:26:46 +0800
Subject: [PATCH] Merge branch 'dev' into dev_yy
---
_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/Component_pnlContent.def | 85 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 85 insertions(+), 0 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/Component_pnlContent.def
new file mode 100644
index 0000000..488be7e
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/Component_pnlContent.def
@@ -0,0 +1,85 @@
+Quintiq file version 2.0
+Component pnlContent
+{
+ #keys: '[414382.0.415330992]'
+ BaseType: 'WebPanel'
+ Children:
+ [
+ Component efVerNo
+ {
+ #keys: '[414382.0.415451216]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ DataBinding: 'DataHolderFilling.Data.VerNo'
+ Label: 'VerNo'
+ Taborder: 0
+ ]
+ }
+ Component efBusinessType
+ {
+ #keys: '[414382.0.413702519]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ DataBinding: 'DataHolderFilling.Data.BusinessType'
+ Enabled: false
+ Label: 'BusinessType'
+ ReadOnly: true
+ Taborder: 1
+ ]
+ }
+ Component efCustomer
+ {
+ #keys: '[414382.0.415542596]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ DataBinding: 'DataHolderFilling.Data.Customer'
+ Enabled: false
+ Label: 'Customer'
+ ReadOnly: true
+ Taborder: 2
+ ]
+ }
+ Component edtSalesAmount
+ {
+ #keys: '[414382.0.414851317]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ DataBinding: 'DataHolderFilling.Data.SalesAmount'
+ Label: 'SalesAmount'
+ Taborder: 3
+ ]
+ }
+ Component dsDemandDate id:dsDemandDate_768
+ {
+ #keys: '[414382.0.413703310]'
+ BaseType: 'WebDateSelector'
+ Properties:
+ [
+ DataBinding: 'DataHolderFilling.Data.DemandDate'
+ Label: 'Demand Date'
+ ReadOnly: true
+ Taborder: 4
+ ]
+ }
+ Component dsForecastDemandDate id:dsForecastDemandDate_515
+ {
+ #keys: '[414382.0.413703326]'
+ BaseType: 'WebDateSelector'
+ Properties:
+ [
+ DataBinding: 'DataHolderFilling.Data.ForecastDemandDate'
+ Label: 'Forecast Demand Date'
+ Taborder: 5
+ ]
+ }
+ ]
+ Properties:
+ [
+ Padding: 'true'
+ Taborder: 0
+ ]
+}
--
Gitblit v1.9.3