lazhen
2024-12-20 93feb2bee2d8bf488e1bd76abf867c70f4e841eb
_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
          {
          }
@@ -129,7 +146,7 @@
          FormInventoryPointSelection_DataSetLevelInventoryPointSelection
          {
            groupDepth: -1
            sort: 'InventoryPoint'
            sort: 'DESC:Fac'
            column_ImgIsIncluded
            {
              columnId: 'ImgIsIncluded'
@@ -166,6 +183,15 @@
              subtotals: ''
              width: 150
            }
            column_Fac
            {
              columnId: 'Fac'
              dataPath: 'Fac'
              dataType: 'string'
              index: 4
              subtotals: ''
              width: 89
            }
          }
        }
      }