@openyida/yidacli 0.1.11 → 0.1.13

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.
@@ -0,0 +1,2353 @@
1
+ {
2
+ "schemaType": "superform",
3
+ "schemaVersion": "5.0",
4
+ "utils": [
5
+ {
6
+ "name": "legaoBuiltin",
7
+ "type": "npm",
8
+ "content": {
9
+ "package": "@ali/vu-legao-builtin",
10
+ "version": "3.0.0",
11
+ "exportName": "legaoBuiltin"
12
+ }
13
+ },
14
+ {
15
+ "name": "yidaPlugin",
16
+ "type": "npm",
17
+ "content": {
18
+ "package": "@ali/vu-yida-plugin",
19
+ "version": "1.1.0",
20
+ "exportName": "yidaPlugin"
21
+ }
22
+ }
23
+ ],
24
+ "actions": {
25
+ "module": {
26
+ "source": "/**\n* 尊敬的用户,你好:页面 JS 面板是高阶用法,一般不建议普通用户使用,如需使用,请确定你具备研发背景,能够自我排查问题。当然,你也可以咨询身边的技术顾问或者联系宜搭平台的技术支持获得服务(可能收费)。\n* 我们可以用 JS 面板来开发一些定制度高功能,比如:调用阿里云接口用来做图像识别、上报用户使用数据(如加载完成打点)等等。\n* 你可以点击面板上方的 「使用帮助」了解。\n*/\n\n// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nexport function didMount() {\n console.log(`「页面 JS」:当前页面地址 ${location.href}`);\n // console.log(`「页面 JS」:当前页面 id 参数为 ${this.state.urlParams.id}`);\n // 更多 this 相关 API 请参考:https://www.yuque.com/yida/support/ocmxyv#OCEXd\n // document.title = window.loginUser.userName + ' | 宜搭';\n}",
27
+ "compiled": "\"use strict\";\n\nexports.__esModule = true;\nexports.didMount = didMount;\n/**\n* 尊敬的用户,你好:页面 JS 面板是高阶用法,一般不建议普通用户使用,如需使用,请确定你具备研发背景,能够自我排查问题。当然,你也可以咨询身边的技术顾问或者联系宜搭平台的技术支持获得服务(可能收费)。\n* 我们可以用 JS 面板来开发一些定制度高功能,比如:调用阿里云接口用来做图像识别、上报用户使用数据(如加载完成打点)等等。\n* 你可以点击面板上方的 「使用帮助」了解。\n*/\n\n// 当页面渲染完毕后马上调用下面的函数,这个函数是在当前页面 - 设置 - 生命周期 - 页面加载完成时中被关联的。\nfunction didMount() {\n console.log(\"\\u300C\\u9875\\u9762 JS\\u300D\\uFF1A\\u5F53\\u524D\\u9875\\u9762\\u5730\\u5740 \" + location.href);\n // console.log(`「页面 JS」:当前页面 id 参数为 ${this.state.urlParams.id}`);\n // 更多 this 相关 API 请参考:https://www.yuque.com/yida/support/ocmxyv#OCEXd\n // document.title = window.loginUser.userName + ' | 宜搭';\n}\n"
28
+ },
29
+ "type": "FUNCTION",
30
+ "list": [
31
+ {
32
+ "id": "didMount",
33
+ "title": "didMount"
34
+ }
35
+ ]
36
+ },
37
+ "pages": [
38
+ {
39
+ "componentsTree": [
40
+ {
41
+ "componentName": "Page",
42
+ "id": "node_ocmmuuvgux1",
43
+ "props": {
44
+ "templateVersion": "1.0.0",
45
+ "pageStyle": {
46
+ "backgroundColor": "#f2f3f5"
47
+ },
48
+ "titleName": {
49
+ "type": "i18n",
50
+ "zh_CN": "标题名称",
51
+ "en_US": "title"
52
+ },
53
+ "titleDesc": {
54
+ "type": "i18n",
55
+ "zh_CN": "标题描述",
56
+ "en_US": "title"
57
+ },
58
+ "titleColor": "light",
59
+ "titleBg": "https://img.alicdn.com/imgextra/i2/O1CN0143ATPP1wIa9TrVvzN_!!6000000006285-2-tps-3360-400.png_.webp",
60
+ "backgroundColorCustom": "#f1f2f3",
61
+ "sizePc": "medium",
62
+ "labelAlignPc": "top",
63
+ "labelWidthPc": "100px",
64
+ "labelWeightPc": "bold",
65
+ "contentMargin": "12",
66
+ "contentPadding": "20",
67
+ "contentBgColor": "white",
68
+ "showTitle": true,
69
+ "labelAlignMobile": "top",
70
+ "labelWidthMobile": "80px",
71
+ "labelWeightMobile": "bold",
72
+ "contentMarginMobile": "12",
73
+ "contentPaddingMobile": "0",
74
+ "contentBgColorMobile": "white",
75
+ "className": "page_mmuuz099"
76
+ },
77
+ "dataSource": {
78
+ "offline": [],
79
+ "globalConfig": {
80
+ "fit": {
81
+ "compiled": "'use strict';\n\nvar __preParser__ = function fit(response) {\n var content = response.content !== undefined ? response.content : response;\n var error = {\n message: response.errorMsg || response.errors && response.errors[0] && response.errors[0].msg || response.content || '远程数据源请求出错,success is false'\n };\n var success = true;\n if (response.success !== undefined) {\n success = response.success;\n } else if (response.hasError !== undefined) {\n success = !response.hasError;\n }\n return {\n content: content,\n success: success,\n error: error\n };\n};",
82
+ "source": "function fit(response) {\r\n const content = (response.content !== undefined) ? response.content : response;\r\n const error = {\r\n message: response.errorMsg ||\r\n (response.errors && response.errors[0] && response.errors[0].msg) ||\r\n response.content || '远程数据源请求出错,success is false',\r\n };\r\n let success = true;\r\n if (response.success !== undefined) {\r\n success = response.success;\r\n } else if (response.hasError !== undefined) {\r\n success = !response.hasError;\r\n }\r\n return {\r\n content,\r\n success,\r\n error,\r\n };\r\n}",
83
+ "type": "js",
84
+ "error": {}
85
+ }
86
+ },
87
+ "online": [],
88
+ "list": [],
89
+ "sync": true
90
+ },
91
+ "methods": {
92
+ "__initMethods__": {
93
+ "type": "js",
94
+ "source": "function (exports, module) { /*set actions code here*/ }",
95
+ "compiled": "function (exports, module) { /*set actions code here*/ }"
96
+ }
97
+ },
98
+ "lifeCycles": {
99
+ "componentDidMount": {
100
+ "id": "didMount",
101
+ "name": "didMount",
102
+ "params": {},
103
+ "type": "actionRef"
104
+ },
105
+ "componentWillUnmount": "",
106
+ "constructor": {
107
+ "type": "js",
108
+ "compiled": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}",
109
+ "source": "function constructor() {\nvar module = { exports: {} };\nvar _this = this;\nthis.__initMethods__(module.exports, module);\nObject.keys(module.exports).forEach(function(item) {\n if(typeof module.exports[item] === 'function'){\n _this[item] = module.exports[item];\n }\n});\n\n}"
110
+ }
111
+ },
112
+ "hidden": false,
113
+ "title": "",
114
+ "isLocked": false,
115
+ "condition": true,
116
+ "conditionGroup": "",
117
+ "children": [
118
+ {
119
+ "componentName": "RootHeader",
120
+ "id": "node_ocmmuuvgux2",
121
+ "props": {},
122
+ "hidden": false,
123
+ "title": "",
124
+ "isLocked": false,
125
+ "condition": true,
126
+ "conditionGroup": ""
127
+ },
128
+ {
129
+ "componentName": "RootContent",
130
+ "id": "node_ocmmuuvgux3",
131
+ "props": {},
132
+ "hidden": false,
133
+ "title": "",
134
+ "isLocked": false,
135
+ "condition": true,
136
+ "conditionGroup": "",
137
+ "children": [
138
+ {
139
+ "componentName": "FormContainer",
140
+ "id": "node_ocmmuuvgux4",
141
+ "props": {
142
+ "columns": 1,
143
+ "labelAlign": "top",
144
+ "submitText": {
145
+ "type": "i18n",
146
+ "zh_CN": "提交",
147
+ "en_US": "Submit"
148
+ },
149
+ "stageText": {
150
+ "type": "i18n",
151
+ "zh_CN": "暂存",
152
+ "en_US": "Stage"
153
+ },
154
+ "submitAndNewText": {
155
+ "type": "i18n",
156
+ "zh_CN": "提交并继续",
157
+ "en_US": "Submit and New"
158
+ },
159
+ "fieldId": "formContainer_mmuuvhwt",
160
+ "aiFormConfig": {
161
+ "systemPrompt": "",
162
+ "model": "qwen"
163
+ },
164
+ "beforeSubmit": false,
165
+ "afterSubmit": false,
166
+ "onProcessActionValidate": false,
167
+ "afterFormDataInit": false
168
+ },
169
+ "hidden": false,
170
+ "title": "",
171
+ "isLocked": false,
172
+ "condition": true,
173
+ "conditionGroup": "",
174
+ "children": [
175
+ {
176
+ "componentName": "TextField",
177
+ "id": "node_ocmmuuvgux7",
178
+ "props": {
179
+ "__category__": "form",
180
+ "__useMediator": "value",
181
+ "label": {
182
+ "type": "i18n",
183
+ "zh_CN": "单行文本",
184
+ "en_US": "Text Field"
185
+ },
186
+ "labelAlign": "top",
187
+ "labelTextAlign": "left",
188
+ "placeholder": {
189
+ "type": "i18n",
190
+ "zh_CN": "请输入",
191
+ "en_US": "Please enter"
192
+ },
193
+ "tips": {
194
+ "zh_CN": "",
195
+ "en_US": "",
196
+ "type": "i18n"
197
+ },
198
+ "behavior": "NORMAL",
199
+ "complexValue": {
200
+ "complexType": "custom",
201
+ "value": {
202
+ "type": "i18n",
203
+ "en_US": "",
204
+ "zh_CN": ""
205
+ },
206
+ "formula": ""
207
+ },
208
+ "valueType": "custom",
209
+ "value": {
210
+ "type": "i18n",
211
+ "zh_CN": "",
212
+ "en_US": ""
213
+ },
214
+ "rows": 4,
215
+ "validationType": "text",
216
+ "hasClear": true,
217
+ "maxLength": 200,
218
+ "scanCode": {
219
+ "enabled": false,
220
+ "type": "all",
221
+ "editable": true
222
+ },
223
+ "validation": [],
224
+ "__gridSpan": 1,
225
+ "fieldId": "textField_mmuuvjq4",
226
+ "visibility": [
227
+ "PC",
228
+ "MOBILE"
229
+ ],
230
+ "submittable": "DEFAULT",
231
+ "formula": "",
232
+ "linkage": "",
233
+ "variable": "",
234
+ "autoHeight": false,
235
+ "hasLimitHint": false,
236
+ "dataEntryMode": false,
237
+ "labelColSpan": 4
238
+ },
239
+ "condition": true,
240
+ "hidden": false,
241
+ "title": "",
242
+ "isLocked": false,
243
+ "conditionGroup": ""
244
+ },
245
+ {
246
+ "componentName": "TextareaField",
247
+ "id": "node_ocmmuuvgux9",
248
+ "props": {
249
+ "htmlType": "textarea",
250
+ "__category__": "form",
251
+ "__useMediator": "value",
252
+ "label": {
253
+ "type": "i18n",
254
+ "zh_CN": "多行文本",
255
+ "en_US": "Text Area"
256
+ },
257
+ "labelAlign": "top",
258
+ "labelTextAlign": "left",
259
+ "placeholder": {
260
+ "type": "i18n",
261
+ "zh_CN": "请输入",
262
+ "en_US": "Please enter"
263
+ },
264
+ "tips": {
265
+ "zh_CN": "",
266
+ "en_US": "",
267
+ "type": "i18n"
268
+ },
269
+ "behavior": "NORMAL",
270
+ "complexValue": {
271
+ "complexType": "custom",
272
+ "value": {
273
+ "type": "i18n",
274
+ "en_US": "",
275
+ "zh_CN": ""
276
+ },
277
+ "formula": ""
278
+ },
279
+ "valueType": "custom",
280
+ "value": {
281
+ "type": "i18n",
282
+ "zh_CN": "",
283
+ "en_US": ""
284
+ },
285
+ "rows": 4,
286
+ "showEmptyRows": true,
287
+ "hasClear": true,
288
+ "validation": [],
289
+ "__gridSpan": 1,
290
+ "fieldId": "textareaField_mmuuvjq6",
291
+ "visibility": [
292
+ "PC",
293
+ "MOBILE"
294
+ ],
295
+ "submittable": "DEFAULT",
296
+ "formula": "",
297
+ "linkage": "",
298
+ "variable": "",
299
+ "autoHeight": false,
300
+ "hasLimitHint": false,
301
+ "maxLength": "",
302
+ "dataEntryMode": false,
303
+ "labelColSpan": 4
304
+ },
305
+ "condition": true,
306
+ "hidden": false,
307
+ "title": "",
308
+ "isLocked": false,
309
+ "conditionGroup": ""
310
+ },
311
+ {
312
+ "componentName": "NumberField",
313
+ "id": "node_ocmmuuvguxb",
314
+ "props": {
315
+ "__category__": "form",
316
+ "__useMediator": "value",
317
+ "label": {
318
+ "type": "i18n",
319
+ "zh_CN": "数值",
320
+ "en_US": "NumberField"
321
+ },
322
+ "labelAlign": "top",
323
+ "labelColSpan": 4,
324
+ "labelTextAlign": "left",
325
+ "placeholder": {
326
+ "type": "i18n",
327
+ "zh_CN": "请输入数字",
328
+ "en_US": "Please enter a number"
329
+ },
330
+ "tips": {
331
+ "zh_CN": "",
332
+ "en_US": "",
333
+ "type": "i18n"
334
+ },
335
+ "behavior": "NORMAL",
336
+ "complexValue": {
337
+ "complexType": "custom",
338
+ "value": "",
339
+ "formula": ""
340
+ },
341
+ "valueType": "custom",
342
+ "innerAfter": {
343
+ "type": "i18n",
344
+ "zh_CN": "",
345
+ "en_US": ""
346
+ },
347
+ "step": 1,
348
+ "validation": [
349
+ {
350
+ "type": "maxLength",
351
+ "param": "25"
352
+ }
353
+ ],
354
+ "__gridSpan": 1,
355
+ "fieldId": "numberField_mmuuvjq8",
356
+ "visibility": [
357
+ "PC",
358
+ "MOBILE"
359
+ ],
360
+ "submittable": "DEFAULT",
361
+ "labelColOffset": 0,
362
+ "wrapperColSpan": 0,
363
+ "wrapperColOffset": 0,
364
+ "value": "",
365
+ "formula": "",
366
+ "linkage": "",
367
+ "variable": "",
368
+ "precision": 0,
369
+ "thousandsSeparators": false,
370
+ "dataEntryMode": false
371
+ },
372
+ "condition": true,
373
+ "hidden": false,
374
+ "title": "",
375
+ "isLocked": false,
376
+ "conditionGroup": ""
377
+ },
378
+ {
379
+ "componentName": "RateField",
380
+ "id": "node_ocmmuuvguxd",
381
+ "props": {
382
+ "__category__": "form",
383
+ "__useMediator": "value",
384
+ "label": {
385
+ "type": "i18n",
386
+ "zh_CN": "评分",
387
+ "en_US": "RateField"
388
+ },
389
+ "value": {
390
+ "type": "i18n",
391
+ "zh_CN": "",
392
+ "en_US": ""
393
+ },
394
+ "labelAlign": "top",
395
+ "labelTextAlign": "left",
396
+ "tips": {
397
+ "zh_CN": "",
398
+ "en_US": "",
399
+ "type": "i18n"
400
+ },
401
+ "behavior": "NORMAL",
402
+ "count": 5,
403
+ "validation": [],
404
+ "__gridSpan": 1,
405
+ "fieldId": "rateField_mmuuvjqa",
406
+ "visibility": [
407
+ "PC",
408
+ "MOBILE"
409
+ ],
410
+ "submittable": "DEFAULT",
411
+ "allowHalf": false,
412
+ "showGrade": false,
413
+ "dataEntryMode": false,
414
+ "labelColSpan": 4
415
+ },
416
+ "condition": true,
417
+ "hidden": false,
418
+ "title": "",
419
+ "isLocked": false,
420
+ "conditionGroup": ""
421
+ },
422
+ {
423
+ "componentName": "RadioField",
424
+ "id": "node_ocmmuuvguxf",
425
+ "props": {
426
+ "__category__": "form",
427
+ "__useMediator": "value",
428
+ "label": {
429
+ "type": "i18n",
430
+ "zh_CN": "单选",
431
+ "en_US": "Radio"
432
+ },
433
+ "labelAlign": "top",
434
+ "labelTextAlign": "left",
435
+ "tips": {
436
+ "zh_CN": "",
437
+ "en_US": "",
438
+ "type": "i18n"
439
+ },
440
+ "behavior": "NORMAL",
441
+ "complexValue": {
442
+ "complexType": "custom",
443
+ "value": "",
444
+ "formula": ""
445
+ },
446
+ "valueType": "custom",
447
+ "itemDirection": "hoz",
448
+ "defaultDataSource": {
449
+ "complexType": "custom",
450
+ "options": [
451
+ {
452
+ "text": {
453
+ "zh_CN": "选项一",
454
+ "en_US": "Option 1",
455
+ "type": "i18n"
456
+ },
457
+ "value": "选项一",
458
+ "sid": "serial_khe7yak4",
459
+ "disable": false,
460
+ "defaultChecked": false
461
+ },
462
+ {
463
+ "text": {
464
+ "zh_CN": "选项二",
465
+ "en_US": "Option 2",
466
+ "type": "i18n"
467
+ },
468
+ "value": "选项二",
469
+ "sid": "serial_khe7yak5",
470
+ "disable": false,
471
+ "defaultChecked": false
472
+ },
473
+ {
474
+ "text": {
475
+ "zh_CN": "选项三",
476
+ "en_US": "Option 3",
477
+ "type": "i18n"
478
+ },
479
+ "value": "选项三",
480
+ "sid": "serial_khe7yak6",
481
+ "disable": false,
482
+ "defaultChecked": false
483
+ }
484
+ ],
485
+ "formula": "",
486
+ "url": "",
487
+ "searchConfig": {
488
+ "type": "JSONP",
489
+ "url": "",
490
+ "beforeFetch": "",
491
+ "afterFetch": ""
492
+ }
493
+ },
494
+ "dataSourceType": "custom",
495
+ "dataSource": [
496
+ {
497
+ "text": {
498
+ "zh_CN": "选项一",
499
+ "en_US": "Option 1",
500
+ "type": "i18n"
501
+ },
502
+ "value": "选项一",
503
+ "sid": "serial_khe7yak4",
504
+ "disable": false,
505
+ "defaultChecked": false
506
+ },
507
+ {
508
+ "text": {
509
+ "zh_CN": "选项二",
510
+ "en_US": "Option 2",
511
+ "type": "i18n"
512
+ },
513
+ "value": "选项二",
514
+ "sid": "serial_khe7yak5",
515
+ "disable": false,
516
+ "defaultChecked": false
517
+ },
518
+ {
519
+ "text": {
520
+ "zh_CN": "选项三",
521
+ "en_US": "Option 3",
522
+ "type": "i18n"
523
+ },
524
+ "value": "选项三",
525
+ "sid": "serial_khe7yak6",
526
+ "disable": false,
527
+ "defaultChecked": false
528
+ }
529
+ ],
530
+ "searchConfig": {
531
+ "dataType": "jsonp",
532
+ "url": "",
533
+ "beforeFetch": "function willFetch(params) {\n return params;\n}",
534
+ "afterFetch": "function didFetch(content) {\n return content;\n}"
535
+ },
536
+ "validation": [],
537
+ "__gridSpan": 1,
538
+ "fieldId": "radioField_mmuuvjqc",
539
+ "visibility": [
540
+ "PC",
541
+ "MOBILE"
542
+ ],
543
+ "submittable": "DEFAULT",
544
+ "value": "",
545
+ "formula": "",
546
+ "linkage": "",
547
+ "variable": "",
548
+ "supportInverse": false,
549
+ "isUseDataSourceColor": false,
550
+ "dataSourceLinkage": "",
551
+ "reusePrivilege": false,
552
+ "dataEntryMode": false,
553
+ "labelColSpan": 4
554
+ },
555
+ "condition": true,
556
+ "hidden": false,
557
+ "title": "",
558
+ "isLocked": false,
559
+ "conditionGroup": ""
560
+ },
561
+ {
562
+ "componentName": "CheckboxField",
563
+ "id": "node_ocmmuuvguxh",
564
+ "props": {
565
+ "__category__": "form",
566
+ "__useMediator": "value",
567
+ "label": {
568
+ "type": "i18n",
569
+ "zh_CN": "复选",
570
+ "en_US": "CheckboxField"
571
+ },
572
+ "labelAlign": "top",
573
+ "labelTextAlign": "left",
574
+ "tips": {
575
+ "zh_CN": "",
576
+ "en_US": "",
577
+ "type": "i18n"
578
+ },
579
+ "behavior": "NORMAL",
580
+ "value": [],
581
+ "itemDirection": "hoz",
582
+ "defaultDataSource": {
583
+ "complexType": "custom",
584
+ "options": [
585
+ {
586
+ "text": {
587
+ "zh_CN": "选项一",
588
+ "en_US": "Option 1",
589
+ "type": "i18n"
590
+ },
591
+ "value": "选项一",
592
+ "sid": "serial_khe7yak4",
593
+ "disable": false,
594
+ "defaultChecked": false
595
+ },
596
+ {
597
+ "text": {
598
+ "zh_CN": "选项二",
599
+ "en_US": "Option 2",
600
+ "type": "i18n"
601
+ },
602
+ "value": "选项二",
603
+ "sid": "serial_khe7yak5",
604
+ "disable": false,
605
+ "defaultChecked": false
606
+ },
607
+ {
608
+ "text": {
609
+ "zh_CN": "选项三",
610
+ "en_US": "Option 3",
611
+ "type": "i18n"
612
+ },
613
+ "value": "选项三",
614
+ "sid": "serial_khe7yak6",
615
+ "disable": false,
616
+ "defaultChecked": false
617
+ }
618
+ ],
619
+ "formula": "",
620
+ "url": "",
621
+ "searchConfig": {
622
+ "type": "JSONP",
623
+ "url": "",
624
+ "beforeFetch": "",
625
+ "afterFetch": ""
626
+ }
627
+ },
628
+ "dataSourceType": "custom",
629
+ "dataSource": [
630
+ {
631
+ "text": {
632
+ "zh_CN": "选项一",
633
+ "en_US": "Option 1",
634
+ "type": "i18n"
635
+ },
636
+ "value": "选项一",
637
+ "sid": "serial_khe7yak4",
638
+ "disable": false,
639
+ "defaultChecked": false
640
+ },
641
+ {
642
+ "text": {
643
+ "zh_CN": "选项二",
644
+ "en_US": "Option 2",
645
+ "type": "i18n"
646
+ },
647
+ "value": "选项二",
648
+ "sid": "serial_khe7yak5",
649
+ "disable": false,
650
+ "defaultChecked": false
651
+ },
652
+ {
653
+ "text": {
654
+ "zh_CN": "选项三",
655
+ "en_US": "Option 3",
656
+ "type": "i18n"
657
+ },
658
+ "value": "选项三",
659
+ "sid": "serial_khe7yak6",
660
+ "disable": false,
661
+ "defaultChecked": false
662
+ }
663
+ ],
664
+ "searchConfig": {
665
+ "dataType": "jsonp",
666
+ "url": "",
667
+ "beforeFetch": "function willFetch(params) {\n return params;\n}",
668
+ "afterFetch": "function didFetch(content) {\n return content;\n}"
669
+ },
670
+ "validation": [],
671
+ "__gridSpan": 1,
672
+ "fieldId": "checkboxField_mmuuvjqe",
673
+ "visibility": [
674
+ "PC",
675
+ "MOBILE"
676
+ ],
677
+ "submittable": "DEFAULT",
678
+ "isUseDataSourceColor": false,
679
+ "dataSourceLinkage": "",
680
+ "reusePrivilege": false,
681
+ "dataEntryMode": false,
682
+ "labelColSpan": 4
683
+ },
684
+ "condition": true,
685
+ "hidden": false,
686
+ "title": "",
687
+ "isLocked": false,
688
+ "conditionGroup": ""
689
+ },
690
+ {
691
+ "componentName": "SelectField",
692
+ "id": "node_ocmmuuvguxj",
693
+ "props": {
694
+ "mode": "single",
695
+ "__category__": "form",
696
+ "__useMediator": "value",
697
+ "label": {
698
+ "type": "i18n",
699
+ "zh_CN": "下拉单选",
700
+ "en_US": "Select"
701
+ },
702
+ "labelAlign": "top",
703
+ "labelTextAlign": "left",
704
+ "placeholder": {
705
+ "type": "i18n",
706
+ "zh_CN": "请选择",
707
+ "en_US": "please select"
708
+ },
709
+ "tips": {
710
+ "zh_CN": "",
711
+ "en_US": "",
712
+ "type": "i18n"
713
+ },
714
+ "behavior": "NORMAL",
715
+ "complexValue": {
716
+ "complexType": "custom",
717
+ "value": "",
718
+ "formula": ""
719
+ },
720
+ "valueType": "custom",
721
+ "hasClear": true,
722
+ "autoWidth": true,
723
+ "showSearch": true,
724
+ "filterLocal": true,
725
+ "notFoundContent": {
726
+ "type": "i18n",
727
+ "zh_CN": "无数据",
728
+ "en_US": "Not Found"
729
+ },
730
+ "defaultDataSource": {
731
+ "complexType": "custom",
732
+ "options": [
733
+ {
734
+ "text": {
735
+ "zh_CN": "选项一",
736
+ "en_US": "Option 1",
737
+ "type": "i18n"
738
+ },
739
+ "value": "选项一",
740
+ "sid": "serial_khe7yak4",
741
+ "disable": false,
742
+ "defaultChecked": false
743
+ },
744
+ {
745
+ "text": {
746
+ "zh_CN": "选项二",
747
+ "en_US": "Option 2",
748
+ "type": "i18n"
749
+ },
750
+ "value": "选项二",
751
+ "sid": "serial_khe7yak5",
752
+ "disable": false,
753
+ "defaultChecked": false
754
+ },
755
+ {
756
+ "text": {
757
+ "zh_CN": "选项三",
758
+ "en_US": "Option 3",
759
+ "type": "i18n"
760
+ },
761
+ "value": "选项三",
762
+ "sid": "serial_khe7yak6",
763
+ "disable": false,
764
+ "defaultChecked": false
765
+ }
766
+ ],
767
+ "formula": "",
768
+ "url": "",
769
+ "searchConfig": {
770
+ "type": "JSONP",
771
+ "url": "",
772
+ "beforeFetch": "",
773
+ "afterFetch": ""
774
+ }
775
+ },
776
+ "dataSourceType": "custom",
777
+ "dataSource": [
778
+ {
779
+ "text": {
780
+ "zh_CN": "选项一",
781
+ "en_US": "Option 1",
782
+ "type": "i18n"
783
+ },
784
+ "value": "选项一",
785
+ "sid": "serial_khe7yak4",
786
+ "disable": false,
787
+ "defaultChecked": false
788
+ },
789
+ {
790
+ "text": {
791
+ "zh_CN": "选项二",
792
+ "en_US": "Option 2",
793
+ "type": "i18n"
794
+ },
795
+ "value": "选项二",
796
+ "sid": "serial_khe7yak5",
797
+ "disable": false,
798
+ "defaultChecked": false
799
+ },
800
+ {
801
+ "text": {
802
+ "zh_CN": "选项三",
803
+ "en_US": "Option 3",
804
+ "type": "i18n"
805
+ },
806
+ "value": "选项三",
807
+ "sid": "serial_khe7yak6",
808
+ "disable": false,
809
+ "defaultChecked": false
810
+ }
811
+ ],
812
+ "searchConfig": {
813
+ "dataType": "jsonp",
814
+ "url": "",
815
+ "beforeFetch": "function willFetch(params) {\n return params;\n}",
816
+ "afterFetch": "function didFetch(content) {\n return content;\n}"
817
+ },
818
+ "validation": [],
819
+ "__gridSpan": 1,
820
+ "fieldId": "selectField_mmuuvjqg",
821
+ "visibility": [
822
+ "PC",
823
+ "MOBILE"
824
+ ],
825
+ "submittable": "DEFAULT",
826
+ "value": "",
827
+ "formula": "",
828
+ "linkage": "",
829
+ "variable": "",
830
+ "isUseDataSourceColor": false,
831
+ "dataSourceLinkage": "",
832
+ "reusePrivilege": false,
833
+ "dataEntryMode": false,
834
+ "labelColSpan": 4
835
+ },
836
+ "condition": true,
837
+ "hidden": false,
838
+ "title": "",
839
+ "isLocked": false,
840
+ "conditionGroup": ""
841
+ },
842
+ {
843
+ "componentName": "MultiSelectField",
844
+ "id": "node_ocmmuuvguxl",
845
+ "props": {
846
+ "mode": "multiple",
847
+ "__category__": "form",
848
+ "__useMediator": "value",
849
+ "label": {
850
+ "type": "i18n",
851
+ "zh_CN": "下拉复选",
852
+ "en_US": "Multi-Select"
853
+ },
854
+ "labelAlign": "top",
855
+ "labelColSpan": 4,
856
+ "labelTextAlign": "left",
857
+ "placeholder": {
858
+ "type": "i18n",
859
+ "zh_CN": "请选择",
860
+ "en_US": "please select"
861
+ },
862
+ "tips": {
863
+ "zh_CN": "",
864
+ "en_US": "",
865
+ "type": "i18n"
866
+ },
867
+ "behavior": "NORMAL",
868
+ "value": [],
869
+ "autoWidth": true,
870
+ "showSearch": true,
871
+ "filterLocal": true,
872
+ "defaultDataSource": {
873
+ "complexType": "custom",
874
+ "options": [
875
+ {
876
+ "text": {
877
+ "zh_CN": "选项一",
878
+ "en_US": "Option 1",
879
+ "type": "i18n"
880
+ },
881
+ "value": "选项一",
882
+ "sid": "serial_khe7yak4",
883
+ "disable": false,
884
+ "defaultChecked": false
885
+ },
886
+ {
887
+ "text": {
888
+ "zh_CN": "选项二",
889
+ "en_US": "Option 2",
890
+ "type": "i18n"
891
+ },
892
+ "value": "选项二",
893
+ "sid": "serial_khe7yak5",
894
+ "disable": false,
895
+ "defaultChecked": false
896
+ },
897
+ {
898
+ "text": {
899
+ "zh_CN": "选项三",
900
+ "en_US": "Option 3",
901
+ "type": "i18n"
902
+ },
903
+ "value": "选项三",
904
+ "sid": "serial_khe7yak6",
905
+ "disable": false,
906
+ "defaultChecked": false
907
+ }
908
+ ],
909
+ "formula": "",
910
+ "url": "",
911
+ "searchConfig": {
912
+ "type": "JSONP",
913
+ "url": "",
914
+ "beforeFetch": "",
915
+ "afterFetch": ""
916
+ }
917
+ },
918
+ "dataSourceType": "custom",
919
+ "dataSource": [
920
+ {
921
+ "text": {
922
+ "zh_CN": "选项一",
923
+ "en_US": "Option 1",
924
+ "type": "i18n"
925
+ },
926
+ "value": "选项一",
927
+ "sid": "serial_khe7yak4",
928
+ "disable": false,
929
+ "defaultChecked": false
930
+ },
931
+ {
932
+ "text": {
933
+ "zh_CN": "选项二",
934
+ "en_US": "Option 2",
935
+ "type": "i18n"
936
+ },
937
+ "value": "选项二",
938
+ "sid": "serial_khe7yak5",
939
+ "disable": false,
940
+ "defaultChecked": false
941
+ },
942
+ {
943
+ "text": {
944
+ "zh_CN": "选项三",
945
+ "en_US": "Option 3",
946
+ "type": "i18n"
947
+ },
948
+ "value": "选项三",
949
+ "sid": "serial_khe7yak6",
950
+ "disable": false,
951
+ "defaultChecked": false
952
+ }
953
+ ],
954
+ "searchConfig": {
955
+ "dataType": "jsonp",
956
+ "url": "",
957
+ "beforeFetch": "function willFetch(params) {\n return params;\n}",
958
+ "afterFetch": "function didFetch(content) {\n return content;\n}"
959
+ },
960
+ "validation": [],
961
+ "__gridSpan": 1,
962
+ "fieldId": "multiSelectField_mmuuvjqi",
963
+ "visibility": [
964
+ "PC",
965
+ "MOBILE"
966
+ ],
967
+ "submittable": "DEFAULT",
968
+ "labelColOffset": 0,
969
+ "wrapperColSpan": 0,
970
+ "wrapperColOffset": 0,
971
+ "hasSelectAll": false,
972
+ "isUseDataSourceColor": false,
973
+ "dataSourceLinkage": "",
974
+ "reusePrivilege": false,
975
+ "dataEntryMode": false
976
+ },
977
+ "condition": true,
978
+ "hidden": false,
979
+ "title": "",
980
+ "isLocked": false,
981
+ "conditionGroup": ""
982
+ },
983
+ {
984
+ "componentName": "CountrySelectField",
985
+ "id": "node_ocmmuuvgux10",
986
+ "props": {
987
+ "__category__": "form",
988
+ "__useMediator": "value",
989
+ "label": {
990
+ "type": "i18n",
991
+ "zh_CN": "国家/地区",
992
+ "en_US": "Country"
993
+ },
994
+ "labelAlign": "top",
995
+ "labelTextAlign": "left",
996
+ "placeholder": {
997
+ "type": "i18n",
998
+ "zh_CN": "请选择",
999
+ "en_US": "please select"
1000
+ },
1001
+ "tips": {
1002
+ "zh_CN": "",
1003
+ "en_US": "",
1004
+ "type": "i18n"
1005
+ },
1006
+ "behavior": "NORMAL",
1007
+ "value": [],
1008
+ "mode": "single",
1009
+ "hasClear": true,
1010
+ "showSearch": true,
1011
+ "validation": [],
1012
+ "__gridSpan": 1,
1013
+ "fieldId": "countrySelectField_mmuuvjqx",
1014
+ "visibility": [
1015
+ "PC",
1016
+ "MOBILE"
1017
+ ],
1018
+ "submittable": "DEFAULT",
1019
+ "multiple": false,
1020
+ "hasSelectAll": false,
1021
+ "dataEntryMode": false,
1022
+ "labelColSpan": 4
1023
+ },
1024
+ "condition": true,
1025
+ "hidden": false,
1026
+ "title": "",
1027
+ "isLocked": false,
1028
+ "conditionGroup": ""
1029
+ },
1030
+ {
1031
+ "componentName": "CountrySelectField",
1032
+ "id": "node_ocmmuuvgux11",
1033
+ "props": {
1034
+ "__category__": "form",
1035
+ "__useMediator": "value",
1036
+ "label": {
1037
+ "type": "i18n",
1038
+ "zh_CN": "国家/地区",
1039
+ "en_US": "Country"
1040
+ },
1041
+ "labelAlign": "top",
1042
+ "labelTextAlign": "left",
1043
+ "placeholder": {
1044
+ "type": "i18n",
1045
+ "zh_CN": "请选择",
1046
+ "en_US": "please select"
1047
+ },
1048
+ "tips": {
1049
+ "zh_CN": "",
1050
+ "en_US": "",
1051
+ "type": "i18n"
1052
+ },
1053
+ "behavior": "NORMAL",
1054
+ "value": [],
1055
+ "mode": "single",
1056
+ "hasClear": true,
1057
+ "showSearch": true,
1058
+ "validation": [],
1059
+ "__gridSpan": 1,
1060
+ "fieldId": "countrySelectField_mmuuvjqy",
1061
+ "visibility": [
1062
+ "PC",
1063
+ "MOBILE"
1064
+ ],
1065
+ "submittable": "DEFAULT",
1066
+ "multiple": false,
1067
+ "hasSelectAll": false,
1068
+ "dataEntryMode": false,
1069
+ "labelColSpan": 4
1070
+ },
1071
+ "condition": true,
1072
+ "hidden": false,
1073
+ "title": "",
1074
+ "isLocked": false,
1075
+ "conditionGroup": ""
1076
+ },
1077
+ {
1078
+ "componentName": "AddressField",
1079
+ "id": "node_ocmmuuvgux13",
1080
+ "props": {
1081
+ "__category__": "form",
1082
+ "__useMediator": "value",
1083
+ "label": {
1084
+ "type": "i18n",
1085
+ "zh_CN": "地址",
1086
+ "en_US": "Address Select"
1087
+ },
1088
+ "tips": {
1089
+ "zh_CN": "",
1090
+ "en_US": "",
1091
+ "type": "i18n"
1092
+ },
1093
+ "behavior": "NORMAL",
1094
+ "labelAlign": "top",
1095
+ "labelTextAlign": "left",
1096
+ "placeholder": {
1097
+ "type": "i18n",
1098
+ "zh_CN": "请选择",
1099
+ "en_US": "Please select region"
1100
+ },
1101
+ "countryMode": "default",
1102
+ "countryScope": 1,
1103
+ "addressType": "ADDRESS",
1104
+ "subLabel": {
1105
+ "type": "i18n",
1106
+ "zh_CN": "详细地址",
1107
+ "en_US": "Detailed Address"
1108
+ },
1109
+ "detailPlaceholder": {
1110
+ "type": "i18n",
1111
+ "zh_CN": "请输入详细地址",
1112
+ "en_US": "Please input detailed address"
1113
+ },
1114
+ "hasClear": true,
1115
+ "enableLocation": true,
1116
+ "value": {},
1117
+ "optionAutoWidth": true,
1118
+ "validation": [],
1119
+ "__gridSpan": 1,
1120
+ "fieldId": "addressField_mmuuvjr0",
1121
+ "visibility": [
1122
+ "PC",
1123
+ "MOBILE"
1124
+ ],
1125
+ "submittable": "DEFAULT",
1126
+ "showCountry": false,
1127
+ "dataEntryMode": false,
1128
+ "labelColSpan": 4
1129
+ },
1130
+ "addressType": "DISTRICT",
1131
+ "condition": true,
1132
+ "hidden": false,
1133
+ "title": "",
1134
+ "isLocked": false,
1135
+ "conditionGroup": ""
1136
+ },
1137
+ {
1138
+ "componentName": "SerialNumberField",
1139
+ "id": "node_ocmmuuvgux15",
1140
+ "props": {
1141
+ "__category__": "form",
1142
+ "__useMediator": "value",
1143
+ "label": {
1144
+ "type": "i18n",
1145
+ "zh_CN": "流水号",
1146
+ "en_US": "Serial Number"
1147
+ },
1148
+ "labelAlign": "top",
1149
+ "labelTextAlign": "left",
1150
+ "tips": {
1151
+ "zh_CN": "",
1152
+ "en_US": "",
1153
+ "type": "i18n"
1154
+ },
1155
+ "behavior": "NORMAL",
1156
+ "serialNumberRule": [
1157
+ {
1158
+ "dateFormat": "yyyyMMdd",
1159
+ "timeZone": "+8",
1160
+ "content": "",
1161
+ "formField": "",
1162
+ "resetPeriod": "noClean",
1163
+ "ruleType": "autoCount",
1164
+ "digitCount": "4",
1165
+ "isFixed": true,
1166
+ "initialValue": 1,
1167
+ "__sid": "item_mmuuvhun",
1168
+ "__sid__": "serial_mmuuvhun",
1169
+ "__hide_delete__": true
1170
+ }
1171
+ ],
1172
+ "serialNumPreview": "0001",
1173
+ "serialNumReset": 1,
1174
+ "__gridSpan": 1,
1175
+ "fieldId": "serialNumberField_mmuuvjr2",
1176
+ "visibility": [
1177
+ "PC",
1178
+ "MOBILE"
1179
+ ],
1180
+ "formula": {
1181
+ "expression": "SERIALNUMBER(\"ding9a0954b4f9d9d40ef5bf40eda33b7ba0\", \"APP_IW1U7IN1RJTPDVMJOU8I\", \"FORM-59E76C4D2FB0434FA7530C573AA682093HDO\", \"serialNumberField_mmuuvjr2\", \"{\\\"type\\\":\\\"custom\\\",\\\"value\\\":[{\\\"dateFormat\\\":\\\"yyyyMMdd\\\",\\\"timeZone\\\":\\\"+8\\\",\\\"content\\\":\\\"\\\",\\\"formField\\\":\\\"\\\",\\\"resetPeriod\\\":\\\"noClean\\\",\\\"ruleType\\\":\\\"autoCount\\\",\\\"digitCount\\\":\\\"4\\\",\\\"isFixed\\\":true,\\\"initialValue\\\":1,\\\"__sid\\\":\\\"item_mmuuvhun\\\",\\\"__sid__\\\":\\\"serial_mmuuvhun\\\",\\\"__hide_delete__\\\":true}]}\")"
1182
+ },
1183
+ "syncSerialConfig": false,
1184
+ "dataEntryMode": false,
1185
+ "labelColSpan": 4
1186
+ },
1187
+ "condition": true,
1188
+ "hidden": false,
1189
+ "title": "",
1190
+ "isLocked": false,
1191
+ "conditionGroup": ""
1192
+ },
1193
+ {
1194
+ "componentName": "AssociationFormField",
1195
+ "id": "node_ocmmuuvgux17",
1196
+ "props": {
1197
+ "__category__": "form",
1198
+ "__useMediator": "value",
1199
+ "label": {
1200
+ "type": "i18n",
1201
+ "zh_CN": "关联表单",
1202
+ "en_US": "Associate Form"
1203
+ },
1204
+ "labelAlign": "top",
1205
+ "labelTextAlign": "left",
1206
+ "placeholder": {
1207
+ "type": "i18n",
1208
+ "zh_CN": "请选择",
1209
+ "en_US": "please select"
1210
+ },
1211
+ "tips": {
1212
+ "zh_CN": "",
1213
+ "en_US": "",
1214
+ "type": "i18n"
1215
+ },
1216
+ "behavior": "NORMAL",
1217
+ "associationForm": {
1218
+ "appType": "APP_IW1U7IN1RJTPDVMJOU8I",
1219
+ "appName": "CRM 客户管理系统",
1220
+ "formUuid": "FORM-9D43703F85234BED8847304546020B36UO5R",
1221
+ "formType": "receipt",
1222
+ "formTitle": "客户管理",
1223
+ "mainFieldId": "textField_we7ybatq",
1224
+ "subFieldId": "radioField_we7yxwor",
1225
+ "mainComponentName": "TextField",
1226
+ "subComponentName": "RadioField",
1227
+ "mainFieldLabel": {
1228
+ "pureEn_US": "TextField",
1229
+ "en_US": "TextField",
1230
+ "zh_CN": "客户名称",
1231
+ "envLocale": null,
1232
+ "type": "i18n",
1233
+ "ja_JP": null,
1234
+ "key": null
1235
+ },
1236
+ "customTableFields": [],
1237
+ "tableShowType": "default"
1238
+ },
1239
+ "dataFilterRules": {
1240
+ "condition": "AND",
1241
+ "ruleId": "group-6f62d343-e476-4b3f-a07b-95087f4328e7",
1242
+ "rules": [
1243
+ {
1244
+ "componentType": "TextField",
1245
+ "extValue": "field",
1246
+ "filterType": "bizField",
1247
+ "id": "textField_we7ybatq",
1248
+ "label": "客户名称",
1249
+ "name": "客户名称",
1250
+ "op": "eq",
1251
+ "parentId": "group-6f62d343-e476-4b3f-a07b-95087f4328e7",
1252
+ "placeholder": "请输入",
1253
+ "required": false,
1254
+ "ruleId": "item-f2067cb0-c595-49a9-b3b9-8123ad718c8a",
1255
+ "ruleValue": "textField_mmuuvjq4",
1256
+ "text": "",
1257
+ "type": "TextField",
1258
+ "value": "textField_mmuuvjq4",
1259
+ "valueType": "value",
1260
+ "ruleType": "rule_text"
1261
+ }
1262
+ ],
1263
+ "version": "v2",
1264
+ "instanceFieldId": ""
1265
+ },
1266
+ "dataFillingRules": "",
1267
+ "supportAdd": true,
1268
+ "validation": [],
1269
+ "__gridSpan": 1,
1270
+ "fieldId": "associationFormField_mmuuvjr4",
1271
+ "visibility": [
1272
+ "PC",
1273
+ "MOBILE"
1274
+ ],
1275
+ "submittable": "DEFAULT",
1276
+ "hasClear": true,
1277
+ "mobileQuickSearchMode": "AllField",
1278
+ "notFoundContent": {
1279
+ "type": "i18n",
1280
+ "zh_CN": "无数据",
1281
+ "en_US": "Not Found"
1282
+ },
1283
+ "__tableFieldId": "",
1284
+ "multiple": false,
1285
+ "supportDataFilter": true,
1286
+ "supportDataFilling": false,
1287
+ "orderEnable": false,
1288
+ "orderConfig": [],
1289
+ "dataEntryMode": false,
1290
+ "validateFilter": false,
1291
+ "labelColSpan": 4
1292
+ },
1293
+ "condition": true,
1294
+ "hidden": false,
1295
+ "title": "",
1296
+ "isLocked": false,
1297
+ "conditionGroup": ""
1298
+ },
1299
+ {
1300
+ "componentName": "EmployeeField",
1301
+ "id": "node_ocmmuuvguxn",
1302
+ "props": {
1303
+ "__category__": "form",
1304
+ "__useMediator": "value",
1305
+ "label": {
1306
+ "type": "i18n",
1307
+ "zh_CN": "成员",
1308
+ "en_US": "Employee Field"
1309
+ },
1310
+ "placeholder": {
1311
+ "type": "i18n",
1312
+ "zh_CN": "请选择",
1313
+ "en_US": "Please Select"
1314
+ },
1315
+ "labelAlign": "top",
1316
+ "labelTextAlign": "left",
1317
+ "tips": {
1318
+ "zh_CN": "",
1319
+ "en_US": "",
1320
+ "type": "i18n"
1321
+ },
1322
+ "behavior": "NORMAL",
1323
+ "complexValue": {
1324
+ "complexType": "custom",
1325
+ "value": [],
1326
+ "formula": ""
1327
+ },
1328
+ "valueType": "custom",
1329
+ "value": [],
1330
+ "userRangeType": "ALL",
1331
+ "roleRange": [],
1332
+ "userRange": [],
1333
+ "showEmpIdType": "NAME",
1334
+ "hasClear": true,
1335
+ "startWithDepartmentId": "SELF",
1336
+ "renderLinkForView": true,
1337
+ "validation": [],
1338
+ "__gridSpan": 1,
1339
+ "fieldId": "employeeField_mmuuvjqk",
1340
+ "visibility": [
1341
+ "PC",
1342
+ "MOBILE"
1343
+ ],
1344
+ "submittable": "DEFAULT",
1345
+ "formula": "",
1346
+ "linkage": "",
1347
+ "variable": "",
1348
+ "multiple": false,
1349
+ "showEmplId": false,
1350
+ "closeOnSelect": false,
1351
+ "useAliworkUrl": false,
1352
+ "dataEntryMode": false,
1353
+ "labelColSpan": 4
1354
+ },
1355
+ "condition": true,
1356
+ "hidden": false,
1357
+ "title": "",
1358
+ "isLocked": false,
1359
+ "conditionGroup": ""
1360
+ },
1361
+ {
1362
+ "componentName": "DepartmentSelectField",
1363
+ "id": "node_ocmmuuvguxp",
1364
+ "props": {
1365
+ "__category__": "form",
1366
+ "__useMediator": "value",
1367
+ "label": {
1368
+ "type": "i18n",
1369
+ "zh_CN": "部门",
1370
+ "en_US": "Department Select Field"
1371
+ },
1372
+ "labelAlign": "top",
1373
+ "labelTextAlign": "left",
1374
+ "placeholder": {
1375
+ "type": "i18n",
1376
+ "zh_CN": "请输入关键字进行搜索",
1377
+ "en_US": "Please enter keyword"
1378
+ },
1379
+ "tips": {
1380
+ "zh_CN": "",
1381
+ "en_US": "",
1382
+ "type": "i18n"
1383
+ },
1384
+ "behavior": "NORMAL",
1385
+ "complexValue": {
1386
+ "complexType": "custom",
1387
+ "value": [],
1388
+ "formula": ""
1389
+ },
1390
+ "valueType": "custom",
1391
+ "value": [],
1392
+ "deptRangeType": "ALL",
1393
+ "deptRange": [],
1394
+ "mode": "single",
1395
+ "hasClear": true,
1396
+ "dataSource": {
1397
+ "searchConfig": {
1398
+ "dataType": "json",
1399
+ "url": "/query/deptService/searchDepts.json",
1400
+ "beforeFetch": "function willFetch(data) {\n data.key = data.key || data.q || \"\";\n return data;\n}",
1401
+ "afterFetch": "function didFetch(content) {\n var data = [];\n if (content && content.values) {\n content.values.forEach(function (item) {\n data.push({ value: item.emplId, text: item.name, deptFullPath: item.deptFullPath });\n });\n }\n return data;\n}"
1402
+ }
1403
+ },
1404
+ "validation": [],
1405
+ "__gridSpan": 1,
1406
+ "fieldId": "departmentSelectField_mmuuvjqm",
1407
+ "visibility": [
1408
+ "PC",
1409
+ "MOBILE"
1410
+ ],
1411
+ "submittable": "DEFAULT",
1412
+ "formula": "",
1413
+ "linkage": "",
1414
+ "variable": "",
1415
+ "multiple": false,
1416
+ "isShowDeptFullName": false,
1417
+ "hasSelectAll": false,
1418
+ "dataEntryMode": false,
1419
+ "labelColSpan": 4
1420
+ },
1421
+ "condition": true,
1422
+ "hidden": false,
1423
+ "title": "",
1424
+ "isLocked": false,
1425
+ "conditionGroup": ""
1426
+ },
1427
+ {
1428
+ "componentName": "DateField",
1429
+ "id": "node_ocmmuuvguxr",
1430
+ "props": {
1431
+ "__category__": "form",
1432
+ "__useMediator": "value",
1433
+ "label": {
1434
+ "type": "i18n",
1435
+ "zh_CN": "日期",
1436
+ "en_US": "DateField"
1437
+ },
1438
+ "labelAlign": "top",
1439
+ "labelTextAlign": "left",
1440
+ "placeholder": {
1441
+ "type": "i18n",
1442
+ "zh_CN": "请选择",
1443
+ "en_US": "please select"
1444
+ },
1445
+ "tips": {
1446
+ "zh_CN": "",
1447
+ "en_US": "",
1448
+ "type": "i18n"
1449
+ },
1450
+ "behavior": "NORMAL",
1451
+ "complexValue": {
1452
+ "complexType": "custom",
1453
+ "value": "",
1454
+ "formula": ""
1455
+ },
1456
+ "valueType": "custom",
1457
+ "format": "YYYY-MM-DD",
1458
+ "hasClear": true,
1459
+ "disabledDate": {
1460
+ "type": "none"
1461
+ },
1462
+ "validation": [],
1463
+ "__gridSpan": 1,
1464
+ "fieldId": "dateField_mmuuvjqo",
1465
+ "visibility": [
1466
+ "PC",
1467
+ "MOBILE"
1468
+ ],
1469
+ "submittable": "DEFAULT",
1470
+ "value": "",
1471
+ "formula": "",
1472
+ "linkage": "",
1473
+ "variable": "",
1474
+ "resetTime": false,
1475
+ "dataEntryMode": false,
1476
+ "labelColSpan": 4
1477
+ },
1478
+ "condition": true,
1479
+ "hidden": false,
1480
+ "title": "",
1481
+ "isLocked": false,
1482
+ "conditionGroup": ""
1483
+ },
1484
+ {
1485
+ "componentName": "CascadeDateField",
1486
+ "id": "node_ocmmuuvguxt",
1487
+ "props": {
1488
+ "__category__": "form",
1489
+ "__useMediator": "value",
1490
+ "label": {
1491
+ "type": "i18n",
1492
+ "zh_CN": "日期区间",
1493
+ "en_US": "Date Range"
1494
+ },
1495
+ "labelAlign": "top",
1496
+ "labelTextAlign": "left",
1497
+ "tips": {
1498
+ "zh_CN": "",
1499
+ "en_US": "",
1500
+ "type": "i18n"
1501
+ },
1502
+ "behavior": "NORMAL",
1503
+ "format": "YYYY-MM-DD",
1504
+ "hasClear": true,
1505
+ "validation": [],
1506
+ "__gridSpan": 1,
1507
+ "fieldId": "cascadeDateField_mmuuvjqq",
1508
+ "visibility": [
1509
+ "PC",
1510
+ "MOBILE"
1511
+ ],
1512
+ "submittable": "DEFAULT",
1513
+ "resetTime": false,
1514
+ "disabledDate": false,
1515
+ "dataEntryMode": false,
1516
+ "labelColSpan": 4
1517
+ },
1518
+ "condition": true,
1519
+ "hidden": false,
1520
+ "title": "",
1521
+ "isLocked": false,
1522
+ "conditionGroup": ""
1523
+ },
1524
+ {
1525
+ "componentName": "ImageField",
1526
+ "id": "node_ocmmuuvguxv",
1527
+ "props": {
1528
+ "__category__": "form",
1529
+ "__useMediator": "value",
1530
+ "label": {
1531
+ "type": "i18n",
1532
+ "zh_CN": "图片上传",
1533
+ "en_US": "Upload image"
1534
+ },
1535
+ "labelAlign": "top",
1536
+ "labelTextAlign": "left",
1537
+ "tips": {
1538
+ "zh_CN": "",
1539
+ "en_US": "",
1540
+ "type": "i18n"
1541
+ },
1542
+ "behavior": "NORMAL",
1543
+ "complexValue": {
1544
+ "complexType": "custom",
1545
+ "value": {
1546
+ "type": "i18n",
1547
+ "en_US": "",
1548
+ "zh_CN": ""
1549
+ },
1550
+ "formula": ""
1551
+ },
1552
+ "valueType": "custom",
1553
+ "value": {
1554
+ "type": "i18n",
1555
+ "zh_CN": "",
1556
+ "en_US": ""
1557
+ },
1558
+ "aiRecognitionConfig": {},
1559
+ "type": "normal",
1560
+ "normalListType": "image",
1561
+ "cardListType": "card",
1562
+ "listType": "image",
1563
+ "buttonText": {
1564
+ "type": "i18n",
1565
+ "zh_CN": "图片上传",
1566
+ "en_US": "Upload"
1567
+ },
1568
+ "buttonSize": "medium",
1569
+ "buttonType": "normal",
1570
+ "enableCameraDate": true,
1571
+ "enableCameraLocation": true,
1572
+ "saveCameraImageToLocal": true,
1573
+ "multiple": true,
1574
+ "method": "post",
1575
+ "limit": 9,
1576
+ "maxFileSize": 50,
1577
+ "autoUpload": true,
1578
+ "accept": "image/*",
1579
+ "validation": [],
1580
+ "__gridSpan": 1,
1581
+ "fieldId": "imageField_mmuuvjqs",
1582
+ "visibility": [
1583
+ "PC",
1584
+ "MOBILE"
1585
+ ],
1586
+ "submittable": "DEFAULT",
1587
+ "formula": "",
1588
+ "linkage": "",
1589
+ "variable": "",
1590
+ "aiRecognitionSwitch": false,
1591
+ "onlyCameraUpload": false,
1592
+ "enableCameraWatermark": false,
1593
+ "enableCameraCompression": false,
1594
+ "dataEntryMode": false,
1595
+ "labelColSpan": 4
1596
+ },
1597
+ "condition": true,
1598
+ "hidden": false,
1599
+ "title": "",
1600
+ "isLocked": false,
1601
+ "conditionGroup": ""
1602
+ },
1603
+ {
1604
+ "componentName": "AttachmentField",
1605
+ "id": "node_ocmmuuvguxx",
1606
+ "props": {
1607
+ "__category__": "form",
1608
+ "__useMediator": "value",
1609
+ "label": {
1610
+ "type": "i18n",
1611
+ "zh_CN": "附件",
1612
+ "en_US": "Attachment"
1613
+ },
1614
+ "labelAlign": "top",
1615
+ "labelTextAlign": "left",
1616
+ "tips": {
1617
+ "zh_CN": "",
1618
+ "en_US": "",
1619
+ "type": "i18n"
1620
+ },
1621
+ "behavior": "NORMAL",
1622
+ "complexValue": {
1623
+ "complexType": "custom",
1624
+ "value": {
1625
+ "type": "i18n",
1626
+ "en_US": "",
1627
+ "zh_CN": ""
1628
+ },
1629
+ "formula": ""
1630
+ },
1631
+ "valueType": "custom",
1632
+ "value": {
1633
+ "type": "i18n",
1634
+ "zh_CN": "",
1635
+ "en_US": ""
1636
+ },
1637
+ "type": "normal",
1638
+ "listType": "text",
1639
+ "buttonText": {
1640
+ "type": "i18n",
1641
+ "zh_CN": "上传文件",
1642
+ "en_US": "Upload"
1643
+ },
1644
+ "buttonSize": "medium",
1645
+ "buttonType": "normal",
1646
+ "multiple": true,
1647
+ "method": "post",
1648
+ "limit": 9,
1649
+ "maxFileSize": 100,
1650
+ "autoUpload": true,
1651
+ "validation": [],
1652
+ "__gridSpan": 1,
1653
+ "fieldId": "attachmentField_mmuuvjqu",
1654
+ "visibility": [
1655
+ "PC",
1656
+ "MOBILE"
1657
+ ],
1658
+ "submittable": "DEFAULT",
1659
+ "formula": "",
1660
+ "linkage": "",
1661
+ "variable": "",
1662
+ "onlineEdit": false,
1663
+ "withCredentials": false,
1664
+ "accept": "",
1665
+ "dataEntryMode": false,
1666
+ "labelColSpan": 4
1667
+ },
1668
+ "condition": true,
1669
+ "hidden": false,
1670
+ "title": "",
1671
+ "isLocked": false,
1672
+ "conditionGroup": ""
1673
+ },
1674
+ {
1675
+ "componentName": "TableField",
1676
+ "id": "node_ocmmuuvguxz",
1677
+ "props": {
1678
+ "layout": "TABLE",
1679
+ "__category__": "form",
1680
+ "__useMediator": "value",
1681
+ "label": {
1682
+ "type": "i18n",
1683
+ "zh_CN": "子表单",
1684
+ "en_US": "Table Field"
1685
+ },
1686
+ "labelTextAlign": "left",
1687
+ "behavior": "NORMAL",
1688
+ "complexValue": {
1689
+ "complexType": "custom",
1690
+ "formula": ""
1691
+ },
1692
+ "valueType": "custom",
1693
+ "addButtonPosition": "bottom",
1694
+ "addButtonText": {
1695
+ "type": "i18n",
1696
+ "zh_CN": "新增一项",
1697
+ "en_US": "Add item"
1698
+ },
1699
+ "addButtonBehavior": "NORMAL",
1700
+ "enableImport": true,
1701
+ "enableExport": true,
1702
+ "filterEmptyRowData": true,
1703
+ "showActions": true,
1704
+ "copyButtonText": {
1705
+ "type": "i18n",
1706
+ "zh_CN": "复制",
1707
+ "en_US": "Copy"
1708
+ },
1709
+ "showDelAction": true,
1710
+ "delButtonText": {
1711
+ "type": "i18n",
1712
+ "zh_CN": "删除",
1713
+ "en_US": "Remove"
1714
+ },
1715
+ "showDeleteConfirm": true,
1716
+ "moveUp": {
1717
+ "type": "i18n",
1718
+ "zh_CN": "上移",
1719
+ "en_US": "Up"
1720
+ },
1721
+ "moveDown": {
1722
+ "type": "i18n",
1723
+ "zh_CN": "下移",
1724
+ "en_US": "Down"
1725
+ },
1726
+ "actions": [],
1727
+ "__designerDevice": "pc",
1728
+ "mobileLayout": "TILED",
1729
+ "defaultCollapseStatus": true,
1730
+ "theme": "split",
1731
+ "showTableHead": true,
1732
+ "showIndex": true,
1733
+ "indexName": {
1734
+ "type": "i18n",
1735
+ "zh_CN": "",
1736
+ "en_US": ""
1737
+ },
1738
+ "tableLayout": "fixed",
1739
+ "pageSize": 20,
1740
+ "maxItems": 500,
1741
+ "minItems": 1,
1742
+ "pcFreezeColumnStartCounts": "0",
1743
+ "isFreezeOperateColumn": true,
1744
+ "mobileFreezeColumnStartCounts": "0",
1745
+ "actionsColumnWidth": 70,
1746
+ "__gridSpan": 1,
1747
+ "fieldId": "tableField_mmuuvjqw",
1748
+ "visibility": [
1749
+ "PC",
1750
+ "MOBILE"
1751
+ ],
1752
+ "submittable": "DEFAULT",
1753
+ "linkage": "",
1754
+ "enableBatchDelete": false,
1755
+ "showCopyAction": false,
1756
+ "showSortable": false,
1757
+ "useCustomColumnsWidth": false,
1758
+ "enableSummary": false,
1759
+ "dataEntryMode": false,
1760
+ "labelAlign": "top",
1761
+ "labelColSpan": 4
1762
+ },
1763
+ "condition": true,
1764
+ "hidden": false,
1765
+ "title": "",
1766
+ "isLocked": false,
1767
+ "conditionGroup": "",
1768
+ "children": [
1769
+ {
1770
+ "componentName": "AssociationFormField",
1771
+ "id": "node_ocmmuuvgux1g",
1772
+ "props": {
1773
+ "__category__": "form",
1774
+ "__useMediator": "value",
1775
+ "label": {
1776
+ "type": "i18n",
1777
+ "zh_CN": "关联表单",
1778
+ "en_US": "Associate Form"
1779
+ },
1780
+ "labelAlign": "top",
1781
+ "labelTextAlign": "left",
1782
+ "placeholder": {
1783
+ "type": "i18n",
1784
+ "zh_CN": "请选择",
1785
+ "en_US": "please select"
1786
+ },
1787
+ "tips": {
1788
+ "zh_CN": "",
1789
+ "en_US": "",
1790
+ "type": "i18n"
1791
+ },
1792
+ "behavior": "NORMAL",
1793
+ "associationForm": {
1794
+ "appType": "APP_IW1U7IN1RJTPDVMJOU8I",
1795
+ "appName": "CRM 客户管理系统",
1796
+ "formUuid": "FORM-9D43703F85234BED8847304546020B36UO5R",
1797
+ "formType": "receipt",
1798
+ "formTitle": "客户管理",
1799
+ "mainFieldId": "textField_we7ybatq",
1800
+ "subFieldId": "radioField_we7yxwor",
1801
+ "mainComponentName": "TextField",
1802
+ "subComponentName": "RadioField",
1803
+ "mainFieldLabel": {
1804
+ "pureEn_US": "TextField",
1805
+ "en_US": "TextField",
1806
+ "zh_CN": "客户名称",
1807
+ "envLocale": null,
1808
+ "type": "i18n",
1809
+ "ja_JP": null,
1810
+ "key": null
1811
+ },
1812
+ "customTableFields": [],
1813
+ "tableShowType": "default"
1814
+ },
1815
+ "dataFilterRules": {
1816
+ "instanceFieldId": null
1817
+ },
1818
+ "dataFillingRules": {
1819
+ "version": "v2",
1820
+ "mainRules": [
1821
+ {
1822
+ "source": "radioField_we7yxwor",
1823
+ "target": "radioField_mmuuvjrc",
1824
+ "sourceType": "RadioField",
1825
+ "targetType": "RadioField"
1826
+ }
1827
+ ],
1828
+ "tableRules": []
1829
+ },
1830
+ "supportAdd": true,
1831
+ "validation": [],
1832
+ "__gridSpan": 1,
1833
+ "fieldId": "associationFormField_mmuuvjrd",
1834
+ "visibility": [
1835
+ "PC",
1836
+ "MOBILE"
1837
+ ],
1838
+ "submittable": "DEFAULT",
1839
+ "hasClear": true,
1840
+ "mobileQuickSearchMode": "AllField",
1841
+ "notFoundContent": {
1842
+ "type": "i18n",
1843
+ "zh_CN": "无数据",
1844
+ "en_US": "Not Found"
1845
+ },
1846
+ "__tableFieldId": "tableField_mmuuvjqw",
1847
+ "multiple": false,
1848
+ "supportDataFilter": false,
1849
+ "supportDataFilling": true,
1850
+ "orderEnable": false,
1851
+ "orderConfig": [],
1852
+ "dataEntryMode": false,
1853
+ "validateFilter": false,
1854
+ "isCustomStore": true,
1855
+ "labelColSpan": 4
1856
+ },
1857
+ "condition": true,
1858
+ "hidden": false,
1859
+ "title": "",
1860
+ "isLocked": false,
1861
+ "conditionGroup": ""
1862
+ },
1863
+ {
1864
+ "componentName": "TextField",
1865
+ "id": "node_ocmmuuvgux19",
1866
+ "props": {
1867
+ "__category__": "form",
1868
+ "__useMediator": "value",
1869
+ "label": {
1870
+ "type": "i18n",
1871
+ "zh_CN": "单行文本",
1872
+ "en_US": "Text Field"
1873
+ },
1874
+ "labelAlign": "top",
1875
+ "labelTextAlign": "left",
1876
+ "placeholder": {
1877
+ "type": "i18n",
1878
+ "zh_CN": "请输入",
1879
+ "en_US": "Please enter"
1880
+ },
1881
+ "tips": {
1882
+ "zh_CN": "",
1883
+ "en_US": "",
1884
+ "type": "i18n"
1885
+ },
1886
+ "behavior": "NORMAL",
1887
+ "complexValue": {
1888
+ "complexType": "custom",
1889
+ "value": {
1890
+ "type": "i18n",
1891
+ "en_US": "",
1892
+ "zh_CN": ""
1893
+ },
1894
+ "formula": ""
1895
+ },
1896
+ "valueType": "custom",
1897
+ "value": {
1898
+ "type": "i18n",
1899
+ "zh_CN": "",
1900
+ "en_US": ""
1901
+ },
1902
+ "rows": 4,
1903
+ "validationType": "text",
1904
+ "hasClear": true,
1905
+ "maxLength": 200,
1906
+ "scanCode": {
1907
+ "enabled": false,
1908
+ "type": "all",
1909
+ "editable": true
1910
+ },
1911
+ "validation": [],
1912
+ "__gridSpan": 1,
1913
+ "fieldId": "textField_mmuuvjr6",
1914
+ "visibility": [
1915
+ "PC",
1916
+ "MOBILE"
1917
+ ],
1918
+ "submittable": "DEFAULT",
1919
+ "formula": "",
1920
+ "linkage": "",
1921
+ "variable": "",
1922
+ "autoHeight": false,
1923
+ "hasLimitHint": false,
1924
+ "dataEntryMode": false,
1925
+ "isCustomStore": true,
1926
+ "labelColSpan": 4
1927
+ },
1928
+ "condition": true,
1929
+ "hidden": false,
1930
+ "title": "",
1931
+ "isLocked": false,
1932
+ "conditionGroup": ""
1933
+ },
1934
+ {
1935
+ "componentName": "TextareaField",
1936
+ "id": "node_ocmmuuvgux1b",
1937
+ "props": {
1938
+ "htmlType": "textarea",
1939
+ "__category__": "form",
1940
+ "__useMediator": "value",
1941
+ "label": {
1942
+ "type": "i18n",
1943
+ "zh_CN": "多行文本",
1944
+ "en_US": "Text Area"
1945
+ },
1946
+ "labelAlign": "top",
1947
+ "labelTextAlign": "left",
1948
+ "placeholder": {
1949
+ "type": "i18n",
1950
+ "zh_CN": "请输入",
1951
+ "en_US": "Please enter"
1952
+ },
1953
+ "tips": {
1954
+ "zh_CN": "",
1955
+ "en_US": "",
1956
+ "type": "i18n"
1957
+ },
1958
+ "behavior": "NORMAL",
1959
+ "complexValue": {
1960
+ "complexType": "custom",
1961
+ "value": {
1962
+ "type": "i18n",
1963
+ "en_US": "",
1964
+ "zh_CN": ""
1965
+ },
1966
+ "formula": ""
1967
+ },
1968
+ "valueType": "custom",
1969
+ "value": {
1970
+ "type": "i18n",
1971
+ "zh_CN": "",
1972
+ "en_US": ""
1973
+ },
1974
+ "rows": 4,
1975
+ "showEmptyRows": true,
1976
+ "hasClear": true,
1977
+ "validation": [],
1978
+ "__gridSpan": 1,
1979
+ "fieldId": "textareaField_mmuuvjr8",
1980
+ "visibility": [
1981
+ "PC",
1982
+ "MOBILE"
1983
+ ],
1984
+ "submittable": "DEFAULT",
1985
+ "formula": "",
1986
+ "linkage": "",
1987
+ "variable": "",
1988
+ "autoHeight": false,
1989
+ "hasLimitHint": false,
1990
+ "maxLength": "",
1991
+ "dataEntryMode": false,
1992
+ "isCustomStore": true,
1993
+ "labelColSpan": 4
1994
+ },
1995
+ "condition": true,
1996
+ "hidden": false,
1997
+ "title": "",
1998
+ "isLocked": false,
1999
+ "conditionGroup": ""
2000
+ },
2001
+ {
2002
+ "componentName": "NumberField",
2003
+ "id": "node_ocmmuuvgux1d",
2004
+ "props": {
2005
+ "__category__": "form",
2006
+ "__useMediator": "value",
2007
+ "label": {
2008
+ "type": "i18n",
2009
+ "zh_CN": "数值",
2010
+ "en_US": "NumberField"
2011
+ },
2012
+ "labelAlign": "top",
2013
+ "labelColSpan": 4,
2014
+ "labelTextAlign": "left",
2015
+ "placeholder": {
2016
+ "type": "i18n",
2017
+ "zh_CN": "请输入数字",
2018
+ "en_US": "Please enter a number"
2019
+ },
2020
+ "tips": {
2021
+ "zh_CN": "",
2022
+ "en_US": "",
2023
+ "type": "i18n"
2024
+ },
2025
+ "behavior": "NORMAL",
2026
+ "complexValue": {
2027
+ "complexType": "custom",
2028
+ "value": "",
2029
+ "formula": ""
2030
+ },
2031
+ "valueType": "custom",
2032
+ "innerAfter": {
2033
+ "type": "i18n",
2034
+ "zh_CN": "",
2035
+ "en_US": ""
2036
+ },
2037
+ "step": 1,
2038
+ "validation": [
2039
+ {
2040
+ "type": "maxLength",
2041
+ "param": "25"
2042
+ }
2043
+ ],
2044
+ "__gridSpan": 1,
2045
+ "fieldId": "numberField_mmuuvjra",
2046
+ "visibility": [
2047
+ "PC",
2048
+ "MOBILE"
2049
+ ],
2050
+ "submittable": "DEFAULT",
2051
+ "labelColOffset": 0,
2052
+ "wrapperColSpan": 0,
2053
+ "wrapperColOffset": 0,
2054
+ "value": "",
2055
+ "formula": "",
2056
+ "linkage": "",
2057
+ "variable": "",
2058
+ "precision": 0,
2059
+ "thousandsSeparators": false,
2060
+ "dataEntryMode": false,
2061
+ "isCustomStore": true
2062
+ },
2063
+ "condition": true,
2064
+ "hidden": false,
2065
+ "title": "",
2066
+ "isLocked": false,
2067
+ "conditionGroup": ""
2068
+ },
2069
+ {
2070
+ "componentName": "RadioField",
2071
+ "id": "node_ocmmuuvgux1f",
2072
+ "props": {
2073
+ "__category__": "form",
2074
+ "__useMediator": "value",
2075
+ "label": {
2076
+ "type": "i18n",
2077
+ "zh_CN": "单选",
2078
+ "en_US": "Radio"
2079
+ },
2080
+ "labelAlign": "top",
2081
+ "labelTextAlign": "left",
2082
+ "tips": {
2083
+ "zh_CN": "",
2084
+ "en_US": "",
2085
+ "type": "i18n"
2086
+ },
2087
+ "behavior": "NORMAL",
2088
+ "complexValue": {
2089
+ "complexType": "custom",
2090
+ "value": "",
2091
+ "formula": ""
2092
+ },
2093
+ "valueType": "custom",
2094
+ "itemDirection": "hoz",
2095
+ "defaultDataSource": {
2096
+ "complexType": "custom",
2097
+ "options": [
2098
+ {
2099
+ "text": {
2100
+ "zh_CN": "选项一",
2101
+ "en_US": "Option 1",
2102
+ "type": "i18n"
2103
+ },
2104
+ "value": "选项一",
2105
+ "sid": "serial_khe7yak4",
2106
+ "disable": false,
2107
+ "defaultChecked": false
2108
+ },
2109
+ {
2110
+ "text": {
2111
+ "zh_CN": "选项二",
2112
+ "en_US": "Option 2",
2113
+ "type": "i18n"
2114
+ },
2115
+ "value": "选项二",
2116
+ "sid": "serial_khe7yak5",
2117
+ "disable": false,
2118
+ "defaultChecked": false
2119
+ },
2120
+ {
2121
+ "text": {
2122
+ "zh_CN": "选项三",
2123
+ "en_US": "Option 3",
2124
+ "type": "i18n"
2125
+ },
2126
+ "value": "选项三",
2127
+ "sid": "serial_khe7yak6",
2128
+ "disable": false,
2129
+ "defaultChecked": false
2130
+ }
2131
+ ],
2132
+ "formula": "",
2133
+ "url": "",
2134
+ "searchConfig": {
2135
+ "type": "JSONP",
2136
+ "url": "",
2137
+ "beforeFetch": "",
2138
+ "afterFetch": ""
2139
+ }
2140
+ },
2141
+ "dataSourceType": "custom",
2142
+ "dataSource": [
2143
+ {
2144
+ "text": {
2145
+ "zh_CN": "选项一",
2146
+ "en_US": "Option 1",
2147
+ "type": "i18n"
2148
+ },
2149
+ "value": "选项一",
2150
+ "sid": "serial_khe7yak4",
2151
+ "disable": false,
2152
+ "defaultChecked": false
2153
+ },
2154
+ {
2155
+ "text": {
2156
+ "zh_CN": "选项二",
2157
+ "en_US": "Option 2",
2158
+ "type": "i18n"
2159
+ },
2160
+ "value": "选项二",
2161
+ "sid": "serial_khe7yak5",
2162
+ "disable": false,
2163
+ "defaultChecked": false
2164
+ },
2165
+ {
2166
+ "text": {
2167
+ "zh_CN": "选项三",
2168
+ "en_US": "Option 3",
2169
+ "type": "i18n"
2170
+ },
2171
+ "value": "选项三",
2172
+ "sid": "serial_khe7yak6",
2173
+ "disable": false,
2174
+ "defaultChecked": false
2175
+ }
2176
+ ],
2177
+ "searchConfig": {
2178
+ "dataType": "jsonp",
2179
+ "url": "",
2180
+ "beforeFetch": "function willFetch(params) {\n return params;\n}",
2181
+ "afterFetch": "function didFetch(content) {\n return content;\n}"
2182
+ },
2183
+ "validation": [],
2184
+ "__gridSpan": 1,
2185
+ "fieldId": "radioField_mmuuvjrc",
2186
+ "visibility": [
2187
+ "PC",
2188
+ "MOBILE"
2189
+ ],
2190
+ "submittable": "DEFAULT",
2191
+ "value": "",
2192
+ "formula": "",
2193
+ "linkage": "",
2194
+ "variable": "",
2195
+ "supportInverse": false,
2196
+ "isUseDataSourceColor": false,
2197
+ "dataSourceLinkage": "",
2198
+ "reusePrivilege": false,
2199
+ "dataEntryMode": false,
2200
+ "isCustomStore": true,
2201
+ "labelColSpan": 4
2202
+ },
2203
+ "condition": true,
2204
+ "hidden": false,
2205
+ "title": "",
2206
+ "isLocked": false,
2207
+ "conditionGroup": ""
2208
+ }
2209
+ ]
2210
+ }
2211
+ ]
2212
+ }
2213
+ ]
2214
+ },
2215
+ {
2216
+ "componentName": "RootFooter",
2217
+ "id": "node_ocmmuuvgux5",
2218
+ "props": {},
2219
+ "hidden": false,
2220
+ "title": "",
2221
+ "isLocked": false,
2222
+ "condition": true,
2223
+ "conditionGroup": ""
2224
+ }
2225
+ ],
2226
+ "css": "body{background-color:#f2f3f5}"
2227
+ }
2228
+ ],
2229
+ "componentsMap": [
2230
+ {
2231
+ "package": "@ali/vc-deep-yida",
2232
+ "version": "1.5.169",
2233
+ "componentName": "Page"
2234
+ },
2235
+ {
2236
+ "package": "@ali/vc-deep-yida",
2237
+ "version": "1.5.169",
2238
+ "componentName": "RootHeader"
2239
+ },
2240
+ {
2241
+ "package": "@ali/vc-deep-yida",
2242
+ "version": "1.5.169",
2243
+ "componentName": "FormContainer"
2244
+ },
2245
+ {
2246
+ "package": "@ali/vc-deep-yida",
2247
+ "version": "1.5.169",
2248
+ "componentName": "RootContent"
2249
+ },
2250
+ {
2251
+ "package": "@ali/vc-deep-yida",
2252
+ "version": "1.5.169",
2253
+ "componentName": "RootFooter"
2254
+ },
2255
+ {
2256
+ "package": "@ali/vc-deep-yida",
2257
+ "version": "1.5.169",
2258
+ "componentName": "TextField"
2259
+ },
2260
+ {
2261
+ "package": "@ali/vc-deep-yida",
2262
+ "version": "1.5.169",
2263
+ "componentName": "TextareaField"
2264
+ },
2265
+ {
2266
+ "package": "@ali/vc-deep-yida",
2267
+ "version": "1.5.169",
2268
+ "componentName": "NumberField"
2269
+ },
2270
+ {
2271
+ "package": "@ali/vc-deep-yida",
2272
+ "version": "1.5.169",
2273
+ "componentName": "RateField"
2274
+ },
2275
+ {
2276
+ "package": "@ali/vc-deep-yida",
2277
+ "version": "1.5.169",
2278
+ "componentName": "RadioField"
2279
+ },
2280
+ {
2281
+ "package": "@ali/vc-deep-yida",
2282
+ "version": "1.5.169",
2283
+ "componentName": "CheckboxField"
2284
+ },
2285
+ {
2286
+ "package": "@ali/vc-deep-yida",
2287
+ "version": "1.5.169",
2288
+ "componentName": "SelectField"
2289
+ },
2290
+ {
2291
+ "package": "@ali/vc-deep-yida",
2292
+ "version": "1.5.169",
2293
+ "componentName": "MultiSelectField"
2294
+ },
2295
+ {
2296
+ "package": "@ali/vc-deep-yida",
2297
+ "version": "1.5.169",
2298
+ "componentName": "EmployeeField"
2299
+ },
2300
+ {
2301
+ "package": "@ali/vc-deep-yida",
2302
+ "version": "1.5.169",
2303
+ "componentName": "DepartmentSelectField"
2304
+ },
2305
+ {
2306
+ "package": "@ali/vc-deep-yida",
2307
+ "version": "1.5.169",
2308
+ "componentName": "DateField"
2309
+ },
2310
+ {
2311
+ "package": "@ali/vc-deep-yida",
2312
+ "version": "1.5.169",
2313
+ "componentName": "CascadeDateField"
2314
+ },
2315
+ {
2316
+ "package": "@ali/vc-deep-yida",
2317
+ "version": "1.5.169",
2318
+ "componentName": "ImageField"
2319
+ },
2320
+ {
2321
+ "package": "@ali/vc-deep-yida",
2322
+ "version": "1.5.169",
2323
+ "componentName": "AttachmentField"
2324
+ },
2325
+ {
2326
+ "package": "@ali/vc-deep-yida",
2327
+ "version": "1.5.169",
2328
+ "componentName": "TableField"
2329
+ },
2330
+ {
2331
+ "package": "@ali/vc-deep-yida",
2332
+ "version": "1.5.169",
2333
+ "componentName": "CountrySelectField"
2334
+ },
2335
+ {
2336
+ "package": "@ali/vc-deep-yida",
2337
+ "version": "1.5.169",
2338
+ "componentName": "AddressField"
2339
+ },
2340
+ {
2341
+ "package": "@ali/vc-deep-yida",
2342
+ "version": "1.5.169",
2343
+ "componentName": "SerialNumberField"
2344
+ },
2345
+ {
2346
+ "package": "@ali/vc-deep-yida",
2347
+ "version": "1.5.169",
2348
+ "componentName": "AssociationFormField"
2349
+ }
2350
+ ]
2351
+ }
2352
+ ]
2353
+ }