From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项

---
 _Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw |   40 +++++++++++++++++++++++++++++-----------
 1 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
index c6dde50..003f129 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
@@ -71,6 +71,15 @@
               subtotals: ''
               width: 155
             }
+            column_Dtype
+            {
+              columnId: 'Dtype'
+              dataPath: 'Dtype'
+              dataType: 'string'
+              index: 5
+              subtotals: ''
+              width: 150
+            }
           }
         }
       }
@@ -146,7 +155,7 @@
           FormInventoryPointSelection_DataSetLevelInventoryPointSelection
           {
             groupDepth: -1
-            sort: 'InventoryPoint'
+            sort: 'DESC:Fac'
             column_ImgIsIncluded
             {
               columnId: 'ImgIsIncluded'
@@ -172,26 +181,35 @@
               dataType: 'string'
               index: 2
               subtotals: ''
-              width: 150
+              width: 114
+            }
+            column_Dtype
+            {
+              columnId: 'Dtype'
+              dataPath: 'Dtype'
+              dataType: 'string'
+              index: 3
+              subtotals: ''
+              width: 81
             }
             column_StockpoingPoint
             {
               columnId: 'StockpoingPoint'
               dataPath: 'StockpoingPoint'
               dataType: 'string'
-              index: 3
-              subtotals: ''
-              width: 150
-            }
-            column_Quantity
-            {
-              columnId: 'Quantity'
-              dataPath: 'Quantity'
-              dataType: 'real'
               index: 4
               subtotals: ''
               width: 150
             }
+            column_Fac
+            {
+              columnId: 'Fac'
+              dataPath: 'Fac'
+              dataType: 'string'
+              index: 5
+              subtotals: ''
+              width: 89
+            }
           }
         }
       }

--
Gitblit v1.9.3