datas.json
2.69 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"table": {
"pageUid": "",
"pageId": "",
"tableType": "none",
"pageSize": "",
"instanceid": "ListTable"
},
"sql": {
"backfields": " EVENTID,EVENTNAME,EVENTTYPE,EVENTSTATUS,PRODUCTCODE,MODULECODE,CREATEDATE,CREATETIME ",
"sqlform": " ESB_EVENT ",
"sqlwhere": "",
"sqlorderby": " CREATEDATE DESC, CREATETIME DESC ",
"sqlprimarykey": " EVENTID ",
"sqlisdistinct": "true"
},
"cols": [
{
"width": "20%",
"text": "503564",
"column": "eventId",
"orderkey": "eventId",
"transmethod": "com.api.integration.util.TableShowFormart.formartEventId",
"otherpara": "",
"target":"_self",
"isPrimarykey":true
},
{
"width": "20%",
"text": "383172",
"column": "eventName",
"orderkey": "eventName"
},
{
"width": "15%",
"text": "503379",
"column": "eventType",
"transmethod": "com.api.integration.util.TableShowFormart.formartEveEventSource",
"otherpara": "",
"orderkey": "eventType"
},
{
"width": "20%",
"text": "33522",
"column": "moduleCode",
"transmethod": "com.api.integration.util.TableShowFormart.formartSerModuleCode",
"otherpara": "",
"orderkey": "moduleCode"
},
{
"width": "20%",
"text": "501515",
"column": "productCode",
"transmethod": "com.api.integration.util.TableShowFormart.formartReProductCode",
"otherpara": "",
"orderkey": "productCode"
},
{
"width": "0",
"text": "",
"column": "eventStatus",
"hide":true
}
],
"popedom": {
"transmethod": "weaver.general.SplitPageTransmethod.getOpratePopedomWithEventStatus",
"otherpara": "column:eventStatus"
},
"operate": [
{
"text": "33564",
"type": "BTN_DETAIL",
"index": "0"
},
{
"text": "93",
"type": "BTN_EDIT",
"otherpara":"column:eventType",
"index": "1"
},
{
"text": "114",
"type": "BTN_PUBLISH",
"index": "2"
},
{
"text": "501334",
"type": "BTN_UNSEALING",
"index": "3"
},
{
"text": "501335",
"type": "BTN_SEAL_UP",
"index": "4"
},
{
"text": "32025",
"type": "BTN_RECALL",
"index": "5"
},
{
"text": "23777",
"type": "BTN_DEL",
"index": "6"
},
{
"text": "502349",
"type": "BTN_QUOTE",
"index": "7"
},
{
"text": "19715",
"type": "BTN_VIEW_DOC",
"index": "8"
},
{
"text": "83",
"type": "BTN_LOG",
"index": "9"
}
],
"checkbox":{
"id":"checkbox",
"showmethod":"weaver.general.SplitPageTransmethod.getCheckBox",
"popedompara":"column:eventId"
}
}