From 78dd2e41b79a74e267c48fb92603c2d170ce3779 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 22 十一月 2024 18:08:00 +0800
Subject: [PATCH] 客户需求ids数据
---
_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