fields.json
3.71 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"lables": [
"title",
"availableSpace",
"appointSpace"
],
"availableSpace": {
"rowKey": "id",
"ref": "availableSpace",
"title": "514706",
"showTitle": true,
"showCollapse": true,
"showCopy": false,
"showAdd": true,
"showDelete": true,
"rowClassName": "wea-search-group",
"columns": [
{
"com": [
{
"key": "prefix",
"type": "INPUT",
"viewAttr": 3,
"defaultValue": ""
},
{
"key": "uniquecode",
"type": "HIDDENFIELD",
"hasHiddenField": true
},
{
"key": "productcode",
"hasHiddenField": true,
"type": "HIDDENFIELD"
},
{
"key": "type",
"hasHiddenField": true,
"type": "HIDDENFIELD",
"defaultValue": "event"
},
{
"key": "transmitType",
"hasHiddenField": true,
"type": "HIDDENFIELD",
"defaultValue": "request"
}
],
"dataIndex": "prefix",
"colSpan": 1,
"useRecord": true,
"viewAttr": 3,
"width": "30%",
"title": "514708",
"key": "prefix"
},
{
"com": [{
"key": "uri",
"type": "INPUT",
"defaultValue": ""
}],
"dataIndex": "uri",
"colSpan": 1,
"useRecord": true,
"viewAttr": 3,
"width": "50%",
"title": "32930",
"key": "uri"
},
{
"com": [{
"key": "isdefault",
"type": "checkbox",
"display": "switch",
"defaultValue": false
}],
"dataIndex": "isdefault",
"checkVauleType": [true, false],
"colSpan": 1,
"useRecord": true,
"viewAttr": 3,
"width": "10%",
"title": "149",
"key": "isdefault"
}
],
"validator": {
"rules": {
"prefix": "required",
"uri": "required"
}
}
},
"defaultcells": {
"isdefault": {
"com": [{
"key": "isdefault",
"type": "checkbox",
"display": "switch",
"defaultValue": false,
"viewAttr": 1
}],
"dataIndex": "isdefault",
"checkVauleType": [true, false],
"colSpan": 1,
"useRecord": true,
"viewAttr": 1,
"width": "10%",
"title": "149",
"key": "isdefault"
}
},
"appointSpace": {
"rowKey": "id",
"ref": "appointSpace",
"title": "514707",
"showTitle": true,
"showCollapse": true,
"showCopy": false,
"showAdd": false,
"showDelete": false,
"rowClassName": "wea-search-group",
"columns": [
{
"com": [{
"key": "paramName",
"viewAttr": 1,
"type": "INPUT",
"isTreeNode": true
}
],
"dataIndex": "paramName",
"colSpan": 1,
"useRecord": true,
"viewAttr": 1,
"width": "30%",
"title": "126481",
"key": "paramName"
},
{
"com": [{
"key": "description",
"type": "INPUT",
"viewAttr": 1
}],
"dataIndex": "description",
"colSpan": 1,
"useRecord": true,
"viewAttr": 1,
"width": "30%",
"title": "30828",
"key": "description"
},
{
"com": [{
"key": "prefix",
"type": "SELECT",
"defaultValue": "",
"viewAttr": 2
}],
"dataIndex": "prefix",
"colSpan": 1,
"useRecord": true,
"viewAttr": 3,
"width": "30%",
"title": "32930",
"key": "prefix"
}
]
}
}