|
|
@@ -11,6 +11,7 @@ export default {
|
|
11
|
11
|
}],
|
|
12
|
12
|
//任务列表数据
|
|
13
|
13
|
roleListData: {
|
|
|
14
|
+ // 司机工单
|
|
14
|
15
|
driverList: [{
|
|
15
|
16
|
id: "14",
|
|
16
|
17
|
imagePath: "../../static/icon_vehicleScheduling.png",
|
|
|
@@ -18,111 +19,6 @@ export default {
|
|
18
|
19
|
text: "司机列表", //WorkOrder/GetLDDealList
|
|
19
|
20
|
navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=0",
|
|
20
|
21
|
}],
|
|
21
|
|
- // 管理员
|
|
22
|
|
- administratorList: [
|
|
23
|
|
-
|
|
24
|
|
-
|
|
25
|
|
-
|
|
26
|
|
- {
|
|
27
|
|
- id: "1",
|
|
28
|
|
- imagePath: "../../static/icon_repair.png",
|
|
29
|
|
- imageBg: "#fe940a",
|
|
30
|
|
- text: "维修工单", //WorkOrder/GetLDDealList
|
|
31
|
|
- navigateToUrl: "/pages/myTask/repairList/repairList?segmenter=0",
|
|
32
|
|
- },
|
|
33
|
|
- {
|
|
34
|
|
- id: "2",
|
|
35
|
|
- imagePath: "../../static/icon_leasing.png",
|
|
36
|
|
- imageBg: "#ff7451",
|
|
37
|
|
- text: "设备租赁", //WorkOrder/GetDWDealList
|
|
38
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=2&tab=7&state=&stingText=局委延时审核",
|
|
39
|
|
- },
|
|
40
|
|
- {
|
|
41
|
|
- id: "3",
|
|
42
|
|
- imagePath: "../../static/material_transfer.png",
|
|
43
|
|
- imageBg: "#1ccd8d",
|
|
44
|
|
- text: "物资转移", //WorkOrder/GetLDDealList
|
|
45
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=6&segmenter=0&db=0&tobereply=1&stingText=已办待审核",
|
|
46
|
|
- },
|
|
47
|
|
- {
|
|
48
|
|
- id: "4",
|
|
49
|
|
- imagePath: "../../static/icon_bedTranshipment.png",
|
|
50
|
|
- imageBg: "#1ccd8d",
|
|
51
|
|
- text: "病床转移", //WorkOrder/GetLDDealList
|
|
52
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=11&state=6&segmenter=0&db=0&tobereply=1&stingText=退回重办审核",
|
|
53
|
|
- },
|
|
54
|
|
- {
|
|
55
|
|
- id: "5",
|
|
56
|
|
- imagePath: "../../static/icon_prescription.png",
|
|
57
|
|
- imageBg: "#7068e2",
|
|
58
|
|
- text: "红处方配送", //WorkOrder/GetZXDealList
|
|
59
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=7&tobereply=1&db=0&segmenter=0&stingText=已办待回访",
|
|
60
|
|
- },
|
|
61
|
|
- {
|
|
62
|
|
- id: "6",
|
|
63
|
|
- imagePath: "../../static/icon_else.png",
|
|
64
|
|
- imageBg: "#f26564",
|
|
65
|
|
- text: "其他配送", //WorkOrder/GetLDDealList
|
|
66
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=1&state=&displayCallContent=1&stingText=正在办理",
|
|
67
|
|
- },
|
|
68
|
|
- {
|
|
69
|
|
- id: "7",
|
|
70
|
|
- imagePath: "../../static/icon_specimens.png",
|
|
71
|
|
- imageBg: "#1ccd8d",
|
|
72
|
|
- text: "急诊标本配送", //WorkOrder/GetList
|
|
73
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&stingText=工单查询",
|
|
74
|
|
- },
|
|
75
|
|
- {
|
|
76
|
|
- id: "8",
|
|
77
|
|
- imagePath: "../../static/icon_blood.png",
|
|
78
|
|
- imageBg: "#f26564",
|
|
79
|
|
- text: "血液制品配送", //WorkOrder/GetList
|
|
80
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&state=6&segmenter=1&isproresult=1&stingText=已办未果",
|
|
81
|
|
- },
|
|
82
|
|
- {
|
|
83
|
|
- id: "9",
|
|
84
|
|
- imagePath: "../../static/icon_serve.png",
|
|
85
|
|
- imageBg: "#f26564",
|
|
86
|
|
- text: "陪检服务", //WorkOrder/GetList
|
|
87
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&state=6&segmenter=1&isproresult=1&stingText=已办未果",
|
|
88
|
|
- },
|
|
89
|
|
- {
|
|
90
|
|
- id: "10",
|
|
91
|
|
- imagePath: "../../static/icon_takeBlood.png",
|
|
92
|
|
- imageBg: "#1ccd8d",
|
|
93
|
|
- text: "血站取血", //WorkOrder/GetLDDealList
|
|
94
|
|
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=5&state=&stingText=已办结",
|
|
95
|
|
- },
|
|
96
|
|
- {
|
|
97
|
|
- id: "11",
|
|
98
|
|
- imagePath: "../../static/reppair.png",
|
|
99
|
|
- imageBg: "#1ccd8d",
|
|
100
|
|
- text: "故障报修", //WorkOrder/GetLDDealList
|
|
101
|
|
- navigateToUrl: "/pages/myTask/repairList/myRepairOrderList/myRepairOrderList?segmenter=0&urlIndex=0",
|
|
102
|
|
- },
|
|
103
|
|
- {
|
|
104
|
|
- id: "12",
|
|
105
|
|
- imagePath: "../../static/icon_vehicleScheduling.png",
|
|
106
|
|
- imageBg: "#1ccd8d",
|
|
107
|
|
- text: "申请人列表", //WorkOrder/GetLDDealList
|
|
108
|
|
- navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=1",
|
|
109
|
|
- },
|
|
110
|
|
- {
|
|
111
|
|
- id: "13",
|
|
112
|
|
- imagePath: "../../static/consult.png",
|
|
113
|
|
- imageBg: "#1ccd8d",
|
|
114
|
|
- text: "咨询工单", //WorkOrder/GetLDDealList
|
|
115
|
|
- navigateToUrl: "/pages/myTask/consultList/consultList?segmenter=0&urlIndex=0",
|
|
116
|
|
- },
|
|
117
|
|
- {
|
|
118
|
|
- id: "15",
|
|
119
|
|
- imagePath: "../../static/consult.png",
|
|
120
|
|
- imageBg: "#1ccd8d",
|
|
121
|
|
- text: "综合调度", //WorkOrder/GetLDDealList
|
|
122
|
|
- navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=0",
|
|
123
|
|
- },
|
|
124
|
|
-
|
|
125
|
|
- ],
|
|
126
|
22
|
// 维修员
|
|
127
|
23
|
UnitList: [{
|
|
128
|
24
|
id: "1",
|
|
|
@@ -156,38 +52,33 @@ export default {
|
|
156
|
52
|
// 基础工单
|
|
157
|
53
|
applyRepairList: [
|
|
158
|
54
|
{
|
|
159
|
|
- id: "11",
|
|
160
|
|
- imagePath: "../../static/reppair.png",
|
|
161
|
|
- imageBg: "#1ccd8d",
|
|
162
|
|
- text: "故障报修", //WorkOrder/GetLDDealList
|
|
163
|
|
- navigateToUrl: "/pages/myTask/repairList/myRepairOrderList/myRepairOrderList?segmenter=0&urlIndex=0",
|
|
164
|
|
- },
|
|
165
|
|
- // {
|
|
166
|
|
- // id: "1",
|
|
167
|
|
- // imagePath: "../../static/icon_repair.png",
|
|
168
|
|
- // imageBg: "#fe940a",
|
|
169
|
|
- // text: "维修工单", //WorkOrder/GetLDDealList
|
|
170
|
|
- // navigateToUrl: "/pages/myTask/repairList/repairList?segmenter=0",
|
|
171
|
|
- // },
|
|
172
|
|
- {
|
|
173
|
|
- id: "2",
|
|
174
|
|
- imagePath: "../../static/consult.png",
|
|
175
|
|
- imageBg: "#1ccd8d",
|
|
176
|
|
- text: "咨询工单", //WorkOrder/GetLDDealList
|
|
177
|
|
- navigateToUrl: "/pages/myTask/consultList/consultList?segmenter=0&urlIndex=0",
|
|
178
|
|
- }, {
|
|
179
|
|
- id: "3",
|
|
180
|
|
- imagePath: "../../static/consult.png",
|
|
181
|
|
- imageBg: "#1ccd8d",
|
|
182
|
|
- text: "综合调度", //WorkOrder/GetLDDealList
|
|
183
|
|
- navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=0",
|
|
184
|
|
- }, {
|
|
185
|
|
- id: "12",
|
|
186
|
|
- imagePath: "../../static/icon_vehicleScheduling.png",
|
|
|
55
|
+ id: "11",
|
|
|
56
|
+ imagePath: "../../static/reppair.png",
|
|
187
|
57
|
imageBg: "#1ccd8d",
|
|
188
|
|
- text: "车辆调度", //WorkOrder/GetLDDealList
|
|
189
|
|
- navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=1",
|
|
190
|
|
- }],
|
|
|
58
|
+ text: "故障报修", //WorkOrder/GetLDDealList
|
|
|
59
|
+ navigateToUrl: "/pages/myTask/repairList/myRepairOrderList/myRepairOrderList?segmenter=0&urlIndex=0",
|
|
|
60
|
+ },
|
|
|
61
|
+ {
|
|
|
62
|
+ id: "2",
|
|
|
63
|
+ imagePath: "../../static/consult.png",
|
|
|
64
|
+ imageBg: "#1ccd8d",
|
|
|
65
|
+ text: "咨询工单", //WorkOrder/GetLDDealList
|
|
|
66
|
+ navigateToUrl: "/pages/myTask/consultList/consultList?segmenter=0&urlIndex=0",
|
|
|
67
|
+ },
|
|
|
68
|
+ {
|
|
|
69
|
+ id: "3",
|
|
|
70
|
+ imagePath: "../../static/consult.png",
|
|
|
71
|
+ imageBg: "#1ccd8d",
|
|
|
72
|
+ text: "综合调度", //WorkOrder/GetLDDealList
|
|
|
73
|
+ navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=0",
|
|
|
74
|
+ },
|
|
|
75
|
+ {
|
|
|
76
|
+ id: "12",
|
|
|
77
|
+ imagePath: "../../static/icon_vehicleScheduling.png",
|
|
|
78
|
+ imageBg: "#1ccd8d",
|
|
|
79
|
+ text: "车辆调度", //WorkOrder/GetLDDealList
|
|
|
80
|
+ navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=1",
|
|
|
81
|
+ }],
|
|
191
|
82
|
// 调度员
|
|
192
|
83
|
dispatchList: [{
|
|
193
|
84
|
id: "11",
|
|
|
@@ -217,25 +108,37 @@ export default {
|
|
217
|
108
|
}
|
|
218
|
109
|
],
|
|
219
|
110
|
// 工勤员
|
|
220
|
|
- AttendantList: [{
|
|
|
111
|
+ AttendantList: [
|
|
|
112
|
+ {
|
|
|
113
|
+ id: "1",
|
|
|
114
|
+ imagePath: "../../static/consult.png",
|
|
|
115
|
+ imageBg: "#1ccd8d",
|
|
|
116
|
+ text: "调度工单", //WorkOrder/GetLDDealList
|
|
|
117
|
+ navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=1",
|
|
|
118
|
+ },
|
|
|
119
|
+ {
|
|
|
120
|
+ id: "11",
|
|
|
121
|
+ imagePath: "../../static/reppair.png",
|
|
|
122
|
+ imageBg: "#1ccd8d",
|
|
|
123
|
+ text: "故障报修", //WorkOrder/GetLDDealList
|
|
|
124
|
+ navigateToUrl: "/pages/myTask/repairList/myRepairOrderList/myRepairOrderList?segmenter=0&urlIndex=0",
|
|
|
125
|
+ },
|
|
|
126
|
+ {
|
|
|
127
|
+ id: "12",
|
|
|
128
|
+ imagePath: "../../static/icon_vehicleScheduling.png",
|
|
|
129
|
+ imageBg: "#1ccd8d",
|
|
|
130
|
+ text: "车辆调度", //WorkOrder/GetLDDealList
|
|
|
131
|
+ navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=1",
|
|
|
132
|
+ }],
|
|
|
133
|
+ // 调度主管
|
|
|
134
|
+ departManagerList: [{
|
|
221
|
135
|
id: "1",
|
|
222
|
136
|
imagePath: "../../static/consult.png",
|
|
223
|
|
- imageBg: "#1ccd8d",
|
|
224
|
|
- text: "综合调度", //WorkOrder/GetLDDealList
|
|
|
137
|
+ imageBg: "#fe940a",
|
|
|
138
|
+ text: "调度工单", //WorkOrder/GetLDDealList
|
|
225
|
139
|
navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=1",
|
|
226
|
|
- },{
|
|
227
|
|
- id: "11",
|
|
228
|
|
- imagePath: "../../static/reppair.png",
|
|
229
|
|
- imageBg: "#1ccd8d",
|
|
230
|
|
- text: "故障报修", //WorkOrder/GetLDDealList
|
|
231
|
|
- navigateToUrl: "/pages/myTask/repairList/myRepairOrderList/myRepairOrderList?segmenter=0&urlIndex=0",
|
|
232
|
|
- },{
|
|
233
|
|
- id: "12",
|
|
234
|
|
- imagePath: "../../static/icon_vehicleScheduling.png",
|
|
235
|
|
- imageBg: "#1ccd8d",
|
|
236
|
|
- text: "车辆调度", //WorkOrder/GetLDDealList
|
|
237
|
|
- navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=1",
|
|
238
|
|
- }]
|
|
|
140
|
+ }],
|
|
|
141
|
+
|
|
239
|
142
|
},
|
|
240
|
143
|
//公告管理数据
|
|
241
|
144
|
noticListData: [{
|