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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
| {
| "dataOptions": {
| "projectName": "Rattan.Interface.Express",
| "tableView": "vExpress_OrderRoute",
| "idField": "expressType",
| "router": "/api/internal/express-order-route",
| "idValue": 0,
| "codeRegular": null,
| "linkColumn": "orderRout_Id",
| "menu_Id": 270,
| "pageIndex": 1,
| "pageSize": 15,
| "total": 0,
| "sortName": "ExpressType DESC",
| "showActionField": false,
| "folder": "express/common"
| },
| "dataListOptions": {
| "data": [],
| "fields": [
| {
| "prop": "expressType",
| "label": "快递类型",
| "dataType": "int32",
| "sortable": false,
| "type": "select",
| "hidden": false,
| "isQuickSearch": false,
| "key": "1553164300000_23189",
| "model": "input_1553164300000_23189",
| "dropdown_Id": 940,
| "width": 80
| },
| {
| "prop": "expressCode",
| "label": "运单运单号",
| "dataType": "string",
| "sortable": false,
| "type": "input",
| "hidden": false,
| "isQuickSearch": true,
| "key": "1553164301000_69494",
| "model": "input_1553164301000_69494",
| "width": 130
| },
| {
| "prop": "orderCode",
| "label": "订单号",
| "dataType": "string",
| "sortable": false,
| "type": "input",
| "hidden": false,
| "isQuickSearch": false,
| "key": "1553164316000_2492",
| "model": "input_1553164316000_2492",
| "width": 130
| },
| {
| "prop": "acceptTime",
| "label": "路由发生时间",
| "dataType": "datetime",
| "sortable": false,
| "type": "input",
| "hidden": false,
| "isQuickSearch": false,
| "key": "1553164303000_67470",
| "model": "input_1553164303000_67470",
| "width": 150
| },
| {
| "prop": "acceptAddress",
| "label": "路由发生地点",
| "dataType": "string",
| "sortable": false,
| "type": "input",
| "hidden": false,
| "isQuickSearch": false,
| "key": "1553164305000_33674",
| "model": "input_1553164305000_33674",
| "width": 150
| },
| {
| "prop": "remark",
| "label": "详细说明",
| "dataType": "string",
| "sortable": false,
| "type": "input",
| "hidden": false,
| "isQuickSearch": false,
| "key": "1553164307000_17134",
| "model": "input_1553164307000_17134"
| },
| {
| "prop": "createDate",
| "label": "创建时间",
| "dataType": "datetime",
| "sortable": false,
| "type": "input",
| "hidden": false,
| "isQuickSearch": false,
| "key": "1553164312000_93166",
| "model": "input_1553164312000_93166",
| "width": 140
| }
| ],
| "buttons": [
| {
| "type": "button-group",
| "label": "按钮组",
| "buttons": [
| {
| "type": "button",
| "label": "刷新",
| "options": {
| "icon": "el-icon-yrt-shuaxin",
| "type": "default",
| "authNode": "refresh"
| },
| "key": "btn-refresh"
| },
| {
| "type": "button",
| "label": "导出",
| "options": {
| "icon": "el-icon-yrt-daochu1",
| "type": "default",
| "authNode": "export"
| },
| "key": "btn-export"
| },
| {
| "type": "button",
| "label": "打印",
| "options": {
| "icon": "el-icon-yrt-dayin3",
| "type": "default",
| "authNode": "print"
| },
| "key": "btn-print"
| },
| {
| "type": "button",
| "label": "帮助",
| "options": {
| "icon": "el-icon-info",
| "type": "default",
| "authNode": "helper"
| },
| "key": "btn-help"
| }
| ],
| "options": {
| "icon": "el-icon-yrt-anniuzu"
| },
| "key": "btn-group03"
| }
| ]
| },
| "editorOptions": {
| "fields": [],
| "config": {
| "labelWidth": "100px",
| "labelPosition": "right",
| "top": "3vh",
| "width": "800px",
| "visible": false,
| "disabled": false,
| "title": "快递物流信息合集",
| "action": "add",
| "formInline": false,
| "saveButtonText": "保存"
| }
| }
| }
|
|