From 2493310b41c4893984b045269e1e1612541fc205 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 25 十月 2024 11:37:49 +0800
Subject: [PATCH] 库存更新添加数量工厂字段

---
 _Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
index 1d0a1f8..c6dde50 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
@@ -25,7 +25,7 @@
           FormInventoryInterfaceDataDetail_DataSetLevelInventoryInterfaceDataDetail
           {
             groupDepth: -1
-            sort: 'DESC:Date,DESC:Quantity'
+            sort: 'InventoryPoint'
             column_Date
             {
               columnId: 'Date'
@@ -53,12 +53,21 @@
               subtotals: ''
               width: 177
             }
+            column_Fac
+            {
+              columnId: 'Fac'
+              dataPath: 'Fac'
+              dataType: 'string'
+              index: 3
+              subtotals: ''
+              width: 150
+            }
             column_Quantity
             {
               columnId: 'Quantity'
               dataPath: 'Quantity'
               dataType: 'real'
-              index: 3
+              index: 4
               subtotals: ''
               width: 155
             }
@@ -80,6 +89,14 @@
         }
         components
         {
+          FormInventoryInterfaceData_pHeader
+          {
+            sizeRatio: 1
+          }
+          FormInventoryInterfaceData_pContent
+          {
+            sizeRatio: 1
+          }
           FormInventoryInterfaceData_ListInventoryInterfaceData
           {
           }
@@ -166,6 +183,15 @@
               subtotals: ''
               width: 150
             }
+            column_Quantity
+            {
+              columnId: 'Quantity'
+              dataPath: 'Quantity'
+              dataType: 'real'
+              index: 4
+              subtotals: ''
+              width: 150
+            }
           }
         }
       }

--
Gitblit v1.9.3