|  |  |  | 
|---|
|  |  |  | name: 'locationInfo', | 
|---|
|  |  |  | component: () => import('@/views/basic/locationInfo.vue') | 
|---|
|  |  |  | }, { | 
|---|
|  |  |  | path: '/locationInfoRow', | 
|---|
|  |  |  | name: 'locationInfoRow', | 
|---|
|  |  |  | component: () => import('@/views/basic/locationInfoRow.vue') | 
|---|
|  |  |  | }, { | 
|---|
|  |  |  | path: '/materielInfo', | 
|---|
|  |  |  | name: 'materielInfo', | 
|---|
|  |  |  | component: () => import('@/views/basic/materielInfo.vue') | 
|---|
|  |  |  | 
|---|
|  |  |  | path: '/proInStatistics', | 
|---|
|  |  |  | name: 'proInStatistics', | 
|---|
|  |  |  | component: () => import('@/views/inbound/proInStatistics.vue') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | path: '/erpProInOrder', | 
|---|
|  |  |  | name: 'erpProInOrder', | 
|---|
|  |  |  | component: () => import('@/views/inbound/erpProInOrder.vue') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | path: '/erpProScrapSheet', | 
|---|
|  |  |  | name: 'erpProScrapSheet', | 
|---|
|  |  |  | component: () => import('@/views/outbound/erpProScrapSheet.vue') | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | path: '/inspectOrder', | 
|---|
|  |  |  | name: 'inspectOrder', | 
|---|
|  |  |  | component: () => import('@/views/check/inspectOrder.vue') | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ] | 
|---|
|  |  |  | export default viewgird | 
|---|