lazhen
2025-01-09 8afe90b633046db39042aada36b88193062f8cff
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
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[413988.0.1458321375]'
  BaseType: 'WebPanel'
  Children:
  [
    Component efProduct
    {
      #keys: '[413988.0.1456999440]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Product'
        Label: '产品'
        Taborder: 0
      ]
    }
    Component npLoadingCapacity
    {
      #keys: '[413988.0.1456916992]'
      BaseType: 'WebNumberPicker'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.LoadingCapacity'
        Label: '装载容量(托/车)'
        Taborder: 5
      ]
    }
    Component npTransportPrice
    {
      #keys: '[413988.0.1457199586]'
      BaseType: 'WebNumberPicker'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.TransportPrice'
        Label: '运输价格 (RMB/车)'
        Taborder: 6
      ]
    }
    Component ddslOrigin
    {
      #keys: '[415754.0.97111795]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Origin'
        Label: '起始地'
        Taborder: 1
      ]
    }
    Component ddslDestination
    {
      #keys: '[415754.0.97143070]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Destination'
        Label: '目的地'
        Taborder: 2
      ]
    }
    Component dsStartDate
    {
      #keys: '[415754.0.251800972]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.StartDate'
        Label: '开始时间'
        Taborder: 3
      ]
    }
    Component dsEndDate
    {
      #keys: '[415754.0.251801015]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.EndDate'
        Label: '结束时间'
        Taborder: 4
      ]
    }
  ]
  Properties:
  [
    Padding: 'true'
    Taborder: 0
  ]
}