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
| {
| "templateKeyName": "关系编号",
| "templateName": "报表组件",
| "columns": [
| {
| "hasDefaultValue": false,
| "limitParam": "30",
| "code": "componentId",
| "limitErrInfo": "组件ID不能超过30",
| "cnCode": "组件ID",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,组件ID"
| },
| {
| "hasDefaultValue": false,
| "limitParam": "30",
| "code": "customId",
| "limitErrInfo": "报表编号不能超过30",
| "cnCode": "报表编号",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,报表编号"
| },
| {
| "hasDefaultValue": false,
| "limitParam": "11",
| "code": "seq",
| "limitErrInfo": "组件序号不能超过11",
| "cnCode": "组件序号",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,组件序号"
| }
| ],
| "searchName": "关系编号",
| "directories": "dev",
| "searchCode": "relId",
| "templateCode": "reportCustomComponentRel",
| "conditions": [
| {
| "whereCondition": "equal",
| "code": "relId",
| "name": "关系编号",
| "inputType": "input"
| },
| {
| "whereCondition": "equal",
| "code": "componentId",
| "name": "组件ID",
| "inputType": "input"
| }
| ],
| "templateKey": "relId"
| }
|
|