yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[139394.1.50993194]'
  BaseType: 'WebPanel'
  Children:
  [
    Component DropDownListUnit
    {
      #keys: '[139394.1.50996504]'
      BaseType: 'WebDropDownList'
      Databinding: 'Unit'
      Children:
      [
        Component DataExtractorUnit
        {
          #keys: '[139394.1.50996506]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Unit]'
            FilterArguments: 'products:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderProduct'
            FixedFilter: 'object.GetHasOutputProduct( products )'
            Source: 'ApplicationMacroPlanner.DataHolderUnit'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Unit'
        DisplayField: 'Name'
        Label: 'Unit'
        Taborder: 0
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component DropDownListProduct
    {
      #keys: '[139394.1.50996750]'
      BaseType: 'WebDropDownList'
      Databinding: 'Product_MP'
      Children:
      [
        Component DataExtractorProduct
        {
          #keys: '[139394.1.50996751]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'Unit'
            FilterArguments: 'products:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderProduct'
            FixedFilter: 'not object.IsSystem() and exists( products, Elements, p, true, p=object )'
            Source: 'DropDownListUnit'
            Taborder: 0
            Transformation: 'AllChildren.AsChildren.Process_MP.ProcessOutput.ProductInStockingPoint_MP.Product_MP.AllParent.AsParent'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Product_MP'
        DisplayField: 'Name'
        Label: 'Product'
        Taborder: 1
        Tooltip: 'The products in this list are filtered based on the product selection in the navigation panel as well as the Unit selection in this dialog.'
      ]
    }
    #child: PanelStart
    #child: PanelEnd
    Component EditFieldTargetQuantity
    {
      #keys: '[139394.1.50997267]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.TargetQuantity'
        Mask: 'POSNORMALREAL'
        Taborder: 5
        Tooltip: 'Target supply quantity between start and end dates.'
      ]
    }
    #child: PanelMaxQuantity
    Component EditFieldMinQuantity
    {
      #keys: '[139394.1.50997816]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.MinQuantity'
        Mask: 'POSNORMALREAL'
        Taborder: 4
        Tooltip: 'Minimum supply quantity between start and end dates.'
      ]
    }
  ]
  Properties:
  [
    Taborder: 2
  ]
}