zm
2020-04-12 0d659cff38f50d83e782a9f8c5c20fb54a5c0321
commit | author | age
0d659c 1  {
Z 2     "guTempType":"1",
3     "guTempName":"测试预算单",
4     "guTempDisc":"测试预算单样例数据",
5     "child": [
6         {
7             "gcCpnName":"",
8             "gcCpnType":2,
9             "gcCpnAlias":"多行文本",
10             "gcCpnDisc":"创建多行文本",
11             "gcDefVal":"",
12             "gcInputMust":false
13         },
14         {
15             "gcCpnName":"",
16             "gcCpnType":8,
17             "gcCpnAlias":"地址",
18             "gcCpnDisc":"dsfsdfsdfds2222",
19             "gcDefVal":"",
20             "gcInputMust":false,
21             "gcOptList":[
22                 {"value":"","selected":true}
23             ]
24         },
25         {
26             "gcCpnName":"",
27             "gcCpnType":8,
28             "gcCpnAlias":"地址",
29             "gcCpnDisc":"dsfsdfsdfdsdddd",
30             "gcDefVal":"",
31             "gcInputMust":false,
32             "gcOptList":[
33                 {"value":"","selected":true}
34             ]
35         },
36         {
37             "gcCpnName":"",
38             "gcCpnType":6,
39             "gcCpnAlias":"下拉框",
40             "gcCpnDisc":"",
41             "gcDefVal":"",
42             "gcInputMust":true,
43             "gcOptList":[
44                 {"value":"123","selected":true,"$$hashKey":"object:47"},
45                 {"value":"456","selected":true,"$$hashKey":"object:142"}
46             ]
47         },
48         {
49             "gcCpnName":"",
50             "gcCpnType":5,
51             "gcCpnAlias":"日期时间",
52             "gcCpnDisc":"",
53             "gcDefVal":"",
54             "gcInputMust":true,
55             "gcOptList":[
56                 {"value":"","selected":true}
57             ]
58         },
59         {
60             "gcCpnName":"",
61             "gcCpnType":4,
62             "gcCpnAlias":"单选框",
63             "gcCpnDisc":"",
64             "gcDefVal":"",
65             "gcInputMust":false,
66             "gcOptList":[
67                 {"value":"测试数据1","selected":true,"$$hashKey":"object:10"},
68                 {"value":"测试数据2","selected":true,"$$hashKey":"object:14"}
69             ]
70         },
71         {
72             "gcCpnName":"",
73             "gcCpnType":10,
74             "gcCpnAlias":"子表单",
75             "gcCpnDisc":"",
76             "gcDefVal":"",
77             "gcInputMust":false,
78             "gcOptList":[
79                 {
80                     "value":"",
81                     "selected":true
82                 }
83             ],
84             "child":[
85                 {
86                     "gcCpnName":"",
87                     "gcCpnType":6,
88                     "gcCpnAlias":"下拉框",
89                     "gcCpnDisc":"",
90                     "gcDefVal":"",
91                     "gcInputMust":true,
92                     "gcOptList":[
93                         {
94                             "value":"123",
95                             "selected":true,
96                             "$$hashKey":"object:16"
97                         }
98                     ]
99                 },
100                 {
101                     "gcCpnName":"",
102                     "gcCpnType":2,
103                     "gcCpnAlias":"子表单控件",
104                     "gcCpnDisc":"",
105                     "gcDefVal":"234",
106                     "gcInputMust":true
107                 }
108             ]
109         }
110     ]
111  }
112  
113