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
| {
| "codeSrchCondConfigVOS": [],
| "codeShowFieldConfigVOS": [
| {
| "field": "id",
| "title": "编号",
| "fieldType": "text",
| "fieldTypeText": "文本框",
| "sort": true,
| "attrSortField": "id",
| "width": "150",
| "isquery": true,
| "$cellEdit": false,
| "$index": 0,
| "$fieldTypeText": "文本框",
| "$fixedPosition": ""
| },
| {
| "field": "name",
| "title": "名称",
| "fieldType": "text",
| "fieldTypeText": "文本框",
| "sort": true,
| "attrSortField": "name",
| "width": "180",
| "isquery": true,
| "$cellEdit": false,
| "$index": 1,
| "$fieldTypeText": "文本框",
| "$fixedPosition": ""
| }
| ],
| "referTypeName": "Part",
| "referType": "part",
| "textField": "id",
| "valueField": "id",
| "type": "default",
| "url": "",
| "backPath": "",
| "method": "GET",
| "height": "",
| "useFormKey": "",
| "paramForFormKey": "",
| "isMuti": false,
| "mapFields": "",
| "isOpenGlobal": true,
| "isPersistence": false,
| "limit": "100"
| }
|
|