From c76375269c3e221d4a02db906abd86bc0ec13bf2 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 25 十月 2024 16:57:10 +0800
Subject: [PATCH] 库存更新detail可改quantity

---
 _Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
index c6dde50..31cd226 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
@@ -146,7 +146,7 @@
           FormInventoryPointSelection_DataSetLevelInventoryPointSelection
           {
             groupDepth: -1
-            sort: 'InventoryPoint'
+            sort: 'DESC:Fac'
             column_ImgIsIncluded
             {
               columnId: 'ImgIsIncluded'
@@ -183,14 +183,14 @@
               subtotals: ''
               width: 150
             }
-            column_Quantity
+            column_Fac
             {
-              columnId: 'Quantity'
-              dataPath: 'Quantity'
-              dataType: 'real'
+              columnId: 'Fac'
+              dataPath: 'Fac'
+              dataType: 'string'
               index: 4
               subtotals: ''
-              width: 150
+              width: 89
             }
           }
         }

--
Gitblit v1.9.3