datas.json
1.79 KB
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
{
"table": {
"pageUid": "",
"pageId": "",
"tableType": "none",
"pageSize": "",
"instanceid": "ListTable"
},
"sql": {
"backfields": " * ",
"sqlform": " hrmresource ",
"sqlwhere": " ISADACCOUNT=1 and STATUS<4 and (DEPARTMENTID is null or DEPARTMENTID = '' ) and (LOGINID is not null and LOGINID !='') ",
"sqlorderby": " LOGINID ASC",
"sqlprimarykey": "ID",
"sqlisdistinct": "false",
"fastpage": "true"
},
"cols": [
{
"width": "10%",
"text": "84",
"column": "ID",
"orderkey": "ID",
"isPrimarykey":true,
"hide": true
},
{
"width": "10%",
"text": "387803",
"column": "LOGINID",
"orderkey": "LOGINID"
},
{
"width": "15%",
"text": "413",
"column": "LASTNAME",
"orderkey": "LASTNAME"
},
{
"width": "15%",
"text": "383346",
"column": "WORKCODE",
"orderkey": "WORKCODE"
},
{
"width": "10%",
"text": "125291",
"column": "SEX",
"transmethod": "com.api.integration.util.TableShowFormart.formartUserSex",
"otherpara": "",
"orderkey": "SEX"
},
{
"width": "10%",
"text": "602",
"column": "status",
"transmethod": "com.api.integration.util.TableShowFormart.formartUserEntryStatus",
"otherpara": "",
"orderkey": "status"
}
],
"popedom": {
"transmethod": "weaver.general.SplitPageTransmethod.getOpratePopedomWithUserAccount"
},
"operate": [
{
"text": "500670",
"type": "BTN_DESIGN_DEPARTMENT",
"index": "0"
},
{
"text": "500671",
"type": "BTN_DESIGN_MERGE_USER",
"index": "1"
}
],
"checkbox":{
"id":"checkbox",
"showmethod":"weaver.general.SplitPageTransmethod.getCheckBox",
"popedompara":"column:ID"
}
}