neo-cmp-cli 1.8.26 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json.js +1 -1
- package/dist/utils/cmpUtils/pushCmp.js +1 -1
- package/package.json +1 -1
- package/template/antd-custom-cmp-template/package.json +1 -1
- package/template/develop/cmpEventFunctions.ts +257 -0
- package/template/develop/cmpEvents.ts +864 -0
- package/template/develop/commonModules.js +55 -0
- package/template/develop/pageSchema1.json +744 -0
- package/template/develop//344/272/213/344/273/266/345/212/250/344/275/234/344/277/235/345/255/230/346/265/201/347/250/213/345/210/206/346/236/220.md +390 -0
- package/template/echarts-custom-cmp-template/package.json +1 -1
- package/template/empty-custom-cmp-template/package.json +1 -1
- package/template/neo-custom-cmp-template/package.json +1 -1
- package/template/neo-custom-cmp-template/src/components/entityForm_c/index.tsx +2 -2
- package/template/neo-custom-cmp-template/src/components/entityForm_c/model.ts +5 -11
- package/template/react-custom-cmp-template/package.json +1 -1
- package/template/react-ts-custom-cmp-template/package.json +1 -1
- package/template/vue2-custom-cmp-template/package.json +1 -1
|
@@ -0,0 +1,744 @@
|
|
|
1
|
+
{
|
|
2
|
+
"layoutInfo": {
|
|
3
|
+
"enableDetailFormConfig": false,
|
|
4
|
+
"syncMobile": true,
|
|
5
|
+
"layoutApiKey": "defaultCreateLayout",
|
|
6
|
+
"adaptiveMobile": true,
|
|
7
|
+
"layoutLabel": "默认布局",
|
|
8
|
+
"objectLabel": "发货单明细",
|
|
9
|
+
"terminalType": "web,mobile"
|
|
10
|
+
},
|
|
11
|
+
"webConfig": {
|
|
12
|
+
"cmp": {
|
|
13
|
+
"keyIdentifier": "neoLayoutRoot.1",
|
|
14
|
+
"orderNo": 1,
|
|
15
|
+
"cmpType": "neoLayoutRoot",
|
|
16
|
+
"props": {},
|
|
17
|
+
"regions": {
|
|
18
|
+
"template": "header_footer_content",
|
|
19
|
+
"props": {},
|
|
20
|
+
"cells": {
|
|
21
|
+
"r2": ["entityForm.deliveryOrderDetail__c.1"],
|
|
22
|
+
"r3": ["formFooter.deliveryOrderDetail__c.1"],
|
|
23
|
+
"r1": ["formHeaderWeb.deliveryOrderDetail__c.1"]
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"subCmps": [
|
|
27
|
+
{
|
|
28
|
+
"keyIdentifier": "formHeaderWeb.deliveryOrderDetail__c.1",
|
|
29
|
+
"orderNo": 0,
|
|
30
|
+
"cmpType": "formHeaderWeb",
|
|
31
|
+
"props": {
|
|
32
|
+
"draggable": false,
|
|
33
|
+
"enableFullScreen": true,
|
|
34
|
+
"removable": false,
|
|
35
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
36
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
37
|
+
"enableFormMulticolumn": true
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"keyIdentifier": "entityForm.deliveryOrderDetail__c.1",
|
|
42
|
+
"orderNo": 1,
|
|
43
|
+
"cmpType": "entityForm",
|
|
44
|
+
"props": {
|
|
45
|
+
"draggable": false,
|
|
46
|
+
"removable": false,
|
|
47
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
48
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
49
|
+
"includeDocUploader": false,
|
|
50
|
+
"includeFormDetail": false
|
|
51
|
+
},
|
|
52
|
+
"regions": { "template": "flex_regions", "props": {} },
|
|
53
|
+
"subCmps": [
|
|
54
|
+
{
|
|
55
|
+
"keyIdentifier": "neoTabContainer.1",
|
|
56
|
+
"orderNo": 0,
|
|
57
|
+
"cmpType": "$shadowCom",
|
|
58
|
+
"props": {},
|
|
59
|
+
"regions": {
|
|
60
|
+
"template": "neoTabContainer",
|
|
61
|
+
"props": { "className": "com-layout neo-tabs-container" },
|
|
62
|
+
"slots": [
|
|
63
|
+
[
|
|
64
|
+
"slot_1",
|
|
65
|
+
[],
|
|
66
|
+
{
|
|
67
|
+
"keyIdentifier": "slot.40",
|
|
68
|
+
"direction": "column",
|
|
69
|
+
"collapsible": false,
|
|
70
|
+
"collapsed": false,
|
|
71
|
+
"flex": 1,
|
|
72
|
+
"title": "标签1"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
[
|
|
76
|
+
"slot_0",
|
|
77
|
+
[],
|
|
78
|
+
{
|
|
79
|
+
"keyIdentifier": "slot.41",
|
|
80
|
+
"direction": "column",
|
|
81
|
+
"collapsible": false,
|
|
82
|
+
"collapsed": false,
|
|
83
|
+
"flex": 1,
|
|
84
|
+
"title": "标签2"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"keyIdentifier": "entityFormMaster.deliveryOrderDetail__c.1",
|
|
92
|
+
"orderNo": 1,
|
|
93
|
+
"cmpType": "entityFormMaster",
|
|
94
|
+
"props": {
|
|
95
|
+
"defaultColumns": 2,
|
|
96
|
+
"displayReadonlyItem": false,
|
|
97
|
+
"draggable": false,
|
|
98
|
+
"itemGroupingMode": "itemGroup",
|
|
99
|
+
"removable": false,
|
|
100
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
101
|
+
"itemDisplayStructure": "leftRight",
|
|
102
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
103
|
+
"itemAlignType": "left",
|
|
104
|
+
"businessType": "defaultBusiType",
|
|
105
|
+
"items": [
|
|
106
|
+
{
|
|
107
|
+
"filterable": true,
|
|
108
|
+
"itemType": 1,
|
|
109
|
+
"apiKey": "name",
|
|
110
|
+
"itemOrder": 0,
|
|
111
|
+
"minLength": 0,
|
|
112
|
+
"custom": false,
|
|
113
|
+
"nameField": true,
|
|
114
|
+
"active": true,
|
|
115
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.name",
|
|
116
|
+
"label": "发货单明细名称",
|
|
117
|
+
"sortable": true,
|
|
118
|
+
"maskable": false,
|
|
119
|
+
"encrypt": false,
|
|
120
|
+
"id": 4068545295670742,
|
|
121
|
+
"renderType": "String",
|
|
122
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.name",
|
|
123
|
+
"maxLength": 200,
|
|
124
|
+
"visible": true,
|
|
125
|
+
"defaultValue": null,
|
|
126
|
+
"disabled": true
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"linkLabel": "发货单明细",
|
|
130
|
+
"filterable": true,
|
|
131
|
+
"itemType": 3,
|
|
132
|
+
"apiKey": "entityType",
|
|
133
|
+
"itemOrder": 1,
|
|
134
|
+
"custom": false,
|
|
135
|
+
"nameField": false,
|
|
136
|
+
"active": true,
|
|
137
|
+
"copyWithParent": false,
|
|
138
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.entityType",
|
|
139
|
+
"referLinkId": 4068561666563528,
|
|
140
|
+
"label": "业务类型",
|
|
141
|
+
"sortable": true,
|
|
142
|
+
"referObjectApiKey": "busiType",
|
|
143
|
+
"canBatchCreate": false,
|
|
144
|
+
"referObjectId": 126,
|
|
145
|
+
"id": 4068561666563527,
|
|
146
|
+
"detail": false,
|
|
147
|
+
"renderType": "Long",
|
|
148
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.entityType",
|
|
149
|
+
"visible": true,
|
|
150
|
+
"pickOption": [{ "active": true }],
|
|
151
|
+
"readOnly": true,
|
|
152
|
+
"required": false,
|
|
153
|
+
"readonly": true,
|
|
154
|
+
"disabled": true
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"linkLabel": "发货单明细",
|
|
158
|
+
"filterable": true,
|
|
159
|
+
"itemType": 10,
|
|
160
|
+
"apiKey": "dimDepart",
|
|
161
|
+
"itemOrder": 3,
|
|
162
|
+
"custom": false,
|
|
163
|
+
"nameField": false,
|
|
164
|
+
"active": true,
|
|
165
|
+
"copyWithParent": false,
|
|
166
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.dimDepart",
|
|
167
|
+
"referLinkId": 4068557875945040,
|
|
168
|
+
"label": "所属部门",
|
|
169
|
+
"sortable": true,
|
|
170
|
+
"referObjectApiKey": "department",
|
|
171
|
+
"canBatchCreate": false,
|
|
172
|
+
"referObjectId": 50,
|
|
173
|
+
"id": 4068557875945039,
|
|
174
|
+
"detail": false,
|
|
175
|
+
"renderType": "Long",
|
|
176
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.dimDepart",
|
|
177
|
+
"visible": true,
|
|
178
|
+
"defaultValue": null,
|
|
179
|
+
"disabled": true,
|
|
180
|
+
"referApiKeys": [],
|
|
181
|
+
"referKeys": []
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"filterable": true,
|
|
185
|
+
"itemType": 99,
|
|
186
|
+
"apiKey": "dimArea",
|
|
187
|
+
"itemOrder": 4,
|
|
188
|
+
"custom": false,
|
|
189
|
+
"nameField": false,
|
|
190
|
+
"active": false,
|
|
191
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.dimArea",
|
|
192
|
+
"label": "所属区域",
|
|
193
|
+
"sortable": true,
|
|
194
|
+
"id": 4068545295670743,
|
|
195
|
+
"renderType": "Long",
|
|
196
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.dimArea",
|
|
197
|
+
"visible": true,
|
|
198
|
+
"defaultValue": null,
|
|
199
|
+
"disabled": true
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"filterable": true,
|
|
203
|
+
"itemType": 99,
|
|
204
|
+
"apiKey": "dimProduct",
|
|
205
|
+
"itemOrder": 5,
|
|
206
|
+
"custom": false,
|
|
207
|
+
"nameField": false,
|
|
208
|
+
"active": false,
|
|
209
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.dimProduct",
|
|
210
|
+
"label": "所属产品",
|
|
211
|
+
"sortable": true,
|
|
212
|
+
"id": 4068561666563529,
|
|
213
|
+
"renderType": "Long",
|
|
214
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.dimProduct",
|
|
215
|
+
"visible": true,
|
|
216
|
+
"defaultValue": null,
|
|
217
|
+
"disabled": true
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"filterable": true,
|
|
221
|
+
"itemType": 1,
|
|
222
|
+
"apiKey": "workflowStageName",
|
|
223
|
+
"itemOrder": 5,
|
|
224
|
+
"minLength": 0,
|
|
225
|
+
"custom": false,
|
|
226
|
+
"nameField": false,
|
|
227
|
+
"active": true,
|
|
228
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.workflowStageName",
|
|
229
|
+
"label": "工作流阶段名称",
|
|
230
|
+
"sortable": true,
|
|
231
|
+
"maskable": false,
|
|
232
|
+
"encrypt": false,
|
|
233
|
+
"id": 4068557875945043,
|
|
234
|
+
"renderType": "String",
|
|
235
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.workflowStageName",
|
|
236
|
+
"maxLength": 300,
|
|
237
|
+
"visible": true,
|
|
238
|
+
"defaultValue": null,
|
|
239
|
+
"disabled": true
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"filterable": true,
|
|
243
|
+
"itemType": 99,
|
|
244
|
+
"apiKey": "dimIndustry",
|
|
245
|
+
"itemOrder": 6,
|
|
246
|
+
"custom": false,
|
|
247
|
+
"nameField": false,
|
|
248
|
+
"active": false,
|
|
249
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.dimIndustry",
|
|
250
|
+
"label": "所属行业",
|
|
251
|
+
"sortable": true,
|
|
252
|
+
"id": 4068558433361484,
|
|
253
|
+
"renderType": "Long",
|
|
254
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.dimIndustry",
|
|
255
|
+
"visible": true,
|
|
256
|
+
"defaultValue": null,
|
|
257
|
+
"disabled": true
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"filterable": true,
|
|
261
|
+
"itemType": 99,
|
|
262
|
+
"apiKey": "dimBusiness",
|
|
263
|
+
"itemOrder": 7,
|
|
264
|
+
"custom": false,
|
|
265
|
+
"nameField": false,
|
|
266
|
+
"active": false,
|
|
267
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.dimBusiness",
|
|
268
|
+
"label": "所属业务线",
|
|
269
|
+
"sortable": true,
|
|
270
|
+
"id": 4068557875945041,
|
|
271
|
+
"renderType": "Long",
|
|
272
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.dimBusiness",
|
|
273
|
+
"visible": true,
|
|
274
|
+
"defaultValue": null,
|
|
275
|
+
"disabled": true
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"linkLabel": "发货单明细",
|
|
279
|
+
"filterable": true,
|
|
280
|
+
"itemType": 10,
|
|
281
|
+
"apiKey": "createdBy",
|
|
282
|
+
"itemOrder": 8,
|
|
283
|
+
"custom": false,
|
|
284
|
+
"nameField": false,
|
|
285
|
+
"active": true,
|
|
286
|
+
"copyWithParent": false,
|
|
287
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.createdBy",
|
|
288
|
+
"referLinkId": 4068545295670745,
|
|
289
|
+
"label": "创建人",
|
|
290
|
+
"sortable": true,
|
|
291
|
+
"referObjectApiKey": "user",
|
|
292
|
+
"canBatchCreate": false,
|
|
293
|
+
"referObjectId": 70,
|
|
294
|
+
"id": 4068545295670744,
|
|
295
|
+
"detail": false,
|
|
296
|
+
"renderType": "Long",
|
|
297
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.createdBy",
|
|
298
|
+
"visible": false,
|
|
299
|
+
"required": false,
|
|
300
|
+
"defaultValue": null,
|
|
301
|
+
"disabled": true,
|
|
302
|
+
"referApiKeys": [],
|
|
303
|
+
"referKeys": []
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"linkLabel": "发货单明细",
|
|
307
|
+
"filterable": true,
|
|
308
|
+
"itemType": 10,
|
|
309
|
+
"apiKey": "applicantId",
|
|
310
|
+
"itemOrder": 8,
|
|
311
|
+
"custom": false,
|
|
312
|
+
"nameField": false,
|
|
313
|
+
"active": true,
|
|
314
|
+
"copyWithParent": false,
|
|
315
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.applicantId",
|
|
316
|
+
"referLinkId": 4068561666563532,
|
|
317
|
+
"label": "审批提交人",
|
|
318
|
+
"sortable": true,
|
|
319
|
+
"referObjectApiKey": "user",
|
|
320
|
+
"canBatchCreate": false,
|
|
321
|
+
"referObjectId": 70,
|
|
322
|
+
"id": 4068561666563531,
|
|
323
|
+
"detail": false,
|
|
324
|
+
"renderType": "Long",
|
|
325
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.applicantId",
|
|
326
|
+
"visible": true,
|
|
327
|
+
"defaultValue": null,
|
|
328
|
+
"disabled": true,
|
|
329
|
+
"referApiKeys": [],
|
|
330
|
+
"referKeys": []
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"filterable": true,
|
|
334
|
+
"itemType": 21,
|
|
335
|
+
"apiKey": "createdAt",
|
|
336
|
+
"itemOrder": 9,
|
|
337
|
+
"custom": false,
|
|
338
|
+
"nameField": false,
|
|
339
|
+
"active": true,
|
|
340
|
+
"dateMode": 2,
|
|
341
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.createdAt",
|
|
342
|
+
"label": "创建日期",
|
|
343
|
+
"sortable": true,
|
|
344
|
+
"id": 4068561666563530,
|
|
345
|
+
"renderType": "Long",
|
|
346
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.createdAt",
|
|
347
|
+
"visible": false,
|
|
348
|
+
"required": false,
|
|
349
|
+
"defaultValue": null,
|
|
350
|
+
"disabled": true
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"linkLabel": "发货单明细",
|
|
354
|
+
"filterable": true,
|
|
355
|
+
"itemType": 10,
|
|
356
|
+
"apiKey": "updatedBy",
|
|
357
|
+
"itemOrder": 10,
|
|
358
|
+
"custom": false,
|
|
359
|
+
"nameField": false,
|
|
360
|
+
"active": true,
|
|
361
|
+
"copyWithParent": false,
|
|
362
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.updatedBy",
|
|
363
|
+
"referLinkId": 4068558433361486,
|
|
364
|
+
"label": "修改人",
|
|
365
|
+
"sortable": true,
|
|
366
|
+
"referObjectApiKey": "user",
|
|
367
|
+
"canBatchCreate": false,
|
|
368
|
+
"referObjectId": 70,
|
|
369
|
+
"id": 4068558433361485,
|
|
370
|
+
"detail": false,
|
|
371
|
+
"renderType": "Long",
|
|
372
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.updatedBy",
|
|
373
|
+
"visible": false,
|
|
374
|
+
"required": false,
|
|
375
|
+
"defaultValue": null,
|
|
376
|
+
"disabled": true,
|
|
377
|
+
"referApiKeys": [],
|
|
378
|
+
"referKeys": []
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"filterable": true,
|
|
382
|
+
"itemType": 21,
|
|
383
|
+
"apiKey": "updatedAt",
|
|
384
|
+
"itemOrder": 11,
|
|
385
|
+
"custom": false,
|
|
386
|
+
"nameField": false,
|
|
387
|
+
"active": true,
|
|
388
|
+
"dateMode": 2,
|
|
389
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.updatedAt",
|
|
390
|
+
"label": "修改日期",
|
|
391
|
+
"sortable": true,
|
|
392
|
+
"id": 4068557875945042,
|
|
393
|
+
"renderType": "Long",
|
|
394
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.updatedAt",
|
|
395
|
+
"visible": false,
|
|
396
|
+
"required": false,
|
|
397
|
+
"defaultValue": null,
|
|
398
|
+
"disabled": true
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"filterable": true,
|
|
402
|
+
"itemType": 3,
|
|
403
|
+
"referGlobal": false,
|
|
404
|
+
"apiKey": "lockStatus",
|
|
405
|
+
"itemOrder": 12,
|
|
406
|
+
"defaultValue": 1,
|
|
407
|
+
"custom": false,
|
|
408
|
+
"nameField": false,
|
|
409
|
+
"active": true,
|
|
410
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.lockStatus",
|
|
411
|
+
"label": "锁定状态",
|
|
412
|
+
"sortable": true,
|
|
413
|
+
"id": 4068545295670746,
|
|
414
|
+
"renderType": "Integer",
|
|
415
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.lockStatus",
|
|
416
|
+
"visible": false,
|
|
417
|
+
"required": false,
|
|
418
|
+
"disabled": true
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"filterable": true,
|
|
422
|
+
"itemType": 3,
|
|
423
|
+
"referGlobal": false,
|
|
424
|
+
"apiKey": "approvalStatus",
|
|
425
|
+
"itemOrder": 13,
|
|
426
|
+
"defaultValue": "",
|
|
427
|
+
"custom": false,
|
|
428
|
+
"nameField": false,
|
|
429
|
+
"active": true,
|
|
430
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.approvalStatus",
|
|
431
|
+
"label": "审批状态",
|
|
432
|
+
"sortable": true,
|
|
433
|
+
"id": 4068558433361487,
|
|
434
|
+
"renderType": "Integer",
|
|
435
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.approvalStatus",
|
|
436
|
+
"visible": true,
|
|
437
|
+
"disabled": true
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"filterable": true,
|
|
441
|
+
"itemType": 5,
|
|
442
|
+
"helpText": "",
|
|
443
|
+
"apiKey": "orderDetailId__c",
|
|
444
|
+
"itemOrder": 14,
|
|
445
|
+
"defaultValue": null,
|
|
446
|
+
"custom": true,
|
|
447
|
+
"nameField": false,
|
|
448
|
+
"active": true,
|
|
449
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.orderDetailId__c",
|
|
450
|
+
"label": "发货单明细编号",
|
|
451
|
+
"sortable": true,
|
|
452
|
+
"id": 4068557875945044,
|
|
453
|
+
"renderType": "Long",
|
|
454
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.orderDetailId__c",
|
|
455
|
+
"maxLength": 15,
|
|
456
|
+
"visible": true,
|
|
457
|
+
"disabled": true
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"linkLabel": "发货单明细",
|
|
461
|
+
"filterable": true,
|
|
462
|
+
"itemType": 10,
|
|
463
|
+
"showMinorInfo": false,
|
|
464
|
+
"helpText": "",
|
|
465
|
+
"apiKey": "masterId__c",
|
|
466
|
+
"itemOrder": 15,
|
|
467
|
+
"defaultValue": null,
|
|
468
|
+
"custom": true,
|
|
469
|
+
"nameField": false,
|
|
470
|
+
"active": true,
|
|
471
|
+
"copyWithParent": false,
|
|
472
|
+
"helpTextKey": "XdMDItm.Hlptxt.deliveryOrderDetail__c.masterId__c",
|
|
473
|
+
"referLinkId": 4068561666563534,
|
|
474
|
+
"label": "发货单",
|
|
475
|
+
"sortable": true,
|
|
476
|
+
"referObjectApiKey": "deliveryOrder__c",
|
|
477
|
+
"canBatchCreate": true,
|
|
478
|
+
"referObjectId": 4068558349835750,
|
|
479
|
+
"id": 4068561666563533,
|
|
480
|
+
"detail": true,
|
|
481
|
+
"labelKey": "XdMDItm.deliveryOrderDetail__c.masterId__c",
|
|
482
|
+
"visible": true,
|
|
483
|
+
"disabled": true,
|
|
484
|
+
"referApiKeys": [],
|
|
485
|
+
"referKeys": []
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"initData": {},
|
|
489
|
+
"childEntities": []
|
|
490
|
+
},
|
|
491
|
+
"subCmps": [
|
|
492
|
+
{
|
|
493
|
+
"keyIdentifier": "formItemGroup.basicInfo.1",
|
|
494
|
+
"orderNo": 0,
|
|
495
|
+
"cmpType": "formItemGroup",
|
|
496
|
+
"props": {
|
|
497
|
+
"itemGroupKey": "basicInfo",
|
|
498
|
+
"defaultFolded": false,
|
|
499
|
+
"draggable": false,
|
|
500
|
+
"removable": true,
|
|
501
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
502
|
+
"label": "基本信息",
|
|
503
|
+
"labelKey": "NeoUI.defaultCreateLayout.canvas1.formItemGroup.basicInfo.label"
|
|
504
|
+
},
|
|
505
|
+
"subCmps": [
|
|
506
|
+
{
|
|
507
|
+
"keyIdentifier": "formItem.deliveryOrderDetail__c.name.1",
|
|
508
|
+
"orderNo": 0,
|
|
509
|
+
"cmpType": "formItem",
|
|
510
|
+
"props": {
|
|
511
|
+
"mode": "input",
|
|
512
|
+
"requiredVFSetting": { "formula": "", "value": true },
|
|
513
|
+
"draggable": true,
|
|
514
|
+
"removable": true,
|
|
515
|
+
"itemWidthSetting": "columnWidthLinkage",
|
|
516
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
517
|
+
"readonlyVFSetting": { "formula": "", "value": false },
|
|
518
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
519
|
+
"itemApiKey": "name"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"keyIdentifier": "formItem.deliveryOrderDetail__c.entityType.1",
|
|
524
|
+
"orderNo": 1,
|
|
525
|
+
"cmpType": "formItem",
|
|
526
|
+
"props": {
|
|
527
|
+
"mode": "input",
|
|
528
|
+
"requiredVFSetting": { "formula": "", "value": true },
|
|
529
|
+
"draggable": true,
|
|
530
|
+
"removable": true,
|
|
531
|
+
"itemWidthSetting": "columnWidthLinkage",
|
|
532
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
533
|
+
"readonlyVFSetting": { "formula": "", "value": true },
|
|
534
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
535
|
+
"itemApiKey": "entityType"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"keyIdentifier": "formItem.deliveryOrderDetail__c.dimDepart.1",
|
|
540
|
+
"orderNo": 2,
|
|
541
|
+
"cmpType": "formItem",
|
|
542
|
+
"props": {
|
|
543
|
+
"mode": "input",
|
|
544
|
+
"requiredVFSetting": { "formula": "", "value": true },
|
|
545
|
+
"draggable": true,
|
|
546
|
+
"removable": true,
|
|
547
|
+
"itemWidthSetting": "columnWidthLinkage",
|
|
548
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
549
|
+
"readonlyVFSetting": { "formula": "", "value": false },
|
|
550
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
551
|
+
"itemApiKey": "dimDepart"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"keyIdentifier": "formItemGroup.otherInfo.1",
|
|
558
|
+
"orderNo": 1,
|
|
559
|
+
"cmpType": "formItemGroup",
|
|
560
|
+
"props": {
|
|
561
|
+
"itemGroupKey": "otherInfo",
|
|
562
|
+
"defaultFolded": false,
|
|
563
|
+
"draggable": false,
|
|
564
|
+
"removable": true,
|
|
565
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
566
|
+
"label": "其它信息",
|
|
567
|
+
"labelKey": "NeoUI.defaultCreateLayout.canvas1.formItemGroup.otherInfo.label"
|
|
568
|
+
},
|
|
569
|
+
"subCmps": [
|
|
570
|
+
{
|
|
571
|
+
"keyIdentifier": "formItem.deliveryOrderDetail__c.orderDetailId__c.1",
|
|
572
|
+
"orderNo": 0,
|
|
573
|
+
"cmpType": "formItem",
|
|
574
|
+
"props": {
|
|
575
|
+
"mode": "input",
|
|
576
|
+
"requiredVFSetting": { "formula": "", "value": false },
|
|
577
|
+
"draggable": true,
|
|
578
|
+
"removable": true,
|
|
579
|
+
"itemWidthSetting": "columnWidthLinkage",
|
|
580
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
581
|
+
"readonlyVFSetting": { "formula": "", "value": false },
|
|
582
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
583
|
+
"itemApiKey": "orderDetailId__c"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"keyIdentifier": "formItem.deliveryOrderDetail__c.masterId__c.1",
|
|
588
|
+
"orderNo": 1,
|
|
589
|
+
"cmpType": "formItem",
|
|
590
|
+
"props": {
|
|
591
|
+
"mode": "input",
|
|
592
|
+
"requiredVFSetting": { "formula": "", "value": true },
|
|
593
|
+
"draggable": true,
|
|
594
|
+
"removable": true,
|
|
595
|
+
"itemWidthSetting": "columnWidthLinkage",
|
|
596
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
597
|
+
"readonlyVFSetting": { "formula": "", "value": false },
|
|
598
|
+
"objectApiKey": "deliveryOrderDetail__c",
|
|
599
|
+
"itemApiKey": "masterId__c"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"keyIdentifier": "formFooter.deliveryOrderDetail__c.1",
|
|
610
|
+
"orderNo": 2,
|
|
611
|
+
"cmpType": "formFooter",
|
|
612
|
+
"props": {
|
|
613
|
+
"draggable": false,
|
|
614
|
+
"removable": false,
|
|
615
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
616
|
+
"objectApiKey": "deliveryOrderDetail__c"
|
|
617
|
+
},
|
|
618
|
+
"regions": {
|
|
619
|
+
"template": "horizontal_three_regions",
|
|
620
|
+
"props": {},
|
|
621
|
+
"cells": {
|
|
622
|
+
"r2": [],
|
|
623
|
+
"r3": [
|
|
624
|
+
"formButton.formCancel.1",
|
|
625
|
+
"formButton.formDraft.1",
|
|
626
|
+
"formButton.formSaveAndApply.1",
|
|
627
|
+
"formButton.formSave.1"
|
|
628
|
+
],
|
|
629
|
+
"r1": []
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"subCmps": [
|
|
633
|
+
{
|
|
634
|
+
"keyIdentifier": "formButton.formCancel.1",
|
|
635
|
+
"orderNo": 0,
|
|
636
|
+
"cmpType": "formButton",
|
|
637
|
+
"props": {
|
|
638
|
+
"iconId": "1536",
|
|
639
|
+
"disabledVFSetting": { "formula": "", "value": false },
|
|
640
|
+
"buttonApiKey": "formCancel",
|
|
641
|
+
"draggable": true,
|
|
642
|
+
"level": "secondary",
|
|
643
|
+
"removable": false,
|
|
644
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
645
|
+
"label": "取消",
|
|
646
|
+
"labelKey": "NeoUI.component.formButton.formCancel.label"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"keyIdentifier": "formButton.formDraft.1",
|
|
651
|
+
"orderNo": 1,
|
|
652
|
+
"cmpType": "formButton",
|
|
653
|
+
"props": {
|
|
654
|
+
"iconId": "1539",
|
|
655
|
+
"disabledVFSetting": { "formula": "", "value": false },
|
|
656
|
+
"buttonApiKey": "formDraft",
|
|
657
|
+
"draggable": true,
|
|
658
|
+
"level": "primary",
|
|
659
|
+
"removable": false,
|
|
660
|
+
"displayVFSetting": { "formula": "", "value": false },
|
|
661
|
+
"label": "保存草稿",
|
|
662
|
+
"labelKey": "NeoUI.component.formButton.formDraft.label"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"keyIdentifier": "formButton.formSaveAndApply.1",
|
|
667
|
+
"orderNo": 2,
|
|
668
|
+
"cmpType": "formButton",
|
|
669
|
+
"props": {
|
|
670
|
+
"iconId": "1539",
|
|
671
|
+
"disabledVFSetting": { "formula": "", "value": false },
|
|
672
|
+
"buttonApiKey": "formSaveAndApply",
|
|
673
|
+
"draggable": true,
|
|
674
|
+
"level": "primary",
|
|
675
|
+
"removable": false,
|
|
676
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
677
|
+
"label": "保存并提交审批",
|
|
678
|
+
"labelKey": "NeoUI.component.formButton.formSaveAndApply.label"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"keyIdentifier": "formButton.formSave.1",
|
|
683
|
+
"orderNo": 3,
|
|
684
|
+
"cmpType": "formButton",
|
|
685
|
+
"props": {
|
|
686
|
+
"iconId": "1539",
|
|
687
|
+
"disabledVFSetting": { "formula": "", "value": false },
|
|
688
|
+
"buttonApiKey": "formSave",
|
|
689
|
+
"draggable": true,
|
|
690
|
+
"level": "primary",
|
|
691
|
+
"removable": false,
|
|
692
|
+
"displayVFSetting": { "formula": "", "value": true },
|
|
693
|
+
"label": "保存",
|
|
694
|
+
"labelKey": "NeoUI.component.formButton.formSave.label"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
]
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
"frontendExt": {
|
|
702
|
+
"cmpExt": [
|
|
703
|
+
{
|
|
704
|
+
"apiKey": "onChange",
|
|
705
|
+
"cmpKeyIdentifier": "neoTabContainer.1",
|
|
706
|
+
"actions": [
|
|
707
|
+
{
|
|
708
|
+
"actionType": 2,
|
|
709
|
+
"condition": "",
|
|
710
|
+
"assignment": [
|
|
711
|
+
{
|
|
712
|
+
"mode": 1,
|
|
713
|
+
"targetPath": "$mainForm.orderDetailId__c",
|
|
714
|
+
"id": "GVj66Z29si61ax9i",
|
|
715
|
+
"type": "Number",
|
|
716
|
+
"value": "123",
|
|
717
|
+
"target": "formItem.deliveryOrderDetail__c.orderDetailId__c.1"
|
|
718
|
+
}
|
|
719
|
+
],
|
|
720
|
+
"execMode": 1,
|
|
721
|
+
"id": "7tGUlkoH9hHWBEmc",
|
|
722
|
+
"label": "事件动作测试1"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"actionType": 1,
|
|
726
|
+
"condition": "",
|
|
727
|
+
"execMode": 1,
|
|
728
|
+
"function": {
|
|
729
|
+
"apiKey": "showLoading",
|
|
730
|
+
"custom": false,
|
|
731
|
+
"funcInParams": [],
|
|
732
|
+
"label": "弹出loading框",
|
|
733
|
+
"funcOutParams": []
|
|
734
|
+
},
|
|
735
|
+
"id": "28ocPcZKO15JVdWt",
|
|
736
|
+
"label": "测试事件动作2"
|
|
737
|
+
}
|
|
738
|
+
]
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"layoutExt": []
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
}
|