schangxiang@126.com
2025-05-21 fa365d77dfa1d6619774a790e424e98dac849457
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
export const menu: Record<string,any>[] = [
  {
    "name": "作业任务",
    "path": "/information-base/WorkTask",
    "patchName": "WorkTask",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "作业计划",
    "path": "/information-base/WorkPlan",
    "patchName": "WorkPlan",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "管附件焊接",
    "path": "/information-base/PipeAccessoryWeld",
    "patchName": "PipeAccessoryWeld",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "分拣",
    "path": "/information-base/PipeAccessoryPick",
    "patchName": "PipeAccessoryPick",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "管附件装配",
    "path": "/information-base/PipeAccessoryAssembly",
    "patchName": "PipeAccessoryAssembly",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "工单管理(新)",
    "path": "/information-base/OrderManagement-main",
    "patchName": "OrderManagement-main",
    "icon": "order",
    "notPage": false
  },
  {
    "name": "MyPluginName",
    "path": "/information-base/MyPluginName",
    "patchName": "MyPluginName",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "API请求",
    "path": "/information-base/Http",
    "patchName": "Http",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "叫料记录",
    "path": "/information-base/CallMaterialOrderRecord",
    "patchName": "CallMaterialOrderRecord",
    "icon": "p",
    "notPage": false
  },
  {
    "name": "叫料单",
    "path": "/information-base/CallMaterialOrder",
    "patchName": "CallMaterialOrder",
    "icon": "p",
    "notPage": false
  }
];
export const menuMap: Record<string,any> = {
  "WorkTask": {
    "name": "作业任务",
    "path": "/information-base/WorkTask",
    "patchName": "WorkTask",
    "icon": "p",
    "notPage": false
  },
  "WorkPlan": {
    "name": "作业计划",
    "path": "/information-base/WorkPlan",
    "patchName": "WorkPlan",
    "icon": "p",
    "notPage": false
  },
  "PipeAccessoryWeld": {
    "name": "管附件焊接",
    "path": "/information-base/PipeAccessoryWeld",
    "patchName": "PipeAccessoryWeld",
    "icon": "p",
    "notPage": false
  },
  "PipeAccessoryPick": {
    "name": "分拣",
    "path": "/information-base/PipeAccessoryPick",
    "patchName": "PipeAccessoryPick",
    "icon": "p",
    "notPage": false
  },
  "PipeAccessoryAssembly": {
    "name": "管附件装配",
    "path": "/information-base/PipeAccessoryAssembly",
    "patchName": "PipeAccessoryAssembly",
    "icon": "p",
    "notPage": false
  },
  "OrderManagement-main": {
    "name": "工单管理(新)",
    "path": "/information-base/OrderManagement-main",
    "patchName": "OrderManagement-main",
    "icon": "order",
    "notPage": false
  },
  "MyPluginName": {
    "name": "MyPluginName",
    "path": "/information-base/MyPluginName",
    "patchName": "MyPluginName",
    "icon": "p",
    "notPage": false
  },
  "Http": {
    "name": "API请求",
    "path": "/information-base/Http",
    "patchName": "Http",
    "icon": "p",
    "notPage": false
  },
  "CallMaterialOrderRecord": {
    "name": "叫料记录",
    "path": "/information-base/CallMaterialOrderRecord",
    "patchName": "CallMaterialOrderRecord",
    "icon": "p",
    "notPage": false
  },
  "CallMaterialOrder": {
    "name": "叫料单",
    "path": "/information-base/CallMaterialOrder",
    "patchName": "CallMaterialOrder",
    "icon": "p",
    "notPage": false
  }
};