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
| {
| "guTempType":"1",
| "guTempName":"测试预算单",
| "guTempDisc":"测试预算单样例数据",
| "child": [
| {
| "gcCpnName":"",
| "gcCpnType":2,
| "gcCpnAlias":"多行文本",
| "gcCpnDisc":"创建多行文本",
| "gcDefVal":"",
| "gcInputMust":false
| },
| {
| "gcCpnName":"",
| "gcCpnType":8,
| "gcCpnAlias":"地址",
| "gcCpnDisc":"dsfsdfsdfds2222",
| "gcDefVal":"",
| "gcInputMust":false,
| "gcOptList":[
| {"value":"","selected":true}
| ]
| },
| {
| "gcCpnName":"",
| "gcCpnType":8,
| "gcCpnAlias":"地址",
| "gcCpnDisc":"dsfsdfsdfdsdddd",
| "gcDefVal":"",
| "gcInputMust":false,
| "gcOptList":[
| {"value":"","selected":true}
| ]
| },
| {
| "gcCpnName":"",
| "gcCpnType":6,
| "gcCpnAlias":"下拉框",
| "gcCpnDisc":"",
| "gcDefVal":"",
| "gcInputMust":true,
| "gcOptList":[
| {"value":"123","selected":true,"$$hashKey":"object:47"},
| {"value":"456","selected":true,"$$hashKey":"object:142"}
| ]
| },
| {
| "gcCpnName":"",
| "gcCpnType":5,
| "gcCpnAlias":"日期时间",
| "gcCpnDisc":"",
| "gcDefVal":"",
| "gcInputMust":true,
| "gcOptList":[
| {"value":"","selected":true}
| ]
| },
| {
| "gcCpnName":"",
| "gcCpnType":4,
| "gcCpnAlias":"单选框",
| "gcCpnDisc":"",
| "gcDefVal":"",
| "gcInputMust":false,
| "gcOptList":[
| {"value":"测试数据1","selected":true,"$$hashKey":"object:10"},
| {"value":"测试数据2","selected":true,"$$hashKey":"object:14"}
| ]
| },
| {
| "gcCpnName":"",
| "gcCpnType":10,
| "gcCpnAlias":"子表单",
| "gcCpnDisc":"",
| "gcDefVal":"",
| "gcInputMust":false,
| "gcOptList":[
| {
| "value":"",
| "selected":true
| }
| ],
| "child":[
| {
| "gcCpnName":"",
| "gcCpnType":6,
| "gcCpnAlias":"下拉框",
| "gcCpnDisc":"",
| "gcDefVal":"",
| "gcInputMust":true,
| "gcOptList":[
| {
| "value":"123",
| "selected":true,
| "$$hashKey":"object:16"
| }
| ]
| },
| {
| "gcCpnName":"",
| "gcCpnType":2,
| "gcCpnAlias":"子表单控件",
| "gcCpnDisc":"",
| "gcDefVal":"234",
| "gcInputMust":true
| }
| ]
| }
| ]
| }
|
|
|