From 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期三, 22 一月 2025 12:20:44 +0800
Subject: [PATCH] Merge branch 'master' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/UI/MacroPlannerWebApp/Views/Customer_demand_archive_view.vw | 35 +++++++++++++----------------------
1 files changed, 13 insertions(+), 22 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Customer_demand_archive_view.vw b/_Main/UI/MacroPlannerWebApp/Views/Customer_demand_archive_view.vw
index 10df9c1..92a28bf 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Customer_demand_archive_view.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Customer_demand_archive_view.vw
@@ -44,30 +44,12 @@
subtotals: ''
width: 150
}
- column_Factory
- {
- columnId: 'Factory'
- dataPath: 'Factory'
- dataType: 'string'
- index: 2
- subtotals: ''
- width: 150
- }
- column_FactoryName
- {
- columnId: 'FactoryName'
- dataPath: 'FactoryName'
- dataType: 'string'
- index: 3
- subtotals: ''
- width: 150
- }
column_Product
{
columnId: 'Product'
dataPath: 'Product'
dataType: 'string'
- index: 4
+ index: 2
subtotals: ''
width: 150
}
@@ -76,7 +58,7 @@
columnId: 'Origin'
dataPath: 'Origin'
dataType: 'string'
- index: 5
+ index: 3
subtotals: ''
width: 150
}
@@ -85,7 +67,7 @@
columnId: 'StartDate'
dataPath: 'StartDate'
dataType: 'date'
- index: 6
+ index: 4
subtotals: ''
width: 150
}
@@ -94,7 +76,16 @@
columnId: 'EndDate'
dataPath: 'EndDate'
dataType: 'date'
- index: 7
+ index: 5
+ subtotals: ''
+ width: 150
+ }
+ column_Quantity
+ {
+ columnId: 'Quantity'
+ dataPath: 'Quantity'
+ dataType: 'real'
+ index: 6
subtotals: ''
width: 150
}
--
Gitblit v1.9.3