|
|
@@ -2,8 +2,15 @@
|
|
2
|
2
|
const dataMenu = ["orderManage", "faultRepairManagement", "comDispatch", "SJGD"]
|
|
3
|
3
|
|
|
4
|
4
|
const urlData = {
|
|
|
5
|
+ /*
|
|
|
6
|
+ type :
|
|
|
7
|
+ 1 : 报工模块
|
|
|
8
|
+ 2 : 接单模块
|
|
|
9
|
+ 3 : 报表模块
|
|
|
10
|
+ */
|
|
5
|
11
|
'orderManage': [
|
|
6
|
12
|
{
|
|
|
13
|
+ type : 1,
|
|
7
|
14
|
id: "12",
|
|
8
|
15
|
imagePath: "../../static/consult.png",
|
|
9
|
16
|
imageBg: "#1ccd8d",
|
|
|
@@ -11,6 +18,7 @@ const urlData = {
|
|
11
|
18
|
navigateToUrl: "/pages/myTask/consultList/consultList?segmenter=0&urlIndex=0",
|
|
12
|
19
|
},
|
|
13
|
20
|
{
|
|
|
21
|
+ type : 1,
|
|
14
|
22
|
id: "13",
|
|
15
|
23
|
imagePath: "../../static/consult.png",
|
|
16
|
24
|
imageBg: "#1ccd8d",
|
|
|
@@ -18,6 +26,7 @@ const urlData = {
|
|
18
|
26
|
navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=0",
|
|
19
|
27
|
},
|
|
20
|
28
|
{
|
|
|
29
|
+ type : 1,
|
|
21
|
30
|
id: "11",
|
|
22
|
31
|
imagePath: "../../static/reppair.png",
|
|
23
|
32
|
imageBg: "#1ccd8d",
|
|
|
@@ -25,6 +34,7 @@ const urlData = {
|
|
25
|
34
|
navigateToUrl: "/pages/myTask/repairList/myRepairOrderList/myRepairOrderList?segmenter=0&urlIndex=1",
|
|
26
|
35
|
},
|
|
27
|
36
|
{
|
|
|
37
|
+ type : 1,
|
|
28
|
38
|
id: "14",
|
|
29
|
39
|
imagePath: "../../static/icon_vehicleScheduling.png",
|
|
30
|
40
|
imageBg: "#1ccd8d",
|
|
|
@@ -32,6 +42,7 @@ const urlData = {
|
|
32
|
42
|
navigateToUrl: "/pages/myTask/vehicleSchedulList/vehicleSchedulList?segmenter=1",
|
|
33
|
43
|
},
|
|
34
|
44
|
// {
|
|
|
45
|
+ // type : 3,
|
|
35
|
46
|
// id: "15",
|
|
36
|
47
|
// imagePath: "../../static/icon_vehicleScheduling.png",
|
|
37
|
48
|
// imageBg: "#aaffff",
|
|
|
@@ -39,6 +50,7 @@ const urlData = {
|
|
39
|
50
|
// navigateToUrl: "/pages/myTask/reportForm/reportForm?reportType=0",
|
|
40
|
51
|
// },
|
|
41
|
52
|
// {
|
|
|
53
|
+ // type : 3,
|
|
42
|
54
|
// id: "16",
|
|
43
|
55
|
// imagePath: "../../static/icon_vehicleScheduling.png",
|
|
44
|
56
|
// imageBg: "#aaffff",
|
|
|
@@ -47,6 +59,7 @@ const urlData = {
|
|
47
|
59
|
// }
|
|
48
|
60
|
],
|
|
49
|
61
|
'faultRepairManagement': [{
|
|
|
62
|
+ type : 2,
|
|
50
|
63
|
id: "2",
|
|
51
|
64
|
imagePath: "../../static/icon_repair.png",
|
|
52
|
65
|
imageBg: "#fe940a",
|
|
|
@@ -54,6 +67,7 @@ const urlData = {
|
|
54
|
67
|
navigateToUrl: "/pages/myTask/repairList/repairList?segmenter=0",
|
|
55
|
68
|
}],
|
|
56
|
69
|
"comDispatch": [{
|
|
|
70
|
+ type : 2,
|
|
57
|
71
|
id: "3",
|
|
58
|
72
|
imagePath: "../../static/consult.png",
|
|
59
|
73
|
imageBg: "#fe940a",
|
|
|
@@ -61,6 +75,7 @@ const urlData = {
|
|
61
|
75
|
navigateToUrl: "/pages/myTask/comDispatch/applicantList/applicantList?segmenter=0&urlIndex=1",
|
|
62
|
76
|
}],
|
|
63
|
77
|
"SJGD": [{
|
|
|
78
|
+ type : 2,
|
|
64
|
79
|
id: "4",
|
|
65
|
80
|
imagePath: "../../static/icon_vehicleScheduling.png",
|
|
66
|
81
|
imageBg: "#fe940a",
|