wanshenmean
2024-11-11 021edcd84d6601249e008141b3027549f864155f
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
let tables = [
  {
    path: '/Dt_AreaInfo',
    name: 'Dt_AreaInfo',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_BillGroupStock',
    name: 'Dt_BillGroupStock',
    component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'),
    meta: {
      keepAlive: false
    }
  },
  // {
  //   path: '/Dt_BillGroupStockDetail',
  //   name: 'Dt_BillGroupStockDetail',
  //   component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue')
  // },
  {
    path: '/Dt_InboundOrder',
    name: 'Dt_InboundOrder',
    component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrder.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_InboundOrderDetail',
    name: 'Dt_InboundOrderDetail',
    component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrderDetail.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_LocationInfo',
    name: 'Dt_LocationInfo',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_MaterielAttribute',
    name: 'Dt_MaterielAttribute',
    component: () => import('@/views/widesea_wms/material/Dt_MaterielAttribute.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_MaterielInfo',
    name: 'Dt_MaterielInfo',
    component: () => import('@/views/widesea_wms/material/Dt_MaterielInfo.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrder',
    name: 'Dt_OutOrder',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrder.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderAndStock',
    name: 'Dt_OutOrderAndStock',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderAndStock.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderDetail',
    name: 'Dt_OutOrderDetail',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderDetail.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderProduction',
    name: 'Dt_OutOrderProduction',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProduction.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderProductionDetail',
    name: 'Dt_OutOrderProductionDetail',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProductionDetail.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderTransfer',
    name: 'Dt_OutOrderTransfer',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransfer.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderTransferDetail',
    name: 'Dt_OutOrderTransferDetail',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransferDetail.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_RoadWayInfo',
    name: 'Dt_RoadWayInfo',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_RoadWayInfo.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_Strategy',
    name: 'Dt_Strategy',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_Strategy.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_Task',
    name: 'Dt_Task',
    component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_TaskOut',
    name: 'Dt_TaskOut',
    component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'),
    meta: {
      keepAlive: false
    }
  },
  // {
  //   path: '/Dt_TaskExecuteDetail',
  //   name: 'Dt_TaskExecuteDetail',
  //   component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskExecuteDetail.vue'),
  //   meta: {
  //     keepAlive: false
  //   }
  // },
  {
    path: '/Dt_UnitInfo',
    name: 'Dt_UnitInfo',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_UnitInfo.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_WareAreaInfo',
    name: 'Dt_WareAreaInfo',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_WareAreaInfo.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/Dt_OutOrderSorting',
    name: 'Dt_OutOrderSorting',
    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderSorting.vue'),
    meta: {
      keepAlive: false
    }
  },
  // {
  //   path: '/Sys_Config',
  //   name: 'Sys_Config',
  //   component: () => import('@/views/system/Sys_Config.vue')
  // },
  {
    path: '/PointStackerRelation',
    name: 'PointStackerRelation',
    component: () => import('@/views/widesea_wms/basicinfo/PointStackerRelation.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/LocationStatusChange',
    name: 'LocationStatusChange',
    component: () => import('@/views/widesea_wms/basicinfo/LocationStatusChange.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/DtBoxing',
    name: 'DtBoxing',
    component: () => import('@/views/widesea_wms/stock/DtBoxing.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/momTest',
    name: 'momTest',
    component: () => import('@/views/widesea_wms/MOM/momTest.vue'),
    meta: {
      keepAlive: false
    }
  },
  {
    path: '/ProductionModel',
    name: 'ProductionModel',
    component: () => import('@/views/widesea_wms/MOM/ProductionModel.vue'),
    meta: {
      keepAlive: false
    }
  }
]
export default tables