分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-07-19 7a4c218909936721fe281737491d10efc7378e09
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
 
let viewgird = [
  {
    path: '/Sys_Log',
    name: 'sys_Log',
    component: () => import('@/views/system/Sys_Log.vue')
  },
  {
    path: '/Sys_User',
    name: 'Sys_User',
    component: () => import('@/views/system/Sys_User.vue')
  },
  {
    path: '/permission',
    name: 'permission',
    component: () => import('@/views/system/Permission.vue')
  },
 
  {
    path: '/Sys_Dictionary',
    name: 'Sys_Dictionary',
    component: () => import('@/views/system/Sys_Dictionary.vue')
  },
  {
    path: '/Sys_Role',
    name: 'Sys_Role',
    component: () => import('@/views/system/Sys_Role.vue')
  }, {
    path: '/Sys_Role1',
    name: 'Sys_Role1',
    component: () => import('@/views/system/Sys_Role1.vue')
  }
  , {
    path: '/Sys_DictionaryList',
    name: 'Sys_DictionaryList',
    component: () => import('@/views/system/Sys_DictionaryList.vue')
  }
  , {
    path: '/SellOrder',
    name: 'SellOrder',
    component: () => import('@/views/order/SellOrder.vue')
  }, {
    path: '/SellOrder2',
    name: 'SellOrder2',
    component: () => import('@/views/order/SellOrder2.vue')
  }, {
    path: '/SellOrder3',
    name: 'SellOrder3',
    component: () => import('@/views/order/SellOrder3.vue')
  }, {
    path: '/vSellOrderImg',
    name: 'vSellOrderImg',
    component: () => import('@/views/order/vSellOrderImg.vue')
  },
  {
    path: '/App_Appointment',
    name: 'App_Appointment',
    component: () => import('@/views/order/App_Appointment.vue')
  },
  {
    path: '/App_Appointment2', //二级表头
    name: 'App_Appointment2',
    component: () => import('@/views/order/App_Appointment2.vue')
  },
  {
    path: '/App_TransactionAvgPrice',
    name: 'App_TransactionAvgPrice',
    component: () => import('@/views/appmanager/App_TransactionAvgPrice.vue'),
    meta: {
      keepAlive: false
    }
  }
  , {
    path: '/App_Expert',
    name: 'App_Expert',
    component: () => import('@/views/appmanager/App_Expert.vue')
  }
  , {
    path: '/App_Expert2',
    name: 'App_Expert2',
    component: () => import('@/views/appmanager/App_Expert2.vue')
  }
  , {
    path: '/App_Transaction',
    name: 'App_Transaction',
    component: () => import('@/views/appmanager/App_Transaction.vue')
  }
  , {
    path: '/App_Transaction2',
    name: 'App_Transaction2',
    component: () => import('@/views/appmanager/App_Transaction2.vue')
  }, {
    path: '/App_ReportPrice',
    name: 'App_ReportPrice',
    component: () => import('@/views/appmanager/App_ReportPrice.vue')
  }, {
    path: '/App_News',
    name: 'App_News',
    component: () => import('@/views/appmanager/App_News.vue')
  }, {
    path: '/App_NewsEditor',
    name: 'App_NewsEditor',
    component: () => import('@/views/appmanager/App_NewsEditor.vue')
  }, {
    path: '/FormDesignOptions',
    name: 'FormDesignOptions',
    component: () => import('@/views/system/form/FormDesignOptions.vue')
  }, {
    path: '/FormCollectionObject',
    name: 'FormCollectionObject',
    component: () => import('@/views/system/form/FormCollectionObject.vue')
  }, {
    path: '/Sys_WorkFlow',
    name: 'Sys_WorkFlow',
    component: () => import('@/views/system/flow/Sys_WorkFlow.vue')
  }, {
    path: '/Sys_WorkFlowTable',
    name: 'Sys_WorkFlowTable',
    component: () => import('@/views/system/flow/Sys_WorkFlowTable.vue')
  }, {
    path: '/Sys_QuartzOptions',
    name: 'Sys_QuartzOptions',
    component: () => import('@/views/system/quartz/Sys_QuartzOptions.vue')
  }, {
    path: '/Sys_QuartzLog',
    name: 'Sys_QuartzLog',
    component: () => import('@/views/system/quartz/Sys_QuartzLog.vue')
  }, {
    path: '/Sys_Department',
    name: 'Sys_Department',
    component: () => import('@/views/system/system/Sys_Department.vue')
  }, {
    path: '/dt_equipmentinfo',
    name: 'dt_equipmentinfo',
    component: () => import('@/views/widesea_wcs/wcs/dt_equipmentinfo.vue')
  }, {
    path: '/dt_plcinfohead',
    name: 'dt_plcinfohead',
    component: () => import('@/views/widesea_wcs/wcs/dt_plcinfohead.vue')
  }, {
    path: '/dt_dispatchmanagement',
    name: 'dt_dispatchmanagement',
    component: () => import('@/views/widesea_wcs/wcs/dt_dispatchmanagement.vue')
  }, {
    path: '/dt_plcinfodetail',
    name: 'dt_plcinfodetail',
    component: () => import('@/views/widesea_wcs/wcs/dt_plcinfodetail.vue')
  }, {
    path: '/VV_Dispatch',
    name: 'VV_Dispatch',
    component: () => import('@/views/widesea_wcs/wcs/VV_Dispatch.vue')
  }, {
    path: '/childerParmSet',
    name: 'childerParmSet',
    component: () => import('@/views/widesea_wcs/wcs/page_childerParmSet.vue')
  }, {
    path: '/dt_log',
    name: 'dt_log',
    component: () => import('@/views/widesea_system/system/dt_log.vue')
  }, {
    path: '/dt_Workinfo',
    name: 'dt_Workinfo',
    component: () => import('@/views/Work/widesea_wcs/tomes/dt_Workinfo.vue')
  }, {
    path: '/dt_ActualProduction',
    name: 'dt_ActualProduction',
    component: () => import('@/views/Work/widesea_wcs/tomes/dt_ActualProduction.vue')
  }, {
    path: '/dt_Workinfo_hty',
    name: 'dt_Workinfo_hty',
    component: () => import('@/views/Work/widesea_wcs/tomes/dt_Workinfo_hty.vue')
  }, {
    path: '/dt_ActualProduction_hty',
    name: 'dt_ActualProduction_hty',
    component: () => import('@/views/Work/widesea_wcs/tomes/dt_ActualProduction_hty.vue')
  }    ,{
        path: '/dt_Machineinfo',
        name: 'dt_Machineinfo',
        component: () => import('@/views/widesea_wcs/wcs/dt_Machineinfo.vue')
    }    ,{
        path: '/dt_log_pcs',
        name: 'dt_log_pcs',
        component: () => import('@/views/widesea_system/system/dt_log_pcs.vue')
    }    ,{
        path: '/dt_geometry_data',
        name: 'dt_geometry_data',
        component: () => import('@/views/widesea_wcs/baseinfo/dt_geometry_data.vue')
    }    ,{
        path: '/dt_Interfacerecord_pcs',
        name: 'dt_Interfacerecord_pcs',
        component: () => import('@/views/widesea_wcs/system/dt_Interfacerecord_pcs.vue')
    }    ,{
        path: '/dt_pattern',
        name: 'dt_pattern',
        component: () => import('@/views/widesea_wcs/wcs/dt_pattern.vue')
    }    ,{
        path: '/dt_mes_head',
        name: 'dt_mes_head',
        component: () => import('@/views/widesea_wcs/tomes/dt_mes_head.vue')
    }    ,{
        path: '/dt_mes_detail',
        name: 'dt_mes_detail',
        component: () => import('@/views/widesea_wcs/tomes/dt_mes_detail.vue')
    }    ,{
        path: '/dt_geometry_data_detectionline',
        name: 'dt_geometry_data_detectionline',
        component: () => import('@/views/widesea_wcs/baseinfo/dt_geometry_data_detectionline.vue')
    }    ,{
        path: '/dt_mes_head_hty',
        name: 'dt_mes_head_hty',
        component: () => import('@/views/widesea_wcs/tomes/dt_mes_head_hty.vue')
    }    ,{
        path: '/dt_mes_detail_hty',
        name: 'dt_mes_detail_hty',
        component: () => import('@/views/widesea_wcs/tomes/dt_mes_detail_hty.vue')
    }    ,{
        path: '/dt_management_time',
        name: 'dt_management_time',
        component: () => import('@/views/widesea_wcs/wcs/dt_management_time.vue')
    }    ,{
        path: '/VV_Workinfo',
        name: 'VV_Workinfo',
        component: () => import('@/views/widesea_wcs/tomes/VV_Workinfo.vue')
    }    ,{
        path: '/VV_Workinfo_hty',
        name: 'VV_Workinfo_hty',
        component: () => import('@/views/widesea_wcs/tomes/VV_Workinfo_hty.vue')
    }    ,{
      path: '/dt_info_trace',
      name: 'dt_info_trace',
      component: () => import('@/views/widesea_wcs/wcs/dt_info_trace.vue')
  }]
 
export default viewgird