From 88827771d34fd1018449fc68bd8c183fa7b5f4fb Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 31 十月 2024 18:28:24 +0800
Subject: [PATCH] 机加库存添加库存点列
---
_Main/UI/MacroPlannerWebApp/Views/Machine_stock_data.vw | 44 +++++++++++++-------------------------------
1 files changed, 13 insertions(+), 31 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Machine_stock_data.vw b/_Main/UI/MacroPlannerWebApp/Views/Machine_stock_data.vw
index 0c37faa..10c0a00 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Machine_stock_data.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Machine_stock_data.vw
@@ -35,30 +35,21 @@
subtotals: ''
width: 150
}
- column_MaterialName
- {
- columnId: 'MaterialName'
- dataPath: 'MaterialName'
- dataType: 'string'
- index: 1
- subtotals: ''
- width: 150
- }
- column_Fac
- {
- columnId: 'Fac'
- dataPath: 'Fac'
- dataType: 'string'
- index: 2
- subtotals: ''
- width: 150
- }
column_FacName
{
columnId: 'FacName'
dataPath: 'FacName'
dataType: 'string'
- index: 3
+ index: 1
+ subtotals: ''
+ width: 150
+ }
+ column_Lgort
+ {
+ columnId: 'Lgort'
+ dataPath: 'Lgort'
+ dataType: 'string'
+ index: 2
subtotals: ''
width: 150
}
@@ -67,7 +58,7 @@
columnId: 'LineType'
dataPath: 'LineType'
dataType: 'string'
- index: 4
+ index: 3
subtotals: ''
width: 150
}
@@ -76,7 +67,7 @@
columnId: 'DDay'
dataPath: 'DDay'
dataType: 'date'
- index: 5
+ index: 4
subtotals: ''
width: 150
}
@@ -85,16 +76,7 @@
columnId: 'Total'
dataPath: 'Total'
dataType: 'real'
- index: 6
- subtotals: ''
- width: 150
- }
- column_AllTotal
- {
- columnId: 'AllTotal'
- dataPath: 'AllTotal'
- dataType: 'real'
- index: 7
+ index: 5
subtotals: ''
width: 150
}
--
Gitblit v1.9.3