hongjli
2023-10-17 289f9d09fbe1593c6439dc7be3d38b1eec722df5
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
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[414702.0.223820967]'
  BaseType: 'WebPanel'
  Children:
  [
    Component efProductModel
    {
      #keys: '[414702.0.226423878]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.ProductModel'
        Enabled: false
        Label: '产品型号'
        Taborder: 0
      ]
    }
    Component efMaterialDescription
    {
      #keys: '[414702.0.226423897]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.MaterialDescription'
        Enabled: false
        Label: '物料描述'
        Taborder: 1
      ]
    }
    Component dsStart
    {
      #keys: '[414702.0.226423917]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.StartDate'
        Enabled: false
        Label: '开始'
        Taborder: 2
      ]
    }
    Component dsEnd
    {
      #keys: '[414702.0.226423929]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.EndDate'
        Enabled: false
        Label: '结束'
        Taborder: 3
      ]
    }
    Component efPlannedQuantity
    {
      #keys: '[414702.0.226690631]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.PlannedQuantity'
        Label: '计划数量'
        Taborder: 4
      ]
    }
    Component ddlWorkOrderType
    {
      #keys: '[414702.0.226592544]'
      BaseType: 'WebDropDownList'
      Databinding: 'WorkOrderType'
      Children:
      [
        Component deContent
        {
          #keys: '[414702.0.226592546]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'GlobalOTDSOP'
            Source: 'GlobalOTDSOP'
            Taborder: 0
            Transformation: 'WorkOrderType'
          ]
        }
      ]
      Properties:
      [
        DisplayField: 'TypeName'
        Label: '工单类型'
        Taborder: 5
      ]
    }
  ]
  Properties:
  [
    Padding: 'true'
    Taborder: 0
  ]
}